Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dgfs2_ondisk.h227 #define GFS2_DIR_MAX_DEPTH 17 macro
/linux-6.12.1/fs/gfs2/
Dglops.c449 if (unlikely(depth > GFS2_DIR_MAX_DEPTH)) { in gfs2_dinode_in()
Dops_fstype.c303 hash_blocks = DIV_ROUND_UP(sizeof(u64) * BIT(GFS2_DIR_MAX_DEPTH), in gfs2_read_sb()
312 leaf_blocks = 2 + GFS2_DIR_MAX_DEPTH; in gfs2_read_sb()
Ddir.c1398 if (*depth < GFS2_DIR_MAX_DEPTH || !sdp->sd_args.ar_loccookie) { in gfs2_dir_read_leaf()
1849 if (ip->i_depth < GFS2_DIR_MAX_DEPTH) { in gfs2_dir_add()