Searched refs:xfs_bulkstat_one_int (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_itable.c | 55 xfs_bulkstat_one_int( in xfs_bulkstat_one_int() function 176 error = xfs_bulkstat_one_int(breq->mp, NULL, breq->startino, &bc); in xfs_bulkstat_one() 199 error = xfs_bulkstat_one_int(mp, tp, ino, data); in xfs_bulkstat_iwalk() 322 * Similar to xfs_bulkstat_one_int, lastino is the inode cursor as we walk
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_itable.c | 56 xfs_bulkstat_one_int( in xfs_bulkstat_one_int() function 213 error = xfs_bulkstat_one_int(breq->mp, breq->idmap, tp, in xfs_bulkstat_one() 239 error = xfs_bulkstat_one_int(mp, bc->breq->idmap, tp, ino, data); in xfs_bulkstat_iwalk() 381 * Similar to xfs_bulkstat_one_int, lastino is the inode cursor as we walk
|
Completed in 2 milliseconds