Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_ialloc.c1346 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_inobt()
1546 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_update_inobt()
1630 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag()
2112 ASSERT(!(rec.ir_free & XFS_INOBT_MASK(off))); in xfs_difree_inobt()
2116 rec.ir_free |= XFS_INOBT_MASK(off); in xfs_difree_inobt()
2248 rec.ir_free |= XFS_INOBT_MASK(offset); in xfs_difree_finobt()
2425 (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino))) in xfs_imap_lookup()
A Dxfs_format.h1417 #define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i)) macro
1426 return ((n >= XFS_INODES_PER_CHUNK ? 0 : XFS_INOBT_MASK(n)) - 1) << i; in xfs_inobt_maskn()
/linux/fs/xfs/scrub/
A Dialloc.c323 irec_free = (irec->ir_free & XFS_INOBT_MASK(irec_ino)); in xchk_iallocbt_check_cluster_ifree()
388 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) / in xchk_iallocbt_check_cluster()
A Dialloc_repair.c274 ri->rie.ir_free &= ~XFS_INOBT_MASK(cluster_base + in xrep_ibt_cluster_record()
A Dinode.c643 if (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino)) in xchk_inode_xref_finobt()
A Dagheader_repair.c1260 if (XFS_INOBT_MASK(i) & irec.ir_free) in xrep_iunlink_mark_ondisk_rec()
/linux/fs/xfs/
A Dxfs_iwalk.c207 if (XFS_INOBT_MASK(j) & irec->ir_free) in xfs_iwalk_ag_recs()
A Dxfs_inode.c1692 if ((xic->alloc & XFS_INOBT_MASK(ioffset)) == 0) { in xfs_ifree_cluster()

Completed in 29 milliseconds