Home
last modified time | relevance | path

Searched refs:xfs_inofree_t (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_format.h1271 typedef uint64_t xfs_inofree_t; typedef
1272 #define XFS_INODES_PER_CHUNK (NBBY * sizeof(xfs_inofree_t))
1274 #define XFS_INOBT_ALL_FREE ((xfs_inofree_t)-1)
1275 #define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i))
1282 static inline xfs_inofree_t xfs_inobt_maskn(int i, int n) in xfs_inobt_maskn()
1317 xfs_inofree_t ir_free; /* free inode mask */
Dxfs_ialloc.h150 uint8_t count, int32_t freecount, xfs_inofree_t free,
Dxfs_ialloc.c157 xfs_inofree_t free, in xfs_inobt_insert_rec()
1099 xfs_inofree_t realfree; in xfs_inobt_first_free_inode()
/Linux-v5.4/fs/xfs/
Dxfs_iwalk.c102 xfs_inofree_t imask; in xfs_iwalk_ichunk_ra()
/Linux-v5.4/fs/xfs/scrub/
Dialloc.c124 xfs_inofree_t freemask) in xchk_iallocbt_freecount()