Home
last modified time | relevance | path

Searched refs:lf_depth (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/gfs2/
Ddir.c887 leaf->lf_depth = cpu_to_be16(depth); in new_leaf()
1028 if (dip->i_depth == be16_to_cpu(oleaf->lf_depth)) { in dir_split_leaf()
1035 nleaf = new_leaf(inode, &nbh, be16_to_cpu(oleaf->lf_depth) + 1); in dir_split_leaf()
1043 len = BIT(dip->i_depth - be16_to_cpu(oleaf->lf_depth)); in dir_split_leaf()
1047 dip->i_depth, be16_to_cpu(oleaf->lf_depth), index); in dir_split_leaf()
1122 oleaf->lf_depth = nleaf->lf_depth; in dir_split_leaf()
1393 *depth = be16_to_cpu(lf->lf_depth); in gfs2_dir_read_leaf()
1753 leaf = new_leaf(inode, &bh, be16_to_cpu(oleaf->lf_depth)); in dir_new_leaf()
2120 len = BIT(dip->i_depth - be16_to_cpu(leaf->lf_depth)); in gfs2_dir_exhash_dealloc()
/Linux-v4.19/include/uapi/linux/
Dgfs2_ondisk.h336 __be16 lf_depth; /* Depth of leaf */ member