Searched refs:xfs_inofree_t (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_format.h | 1501 typedef uint64_t xfs_inofree_t; typedef 1502 #define XFS_INODES_PER_CHUNK (NBBY * sizeof(xfs_inofree_t)) 1504 #define XFS_INOBT_ALL_FREE ((xfs_inofree_t)-1) 1505 #define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i)) 1512 static inline xfs_inofree_t xfs_inobt_maskn(int i, int n) in xfs_inobt_maskn() 1547 xfs_inofree_t ir_free; /* free inode mask */
|
H A D | xfs_ialloc.h | 150 uint8_t count, int32_t freecount, xfs_inofree_t free,
|
H A D | xfs_ialloc.c | 157 xfs_inofree_t free, in xfs_inobt_insert_rec() 1109 xfs_inofree_t realfree; in xfs_inobt_first_free_inode()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_format.h | 1414 typedef uint64_t xfs_inofree_t; typedef 1415 #define XFS_INODES_PER_CHUNK (NBBY * sizeof(xfs_inofree_t)) 1417 #define XFS_INOBT_ALL_FREE ((xfs_inofree_t)-1) 1418 #define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i)) 1425 static inline xfs_inofree_t xfs_inobt_maskn(int i, int n) in xfs_inobt_maskn() 1460 xfs_inofree_t ir_free; /* free inode mask */
|
H A D | xfs_ialloc.h | 104 uint8_t count, int32_t freecount, xfs_inofree_t free,
|
H A D | xfs_ialloc.c | 183 xfs_inofree_t free, in xfs_inobt_insert_rec() 988 xfs_inofree_t realfree; in xfs_inobt_first_free_inode()
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | ialloc.c | 124 xfs_inofree_t freemask) in xchk_iallocbt_freecount()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_iwalk.c | 105 xfs_inofree_t imask; in xfs_iwalk_ichunk_ra()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_iwalk.c | 110 xfs_inofree_t imask; in xfs_iwalk_ichunk_ra()
|
Completed in 18 milliseconds