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

/linux-master/fs/xfs/scrub/
H A Discan.h55 xfs_inofree_t __skipped_inomask;
H A Discan.c89 xfs_inofree_t *allocmaskp,
121 xfs_inofree_t allocmask;
262 xfs_inofree_t *allocmaskp,
379 xfs_inofree_t allocmask,
524 xfs_inofree_t allocmask = 0;
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.h105 uint8_t count, int32_t freecount, xfs_inofree_t free,
H A Dxfs_format.h1404 typedef uint64_t xfs_inofree_t; typedef
1405 #define XFS_INODES_PER_CHUNK (NBBY * sizeof(xfs_inofree_t))
1407 #define XFS_INOBT_ALL_FREE ((xfs_inofree_t)-1)
1408 #define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i))
1415 static inline xfs_inofree_t xfs_inobt_maskn(int i, int n)
1450 xfs_inofree_t ir_free; /* free inode mask */
H A Dxfs_ialloc.c189 xfs_inofree_t free,
1048 xfs_inofree_t realfree;
/linux-master/fs/xfs/
H A Dxfs_iwalk.c112 xfs_inofree_t imask;

Completed in 286 milliseconds