Searched refs:xfs_inofree_t (Results 1 – 6 of 6) sorted by relevance
89 xfs_inofree_t *allocmaskp, in xchk_iscan_find_next()121 xfs_inofree_t allocmask; in xchk_iscan_find_next()307 xfs_inofree_t *allocmaskp, in xchk_iscan_advance()433 xfs_inofree_t allocmask, in xchk_iscan_iget()583 xfs_inofree_t allocmask = 0; in xchk_iscan_iter_batch()
55 xfs_inofree_t __skipped_inomask;
1413 typedef uint64_t xfs_inofree_t; typedef1414 #define XFS_INODES_PER_CHUNK (NBBY * sizeof(xfs_inofree_t))1416 #define XFS_INOBT_ALL_FREE ((xfs_inofree_t)-1)1417 #define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i))1424 static inline xfs_inofree_t xfs_inobt_maskn(int i, int n) in xfs_inobt_maskn()1459 xfs_inofree_t ir_free; /* free inode mask */
108 uint8_t count, int32_t freecount, xfs_inofree_t free,
189 xfs_inofree_t free, in xfs_inobt_insert_rec()1048 xfs_inofree_t realfree; in xfs_inobt_first_free_inode()
112 xfs_inofree_t imask; in xfs_iwalk_ichunk_ra()
Completed in 23 milliseconds