Searched defs:xfs_da_geometry (Results 1 – 2 of 2) sorted by relevance
18 struct xfs_da_geometry { struct19 unsigned int blksize; /* da block size in bytes */20 unsigned int fsbcount; /* da block size in filesystem blocks */21 uint8_t fsblog; /* log2 of _filesystem_ block size */22 uint8_t blklog; /* log2 of da block size */23 unsigned int node_hdr_size; /* danode header size in bytes */24 unsigned int node_ents; /* # of entries in a danode */25 unsigned int magicpct; /* 37% of block size in bytes */26 xfs_dablk_t datablk; /* blockno of dir data v2 */27 unsigned int leaf_hdr_size; /* dir2 leaf header size */[all …]
19 struct xfs_da_geometry { struct20 unsigned int blksize; /* da block size in bytes */21 unsigned int fsbcount; /* da block size in filesystem blocks */22 uint8_t fsblog; /* log2 of _filesystem_ block size */23 uint8_t blklog; /* log2 of da block size */24 unsigned int node_hdr_size; /* danode header size in bytes */25 unsigned int node_ents; /* # of entries in a danode */26 unsigned int magicpct; /* 37% of block size in bytes */27 xfs_dablk_t datablk; /* blockno of dir data v2 */28 unsigned int leaf_hdr_size; /* dir2 leaf header size */[all …]