Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_ialloc.c1338 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_inobt()
1514 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_update_inobt()
1591 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag()
1940 ASSERT(!(rec.ir_free & XFS_INOBT_MASK(off))); in xfs_difree_inobt()
1944 rec.ir_free |= XFS_INOBT_MASK(off); in xfs_difree_inobt()
2070 rec.ir_free |= XFS_INOBT_MASK(offset); in xfs_difree_finobt()
2248 (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino))) in xfs_imap_lookup()
Dxfs_format.h1236 #define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i)) macro
1245 return ((n >= XFS_INODES_PER_CHUNK ? 0 : XFS_INOBT_MASK(n)) - 1) << i; in xfs_inobt_maskn()
/linux-4.4.14/fs/xfs/
Dxfs_itable.c250 if (XFS_INOBT_MASK(i) & ~irec->ir_free) in xfs_bulkstat_grab_ichunk()
298 if (XFS_INOBT_MASK(chunkidx) & irbp->ir_free) in xfs_bulkstat_ag_ichunk()
Dxfs_inode.c2242 if ((xic->alloc & XFS_INOBT_MASK(ioffset)) == 0) { in xfs_ifree_cluster()