Searched defs:xfs_da_geometry (Results 1 – 1 of 1) sorted by relevance
33 struct xfs_da_geometry { struct34 int blksize; /* da block size in bytes */35 int fsbcount; /* da block size in filesystem blocks */36 uint8_t fsblog; /* log2 of _filesystem_ block size */37 uint8_t blklog; /* log2 of da block size */38 uint node_ents; /* # of entries in a danode */62 struct xfs_da_geometry *geo; /* da block geometry */ argument