Home
last modified time | relevance | path

Searched refs:i_depth (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/fs/gfs2/
Ddir.c348 hsize = BIT(ip->i_depth); in gfs2_dir_get_hash_table()
819 unsigned int hsize = BIT(ip->i_depth); in gfs2_dirent_search()
827 index = name->hash >> (32 - ip->i_depth); in gfs2_dirent_search()
983 dip->i_depth = y; in dir_make_exhash()
1014 index = name->hash >> (32 - dip->i_depth); in dir_split_leaf()
1025 if (dip->i_depth == be16_to_cpu(oleaf->lf_depth)) { in dir_split_leaf()
1040 len = BIT(dip->i_depth - be16_to_cpu(oleaf->lf_depth)); in dir_split_leaf()
1044 dip->i_depth, be16_to_cpu(oleaf->lf_depth), index); in dir_split_leaf()
1078 divider = (start + half_len) << (32 - dip->i_depth); in dir_split_leaf()
1160 hsize = BIT(dip->i_depth); in dir_double_exhash()
[all …]
Dincore.h426 u8 i_depth; member
Dglops.c454 ip->i_depth = (u8)depth; in gfs2_dinode_in()
Dsuper.c439 str->di_depth = cpu_to_be16(ip->i_depth); in gfs2_dinode_out()
Dinode.c685 ip->i_depth = 0; in gfs2_create_inode()
Dbmap.c1570 else if (ip->i_depth) in sweep_bh_for_rgrps()
Drgrp.c2448 if (meta || ip->i_depth || gfs2_is_jdata(ip)) in __gfs2_free_blocks()