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

/linux-master/fs/gfs2/
H A Ddir.c347 hsize = BIT(ip->i_depth);
817 unsigned int hsize = BIT(ip->i_depth);
825 index = name->hash >> (32 - ip->i_depth);
981 dip->i_depth = y;
1011 index = name->hash >> (32 - dip->i_depth);
1022 if (dip->i_depth == be16_to_cpu(oleaf->lf_depth)) {
1037 len = BIT(dip->i_depth - be16_to_cpu(oleaf->lf_depth));
1040 fs_warn(GFS2_SB(inode), "i_depth %u lf_depth %u index %u\n",
1041 dip->i_depth, be16_to_cpu(oleaf->lf_depth), index);
1075 divider = (start + half_len) << (32 - dip->i_depth);
[all...]
H A Dincore.h404 u8 i_depth; member in struct:gfs2_inode
H A Dglops.c459 ip->i_depth = (u8)depth;
H A Dsuper.c426 str->di_depth = cpu_to_be16(ip->i_depth);
H A Dinode.c708 ip->i_depth = 0;
H A Drgrp.c2534 if (meta || ip->i_depth || gfs2_is_jdata(ip))
H A Dbmap.c1524 else if (ip->i_depth)

Completed in 315 milliseconds