Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dbmap.h38 *ind_blocks = 3 * (sdp->sd_max_height - 1); in gfs2_write_calc_reserv()
H A Dincore.h706 u32 sd_max_height; /* Max height of a file's metadata tree */ member
H A Dglops.c454 if (unlikely(height > sdp->sd_max_height)) in gfs2_dinode_in()
H A Dops_fstype.c353 sdp->sd_max_height = x; in gfs2_read_sb()
355 gfs2_assert(sdp, sdp->sd_max_height <= GFS2_MAX_META_HEIGHT); in gfs2_read_sb()
H A Dfile.c1227 unsigned int tmp, max_data = max_blocks - 3 * (sdp->sd_max_height - 1); in calc_max_reserv()