Home
last modified time | relevance | path

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

/linux-3.4.99/fs/gfs2/
Ddir.c350 hsize = 1 << ip->i_depth; in gfs2_dir_get_hash_table()
772 unsigned hsize = 1 << ip->i_depth; in gfs2_dirent_search()
780 index = name->hash >> (32 - ip->i_depth); in gfs2_dirent_search()
932 dip->i_depth = y; in dir_make_exhash()
963 index = name->hash >> (32 - dip->i_depth); in dir_split_leaf()
974 if (dip->i_depth == be16_to_cpu(oleaf->lf_depth)) { in dir_split_leaf()
989 len = 1 << (dip->i_depth - be16_to_cpu(oleaf->lf_depth)); in dir_split_leaf()
992 …printk(KERN_WARNING "i_depth %u lf_depth %u index %u\n", dip->i_depth, be16_to_cpu(oleaf->lf_depth… in dir_split_leaf()
1026 divider = (start + half_len) << (32 - dip->i_depth); in dir_split_leaf()
1109 hsize = 1 << dip->i_depth; in dir_double_exhash()
[all …]
Dincore.h342 u8 i_depth; member
Dglops.c354 ip->i_depth = (u8)depth; in gfs2_dinode_in()
Dbmap.c747 else if (ip->i_depth) in do_strip()
Dsuper.c732 str->di_depth = cpu_to_be16(ip->i_depth); in gfs2_dinode_out()
Drgrp.c1594 if (meta || ip->i_depth) in __gfs2_free_blocks()