Home
last modified time | relevance | path

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

/linux-3.4.99/fs/gfs2/
Ddir.c954 struct gfs2_leaf *nleaf, *oleaf; in dir_split_leaf() local
973 oleaf = (struct gfs2_leaf *)obh->b_data; in dir_split_leaf()
974 if (dip->i_depth == be16_to_cpu(oleaf->lf_depth)) { in dir_split_leaf()
981 nleaf = new_leaf(inode, &nbh, be16_to_cpu(oleaf->lf_depth) + 1); 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()
1054 if (!oleaf->lf_entries) in dir_split_leaf()
1056 be16_add_cpu(&oleaf->lf_entries, -1); in dir_split_leaf()
1068 oleaf->lf_depth = nleaf->lf_depth; in dir_split_leaf()
1605 struct gfs2_leaf *leaf, *oleaf; in dir_new_leaf() local
[all …]