Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_itable.c194 if (xfs_inobt_maskn(i, inodes_per_cluster) & ~irec->ir_free) { in xfs_bulkstat_ichunk_ra()
242 (xfs_inobt_maskn(idx, XFS_INODES_PER_CHUNK - idx) & ~irec->ir_free)) { in xfs_bulkstat_grab_ichunk()
254 irec->ir_free |= xfs_inobt_maskn(0, idx); in xfs_bulkstat_grab_ichunk()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_format.h1219 static inline xfs_inofree_t xfs_inobt_maskn(int i, int n) in xfs_inobt_maskn() function