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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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)

Completed in 48 milliseconds