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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_ialloc_btree.h34 typedef __uint64_t xfs_inofree_t; typedef
35 #define XFS_INODES_PER_CHUNK (NBBY * sizeof(xfs_inofree_t))
37 #define XFS_INOBT_ALL_FREE ((xfs_inofree_t)-1)
38 #define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i))
40 static inline xfs_inofree_t xfs_inobt_maskn(int i, int n)
57 xfs_inofree_t ir_free; /* free inode mask */
H A Dxfs_ialloc.h52 static inline int xfs_ialloc_find_free(xfs_inofree_t *fp)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_ialloc_btree.h34 typedef __uint64_t xfs_inofree_t; typedef
35 #define XFS_INODES_PER_CHUNK (NBBY * sizeof(xfs_inofree_t))
37 #define XFS_INOBT_ALL_FREE ((xfs_inofree_t)-1)
38 #define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i))
40 static inline xfs_inofree_t xfs_inobt_maskn(int i, int n)
57 xfs_inofree_t ir_free; /* free inode mask */
H A Dxfs_ialloc.h52 static inline int xfs_ialloc_find_free(xfs_inofree_t *fp)

Completed in 62 milliseconds