Lines Matching refs:i_depth
347 hsize = BIT(ip->i_depth); in gfs2_dir_get_hash_table()
820 unsigned int hsize = BIT(ip->i_depth); in gfs2_dirent_search()
828 index = name->hash >> (32 - ip->i_depth); in gfs2_dirent_search()
984 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()
1191 dip->i_depth++; in dir_double_exhash()
1542 hsize = BIT(dip->i_depth); in dir_e_read()
1544 index = hash >> (32 - dip->i_depth); in dir_e_read()
1561 len = BIT(dip->i_depth - depth); in dir_e_read()
1736 index = name->hash >> (32 - ip->i_depth); in dir_new_leaf()
1849 if (ip->i_depth < GFS2_DIR_MAX_DEPTH) { in gfs2_dir_add()
2113 hsize = BIT(dip->i_depth); in gfs2_dir_exhash_dealloc()
2126 len = BIT(dip->i_depth - be16_to_cpu(leaf->lf_depth)); in gfs2_dir_exhash_dealloc()