Lines Matching refs:i_depth
352 hsize = 1 << ip->i_depth; in gfs2_dir_get_hash_table()
781 unsigned hsize = 1 << ip->i_depth; in gfs2_dirent_search()
789 index = name->hash >> (32 - ip->i_depth); in gfs2_dirent_search()
946 dip->i_depth = y; in dir_make_exhash()
977 index = name->hash >> (32 - dip->i_depth); in dir_split_leaf()
988 if (dip->i_depth == be16_to_cpu(oleaf->lf_depth)) { in dir_split_leaf()
1003 len = 1 << (dip->i_depth - be16_to_cpu(oleaf->lf_depth)); in dir_split_leaf()
1007 dip->i_depth, be16_to_cpu(oleaf->lf_depth), index); in dir_split_leaf()
1041 divider = (start + half_len) << (32 - dip->i_depth); in dir_split_leaf()
1124 hsize = 1 << dip->i_depth; in dir_double_exhash()
1155 dip->i_depth++; in dir_double_exhash()
1452 hsize = 1 << dip->i_depth; in dir_e_read()
1454 index = hash >> (32 - dip->i_depth); in dir_e_read()
1471 len = 1 << (dip->i_depth - depth); in dir_e_read()
1636 index = name->hash >> (32 - ip->i_depth); in dir_new_leaf()
1749 if (ip->i_depth < GFS2_DIR_MAX_DEPTH) { in gfs2_dir_add()
2017 hsize = 1 << dip->i_depth; in gfs2_dir_exhash_dealloc()
2030 len = 1 << (dip->i_depth - be16_to_cpu(leaf->lf_depth)); in gfs2_dir_exhash_dealloc()