Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_da_btree.h18 struct xfs_da_geometry { struct
19 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 …]