Home
last modified time | relevance | path

Searched refs:xfs_inobt_lookup_ge (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_ialloc.c668 if ((error = xfs_inobt_lookup_ge(cur, 0, 0, 0, &i))) in xfs_dialloc()
860 if ((error = xfs_inobt_lookup_ge(cur, 0, 0, 0, &i))) in xfs_dialloc()
898 if ((error = xfs_inobt_lookup_ge(cur, 0, 0, 0, &i))) in xfs_dialloc()
1008 if ((error = xfs_inobt_lookup_ge(cur, 0, 0, 0, &i))) in xfs_difree()
1111 if ((error = xfs_inobt_lookup_ge(cur, 0, 0, 0, &i))) in xfs_difree()
Dxfs_ialloc_btree.h159 extern int xfs_inobt_lookup_ge(struct xfs_btree_cur *cur, xfs_agino_t ino,
Dxfs_itable.c437 error = xfs_inobt_lookup_ge(cur, 0, 0, 0, &tmp); in xfs_bulkstat()
454 error = xfs_inobt_lookup_ge(cur, agino, 0, 0, in xfs_bulkstat()
773 error = xfs_inobt_lookup_ge(cur, agino, 0, 0, &tmp); in xfs_inumbers()
Dxfs_ialloc_btree.c1999 xfs_inobt_lookup_ge( in xfs_inobt_lookup_ge() function