Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_ialloc_btree.h38 #define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i)) macro
42 return ((n >= XFS_INODES_PER_CHUNK ? 0 : XFS_INOBT_MASK(n)) - 1) << i; in xfs_inobt_maskn()
Dxfs_ialloc.c998 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc()
1122 ASSERT(!(rec.ir_free & XFS_INOBT_MASK(off))); in xfs_difree()
1126 rec.ir_free |= XFS_INOBT_MASK(off); in xfs_difree()
1247 (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino))) in xfs_imap_lookup()
Dxfs_itable.c316 if (XFS_INOBT_MASK(i) & ~r.ir_free) in xfs_bulkstat()
460 if (XFS_INOBT_MASK(chunkidx) & irbp->ir_free) { in xfs_bulkstat()