• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/

Lines Matching defs:xv

62 	struct ocfs2_xattr_value_root	xv;
97 .xv.xr_list.l_count = cpu_to_le16(1),
186 * ocfs2_xa_fill_value_buf() will handle the xv pointer.
313 struct ocfs2_xattr_value_root **xv,
1089 struct ocfs2_xattr_value_root *xv,
1100 el = &xv->xr_list;
1101 clusters = le32_to_cpu(xv->xr_clusters);
1149 struct ocfs2_xattr_value_root *xv;
1174 xv = (struct ocfs2_xattr_value_root *)
1178 ret = ocfs2_xattr_get_value_outside(inode, xv,
1198 struct ocfs2_xattr_value_root *xv;
1244 xv = (struct ocfs2_xattr_value_root *)
1246 ret = ocfs2_xattr_get_value_outside(inode, xv,
1343 struct ocfs2_xattr_value_root *xv = vb->vb_xv;
1345 BUG_ON(clusters > le32_to_cpu(xv->xr_clusters));
1349 &num_clusters, &xv->xr_list,
2300 struct ocfs2_xattr_value_root *xv,
2313 &xv->xr_list,
2324 ref_root_bh, xv,
3026 struct ocfs2_xattr_value_root *xv = NULL;
3048 &def_xv.xv.xr_list,
3114 &def_xv.xv.xr_list,
3127 xv = (struct ocfs2_xattr_value_root *)
3131 xv = &def_xv.xv;
3137 meta_add += ocfs2_extend_meta_needed(&xv->xr_list);
3140 &xv->xr_list,
5647 struct ocfs2_xattr_value_root *xv;
5659 i, &xv, NULL);
5661 ret = ocfs2_lock_xattr_remove_allocators(inode, xv,
5868 struct ocfs2_xattr_value_root *xv,
5876 u32 clusters = le32_to_cpu(xv->xr_clusters);
5878 struct ocfs2_extent_list *el = &xv->xr_list;
5920 struct ocfs2_xattr_value_root *xv;
5930 xv = (struct ocfs2_xattr_value_root *)((void *)header +
5934 vb->vb_xv = xv;
5937 ret = ocfs2_xattr_value_attach_refcount(inode, xv, &et,
5977 struct ocfs2_xattr_value_root **xv,
5997 *xv = (struct ocfs2_xattr_value_root *)(base + name_offset +
6172 * return the proper xv and the corresponding bh.
6179 struct ocfs2_xattr_value_root **xv,
6197 struct ocfs2_xattr_value_root *xv;
6205 ret = func(sb, bh, xh, i, &xv, NULL, para);
6211 *metas += le16_to_cpu(xv->xr_list.l_tree_depth) *
6212 le16_to_cpu(xv->xr_list.l_next_free_rec);
6215 &def_xv.xv.xr_list,
6216 le32_to_cpu(xv->xr_clusters));
6222 if (!xv->xr_list.l_tree_depth)
6223 *num_recs += le16_to_cpu(xv->xr_list.l_next_free_rec);
6232 /* Used by xattr inode and block to return the right xv and buffer_head. */
6237 struct ocfs2_xattr_value_root **xv,
6243 *xv = (struct ocfs2_xattr_value_root *)((void *)xh +
6328 struct ocfs2_xattr_value_root *xv, *new_xv;
6362 ret = func(sb, old_bh, xh, i, &xv, NULL, para);
6384 if (xv->xr_list.l_tree_depth) {
6392 clusters = le32_to_cpu(xv->xr_clusters);
6399 &xv->xr_list,
6408 if (xv->xr_list.l_tree_depth) {
6651 struct ocfs2_xattr_value_root **xv,
6665 xv, ret_bh);
6678 struct ocfs2_xattr_value_root **xv,
6686 xv, ret_bh);