Searched refs:xfs_inobt_lookup (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 62 xfs_inobt_lookup( in xfs_inobt_lookup() function 179 error = xfs_inobt_lookup(cur, thisino, XFS_LOOKUP_EQ, &i); in xfs_inobt_insert() 217 error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i); in xfs_check_agi_freecount() 528 error = xfs_inobt_lookup(cur, nrec->ir_startino, XFS_LOOKUP_EQ, &i); in xfs_inobt_insert_sprec() 1067 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_EQ, &i); in xfs_ialloc_get_rec() 1152 error = xfs_inobt_lookup(cur, pagino, XFS_LOOKUP_LE, &i); in xfs_dialloc_ag_inobt() 1290 error = xfs_inobt_lookup(cur, be32_to_cpu(agi->agi_newino), in xfs_dialloc_ag_inobt() 1313 error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i); in xfs_dialloc_ag_inobt() 1380 error = xfs_inobt_lookup(lcur, pagino, XFS_LOOKUP_LE, &i); in xfs_dialloc_ag_finobt_near() 1404 error = xfs_inobt_lookup(rcur, pagino, XFS_LOOKUP_GE, &j); in xfs_dialloc_ag_finobt_near() [all …]
|
D | xfs_ialloc.h | 151 int xfs_inobt_lookup(struct xfs_btree_cur *cur, xfs_agino_t ino,
|
/linux-4.4.14/fs/xfs/ |
D | xfs_itable.c | 220 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &stat); in xfs_bulkstat_grab_ichunk() 428 error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &stat); in xfs_bulkstat() 590 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_GE, in xfs_inumbers()
|