Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
A Discan.c89 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()
A Discan.h55 xfs_inofree_t __skipped_inomask;
/linux/fs/xfs/libxfs/
A Dxfs_format.h1413 typedef uint64_t xfs_inofree_t; typedef
1414 #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 */
A Dxfs_ialloc.h108 uint8_t count, int32_t freecount, xfs_inofree_t free,
A Dxfs_ialloc.c189 xfs_inofree_t free, in xfs_inobt_insert_rec()
1048 xfs_inofree_t realfree; in xfs_inobt_first_free_inode()
/linux/fs/xfs/
A Dxfs_iwalk.c112 xfs_inofree_t imask; in xfs_iwalk_ichunk_ra()

Completed in 23 milliseconds