Searched defs:xfs_da_geometry (Results 1 – 1 of 1) sorted by relevance
20 struct xfs_da_geometry { struct21 int blksize; /* da block size in bytes */22 int fsbcount; /* da block size in filesystem blocks */23 uint8_t fsblog; /* log2 of _filesystem_ block size */24 uint8_t blklog; /* log2 of da block size */25 uint node_ents; /* # of entries in a danode */49 struct xfs_da_geometry *geo; /* da block geometry */ argument