Searched refs:xfs_inofree_t (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_format.h1213 typedef __uint64_t xfs_inofree_t; typedef
1214 #define XFS_INODES_PER_CHUNK (NBBY * sizeof(xfs_inofree_t))
1216 #define XFS_INOBT_ALL_FREE ((xfs_inofree_t)-1)
1217 #define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i))
1219 static inline xfs_inofree_t xfs_inobt_maskn(int i, int n) xfs_inobt_maskn()
1236 xfs_inofree_t ir_free; /* free inode mask */
H A Dxfs_ialloc.c118 xfs_inofree_t free, xfs_inobt_insert_rec()

Completed in 77 milliseconds