Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Ddir.c1008 struct gfs2_leaf *nleaf, *oleaf; in dir_split_leaf() local
1027 oleaf = (struct gfs2_leaf *)obh->b_data; in dir_split_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()
1110 if (!oleaf->lf_entries) in dir_split_leaf()
1112 be16_add_cpu(&oleaf->lf_entries, -1); in dir_split_leaf()
1122 oleaf->lf_depth = nleaf->lf_depth; in dir_split_leaf()
1729 struct gfs2_leaf *leaf, *oleaf; in dir_new_leaf() local
[all …]