Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c225 XFS_INOBT_ALL_FREE, &i); in xfs_inobt_insert()
848 rec.ir_free = XFS_INOBT_ALL_FREE; in xfs_ialloc_ag_alloc()
1985 if (!xfs_has_ikeep(mp) && rec.ir_free == XFS_INOBT_ALL_FREE && in xfs_difree_inobt()
2129 if (!xfs_has_ikeep(mp) && rec.ir_free == XFS_INOBT_ALL_FREE && in xfs_difree_finobt()
H A Dxfs_format.h1417 #define XFS_INOBT_ALL_FREE ((xfs_inofree_t)-1) macro
/openbmc/linux/fs/xfs/scrub/
H A Dialloc.c112 if (irec->ir_free == XFS_INOBT_ALL_FREE) in xchk_inobt_xref_finobt()