Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Ddir.c348 hsize = BIT(ip->i_depth); in gfs2_dir_get_hash_table()
821 unsigned int hsize = BIT(ip->i_depth); in gfs2_dirent_search()
829 index = name->hash >> (32 - ip->i_depth); in gfs2_dirent_search()
982 dip->i_depth = ilog2(sdp->sd_hash_ptrs); in dir_make_exhash()
1012 index = name->hash >> (32 - dip->i_depth); in dir_split_leaf()
1023 if (dip->i_depth == be16_to_cpu(oleaf->lf_depth)) { in dir_split_leaf()
1038 len = BIT(dip->i_depth - be16_to_cpu(oleaf->lf_depth)); in dir_split_leaf()
1042 dip->i_depth, be16_to_cpu(oleaf->lf_depth), index); in dir_split_leaf()
1076 divider = (start + half_len) << (32 - dip->i_depth); in dir_split_leaf()
1158 hsize = BIT(dip->i_depth); in dir_double_exhash()
[all …]
H A Dincore.h408 u8 i_depth; member
H A Dglops.c457 ip->i_depth = (u8)depth; in gfs2_dinode_in()
H A Dsuper.c422 str->di_depth = cpu_to_be16(ip->i_depth); in gfs2_dinode_out()
H A Dinode.c791 ip->i_depth = 0; in gfs2_create_inode()
H A Dbmap.c1542 else if (ip->i_depth) in sweep_bh_for_rgrps()
H A Drgrp.c2532 if (meta || ip->i_depth || gfs2_is_jdata(ip)) in __gfs2_free_blocks()