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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Ddir.c1856 struct gfs2_leaf *tmp_leaf; local
1890 tmp_leaf = (struct gfs2_leaf *)bh->b_data;
1891 nblk = be64_to_cpu(tmp_leaf->lf_next);
1920 tmp_leaf = (struct gfs2_leaf *)bh->b_data;
1921 nblk = be64_to_cpu(tmp_leaf->lf_next);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_attr_leaf.c1803 xfs_attr_leafblock_t *drop_leaf, *save_leaf, *tmp_leaf; local
1853 tmp_leaf = (xfs_attr_leafblock_t *)tmpbuffer;
1854 tmp_hdr = &tmp_leaf->hdr;
1864 xfs_attr_leaf_moveents(drop_leaf, 0, tmp_leaf, 0,
1866 xfs_attr_leaf_moveents(save_leaf, 0, tmp_leaf,
1867 be16_to_cpu(tmp_leaf->hdr.count),
1870 xfs_attr_leaf_moveents(save_leaf, 0, tmp_leaf, 0,
1872 xfs_attr_leaf_moveents(drop_leaf, 0, tmp_leaf,
1873 be16_to_cpu(tmp_leaf->hdr.count),
1876 memcpy((char *)save_leaf, (char *)tmp_leaf, stat
[all...]

Completed in 75 milliseconds