Searched refs:leaf_max_ents (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.h28 unsigned int leaf_max_ents; /* # of entries in dir2 leaf */ member in struct:xfs_da_geometry
H A Dxfs_dir2.c143 dageo->leaf_max_ents = (dageo->blksize - dageo->leaf_hdr_size) /
H A Dxfs_dir2_leaf.c160 if (hdr->count > geo->leaf_max_ents)
H A Dxfs_dir2_node.c534 if (leafhdr.count == args->geo->leaf_max_ents) {
/linux-master/fs/xfs/scrub/
H A Ddir.c505 if (leafhdr.count > geo->leaf_max_ents) {

Completed in 244 milliseconds