Home
last modified time | relevance | path

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

/linux/fs/gfs2/
A Ddir.c1002 struct gfs2_leaf *nleaf, *oleaf; in dir_split_leaf() local
1021 oleaf = (struct gfs2_leaf *)obh->b_data; in dir_split_leaf()
1022 if (dip->i_depth == be16_to_cpu(oleaf->lf_depth)) { in dir_split_leaf()
1041 dip->i_depth, be16_to_cpu(oleaf->lf_depth), index); in dir_split_leaf()
1104 if (!oleaf->lf_entries) in dir_split_leaf()
1106 be16_add_cpu(&oleaf->lf_entries, -1); in dir_split_leaf()
1116 oleaf->lf_depth = nleaf->lf_depth; in dir_split_leaf()
1728 struct gfs2_leaf *leaf, *oleaf; in dir_new_leaf() local
1740 oleaf = (struct gfs2_leaf *)obh->b_data; in dir_new_leaf()
1741 bn = be64_to_cpu(oleaf->lf_next); in dir_new_leaf()
[all …]

Completed in 7 milliseconds