Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_format.h95 typedef struct xfs_sb { struct
96 uint32_t sb_magicnum; /* magic number == XFS_SB_MAGIC */
97 uint32_t sb_blocksize; /* logical block size, bytes */
98 xfs_rfsblock_t sb_dblocks; /* number of data blocks */
99 xfs_rfsblock_t sb_rblocks; /* number of realtime blocks */
100 xfs_rtbxlen_t sb_rextents; /* number of realtime extents */
101 uuid_t sb_uuid; /* user-visible file system unique id */
102 xfs_fsblock_t sb_logstart; /* starting block of log if internal */
103 xfs_ino_t sb_rootino; /* root inode number */
104 xfs_ino_t sb_rbmino; /* bitmap inode for realtime extents */
[all …]