Home
last modified time | relevance | path

Searched defs:xfs_sb (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_format.h96 typedef struct xfs_sb { struct
104 xfs_ino_t sb_rootino; /* root inode number */
115 uint16_t sb_inopblock; /* inodes per block */
131 uint64_t sb_icount; /* allocated inodes */
132 uint64_t sb_ifree; /* free inodes */
133 uint64_t sb_fdblocks; /* free data blocks */
138 xfs_ino_t sb_uquotino; /* user quota inode */
140 uint16_t sb_qflags; /* quota flags */
141 uint8_t sb_flags; /* misc. flags */
144 uint32_t sb_unit; /* stripe or raid unit */
[all …]