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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Ddir.c909 struct gfs2_leaf *nleaf, *oleaf; local
928 oleaf = (struct gfs2_leaf *)obh->b_data;
929 if (dip->i_depth == be16_to_cpu(oleaf->lf_depth)) {
936 nleaf = new_leaf(inode, &nbh, be16_to_cpu(oleaf->lf_depth) + 1);
944 len = 1 << (dip->i_depth - be16_to_cpu(oleaf->lf_depth));
947 printk(KERN_WARNING "i_depth %u lf_depth %u index %u\n", dip->i_depth, be16_to_cpu(oleaf->lf_depth), index);
1007 if (!oleaf->lf_entries)
1009 be16_add_cpu(&oleaf->lf_entries, -1);
1021 oleaf->lf_depth = nleaf->lf_depth;
1546 struct gfs2_leaf *leaf, *oleaf; local
[all...]

Completed in 48 milliseconds