Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
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) in xfs_inobt_maskn()
57 xfs_inofree_t ir_free; /* free inode mask */
Dxfs_ialloc.h52 static inline int xfs_ialloc_find_free(xfs_inofree_t *fp) in xfs_ialloc_find_free()