Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c234 XFS_INOBT_ALL_FREE, &i); in xfs_inobt_insert()
907 rec.ir_free = XFS_INOBT_ALL_FREE; in xfs_ialloc_ag_alloc()
2124 if (!xfs_has_ikeep(mp) && rec.ir_free == XFS_INOBT_ALL_FREE && in xfs_difree_inobt()
2271 if (!xfs_has_ikeep(mp) && rec.ir_free == XFS_INOBT_ALL_FREE && in xfs_difree_finobt()
H A Dxfs_format.h1416 #define XFS_INOBT_ALL_FREE ((xfs_inofree_t)-1) macro
/linux/fs/xfs/scrub/
H A Dialloc_repair.c251 ri->rie.ir_free = XFS_INOBT_ALL_FREE; in xrep_ibt_cluster_record()
H A Dialloc.c112 if (irec->ir_free == XFS_INOBT_ALL_FREE) in xchk_inobt_xref_finobt()