Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dgfs2_ondisk.h211 #define GFS2_DIR_MAX_DEPTH 17 macro
/linux-4.4.14/fs/gfs2/
Dglops.c373 if (unlikely(depth > GFS2_DIR_MAX_DEPTH)) in gfs2_dinode_in()
Dops_fstype.c304 hash_blocks = DIV_ROUND_UP(sizeof(u64) * (1 << GFS2_DIR_MAX_DEPTH), in gfs2_read_sb()
313 leaf_blocks = 2 + GFS2_DIR_MAX_DEPTH; in gfs2_read_sb()
Ddir.c1749 if (ip->i_depth < GFS2_DIR_MAX_DEPTH) { in gfs2_dir_add()