Home
last modified time | relevance | path

Searched refs:GFS2_DIR_MAX_DEPTH (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dgfs2_ondisk.h227 #define GFS2_DIR_MAX_DEPTH 17 macro
/openbmc/linux/fs/gfs2/
H A Dglops.c459 if (unlikely(depth > GFS2_DIR_MAX_DEPTH)) in gfs2_dinode_in()
H A Dops_fstype.c325 hash_blocks = DIV_ROUND_UP(sizeof(u64) * BIT(GFS2_DIR_MAX_DEPTH), in gfs2_read_sb()
334 leaf_blocks = 2 + GFS2_DIR_MAX_DEPTH; in gfs2_read_sb()
H A Ddir.c1395 if (*depth < GFS2_DIR_MAX_DEPTH || !sdp->sd_args.ar_loccookie) { in gfs2_dir_read_leaf()
1846 if (ip->i_depth < GFS2_DIR_MAX_DEPTH) { in gfs2_dir_add()