Searched refs:xr_list (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | xattr.c | 53 TRAILING_OVERLAP(struct ocfs2_xattr_value_root, xv, xr_list.l_recs, 57 static_assert(offsetof(struct ocfs2_xattr_def_value_root, xv.xr_list.l_recs) == 91 .xv.xr_list.l_count = cpu_to_le16(1), 750 &vb->vb_xv->xr_list); in ocfs2_xattr_extend_allocation() 827 &vb->vb_xv->xr_list, &ext_flags); in ocfs2_xattr_shrink_size() 1146 el = &xv->xr_list; in ocfs2_xattr_get_value_outside() 1400 &num_clusters, &xv->xr_list, in __ocfs2_xattr_set_value_outside() 2367 &xv->xr_list, in ocfs2_lock_xattr_remove_allocators() 3103 &def_xv.xv.xr_list); in ocfs2_calc_xattr_set_need() 3168 &def_xv.xv.xr_list); in ocfs2_calc_xattr_set_need() [all …]
|
| H A D | ocfs2_fs.h | 1042 /*10*/ struct ocfs2_extent_list xr_list; /* Extent record list */ member
|
| H A D | refcounttree.c | 3492 num_clusters, &xv->xr_list, in ocfs2_xattr_value_get_clusters() 3515 &num_clusters, &xv->xr_list, in ocfs2_refcounted_xattr_delete_need() 3599 ret = ocfs2_refcount_cal_cow_clusters(inode, &xv->xr_list, in ocfs2_refcount_cow_xattr()
|
| H A D | alloc.c | 256 et->et_root_el = &vb->vb_xv->xr_list; in ocfs2_xattr_value_fill_root_el()
|