Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dbmap.h41 *ind_blocks = 3 * (sdp->sd_max_height - 1); in gfs2_write_calc_reserv()
Dincore.h718 u32 sd_max_height; /* Max height of a file's metadata tree */ member
Dglops.c382 if (unlikely(height > sdp->sd_max_height)) in gfs2_dinode_in()
Dops_fstype.c341 sdp->sd_max_height = x; in gfs2_read_sb()
343 gfs2_assert(sdp, sdp->sd_max_height <= GFS2_MAX_META_HEIGHT); in gfs2_read_sb()
Dfile.c920 unsigned int tmp, max_data = max_blocks - 3 * (sdp->sd_max_height - 1); in calc_max_reserv()