Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_sb.h97 typedef struct xfs_sb { struct
98 __uint32_t sb_magicnum; /* magic number == XFS_SB_MAGIC */
99 __uint32_t sb_blocksize; /* logical block size, bytes */
100 xfs_drfsbno_t sb_dblocks; /* number of data blocks */
101 xfs_drfsbno_t sb_rblocks; /* number of realtime blocks */
102 xfs_drtbno_t sb_rextents; /* number of realtime extents */
103 uuid_t sb_uuid; /* file system unique id */
104 xfs_dfsbno_t sb_logstart; /* starting block of log if internal */
105 xfs_ino_t sb_rootino; /* root inode number */
106 xfs_ino_t sb_rbmino; /* bitmap inode for realtime extents */
[all …]