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

/linux-master/fs/gfs2/
H A Dbmap.h38 *ind_blocks = 3 * (sdp->sd_max_height - 1);
H A Dincore.h706 u32 sd_max_height; /* Max height of a file's metadata tree */ member in struct:gfs2_sbd
H A Dglops.c452 if (unlikely(height > sdp->sd_max_height))
H A Dops_fstype.c351 sdp->sd_max_height = x;
353 gfs2_assert(sdp, sdp->sd_max_height <= GFS2_MAX_META_HEIGHT);
H A Dfile.c1233 unsigned int tmp, max_data = max_blocks - 3 * (sdp->sd_max_height - 1);

Completed in 110 milliseconds