Home
last modified time | relevance | path

Searched refs:xfs_inobt_maskn (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/xfs/
Dxfs_itable.c181 if (xfs_inobt_maskn(i, inodes_per_cluster) & ~irec->ir_free) { in xfs_bulkstat_ichunk_ra()
229 (xfs_inobt_maskn(idx, XFS_INODES_PER_CHUNK - idx) & ~irec->ir_free)) { in xfs_bulkstat_grab_ichunk()
241 irec->ir_free |= xfs_inobt_maskn(0, idx); in xfs_bulkstat_grab_ichunk()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_format.h1274 static inline xfs_inofree_t xfs_inobt_maskn(int i, int n) in xfs_inobt_maskn() function