Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_ialloc_btree.h297 xfs_inobt_lookup_le(
Dxfs_ialloc.c681 if ((error = xfs_inobt_lookup_le(cur, pagino, 0, 0, &i))) in xfs_dialloc()
1016 if ((error = xfs_inobt_lookup_le(cur, agino, 0, 0, &i))) { in xfs_difree()
1227 if ((error = xfs_inobt_lookup_le(cur, agino, 0, 0, &i))) { in xfs_dilocate()
Dxfs_itable.c350 error = xfs_inobt_lookup_le(cur, agino, 0, 0, &tmp); in xfs_bulkstat()
Dxfs_ialloc_btree.c2039 xfs_inobt_lookup_le( in xfs_inobt_lookup_le() function