Searched defs:xfs_sb (Results 1 – 1 of 1) sorted by relevance
96 typedef struct xfs_sb { struct104 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 …]