/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | xattr.c | 54 struct ocfs2_xattr_value_root xv; member 89 .xv.xr_list.l_count = cpu_to_le16(1), 178 * ocfs2_xa_fill_value_buf() will handle the xv pointer. 305 struct ocfs2_xattr_value_root **xv, 1102 struct ocfs2_xattr_value_root *xv, in ocfs2_xattr_get_value_outside() 1113 el = &xv->xr_list; in ocfs2_xattr_get_value_outside() 1114 clusters = le32_to_cpu(xv->xr_clusters); in ocfs2_xattr_get_value_outside() 1162 struct ocfs2_xattr_value_root *xv; in ocfs2_xattr_ibody_get() local 1187 xv = (struct ocfs2_xattr_value_root *) in ocfs2_xattr_ibody_get() 1191 ret = ocfs2_xattr_get_value_outside(inode, xv, in ocfs2_xattr_ibody_get() 1101 ocfs2_xattr_get_value_outside(struct inode *inode, struct ocfs2_xattr_value_root *xv, void *buffer, size_t len) ocfs2_xattr_get_value_outside() argument 1211 struct ocfs2_xattr_value_root *xv; ocfs2_xattr_block_get() local 1361 struct ocfs2_xattr_value_root *xv = vb->vb_xv; __ocfs2_xattr_set_value_outside() local 2321 ocfs2_lock_xattr_remove_allocators(struct inode *inode, struct ocfs2_xattr_value_root *xv, struct ocfs2_caching_info *ref_ci, struct buffer_head *ref_root_bh, struct ocfs2_alloc_context **meta_ac, int *ref_credits) ocfs2_lock_xattr_remove_allocators() argument 3049 struct ocfs2_xattr_value_root *xv = NULL; ocfs2_calc_xattr_set_need() local 5665 struct ocfs2_xattr_value_root *xv; ocfs2_delete_xattr_in_bucket() local 5889 ocfs2_xattr_value_attach_refcount(struct inode *inode, struct ocfs2_xattr_value_root *xv, struct ocfs2_extent_tree *value_et, struct ocfs2_caching_info *ref_ci, struct buffer_head *ref_root_bh, struct ocfs2_cached_dealloc_ctxt *dealloc, struct ocfs2_post_refcount *refcount) ocfs2_xattr_value_attach_refcount() argument 5946 struct ocfs2_xattr_value_root *xv; ocfs2_xattr_attach_refcount_normal() local 6000 ocfs2_get_xattr_tree_value_root(struct super_block *sb, struct ocfs2_xattr_bucket *bucket, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **bh) ocfs2_get_xattr_tree_value_root() argument 6223 struct ocfs2_xattr_value_root *xv; ocfs2_value_metas_in_xattr_header() local 6258 ocfs2_get_xattr_value_root(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_get_xattr_value_root() argument 6353 struct ocfs2_xattr_value_root *xv, *new_xv; ocfs2_reflink_xattr_header() local 6682 ocfs2_get_reflink_xattr_value_root(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_get_reflink_xattr_value_root() argument 6709 ocfs2_value_tree_metas_in_bucket(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_value_tree_metas_in_bucket() argument [all...] |
H A D | refcounttree.h | 70 struct ocfs2_xattr_value_root *xv,
|
H A D | refcounttree.c | 3526 struct ocfs2_xattr_value_root *xv = context->cow_object; in ocfs2_xattr_value_get_clusters() local 3529 num_clusters, &xv->xr_list, in ocfs2_xattr_value_get_clusters() 3540 struct ocfs2_xattr_value_root *xv, in ocfs2_refcounted_xattr_delete_need() 3545 u32 cpos = 0, clusters = le32_to_cpu(xv->xr_clusters); in ocfs2_refcounted_xattr_delete_need() 3552 &num_clusters, &xv->xr_list, in ocfs2_refcounted_xattr_delete_need() 3630 struct ocfs2_xattr_value_root *xv = vb->vb_xv; in ocfs2_refcount_cow_xattr() local 3636 ret = ocfs2_refcount_cal_cow_clusters(inode, &xv->xr_list, in ocfs2_refcount_cow_xattr() 3658 context->cow_object = xv; in ocfs2_refcount_cow_xattr() 3537 ocfs2_refcounted_xattr_delete_need(struct inode *inode, struct ocfs2_caching_info *ref_ci, struct buffer_head *ref_root_bh, struct ocfs2_xattr_value_root *xv, int *meta_add, int *credits) ocfs2_refcounted_xattr_delete_need() argument
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | xattr.c | 52 struct ocfs2_xattr_value_root xv; member 87 .xv.xr_list.l_count = cpu_to_le16(1), 172 * ocfs2_xa_fill_value_buf() will handle the xv pointer. 299 struct ocfs2_xattr_value_root **xv, 1096 struct ocfs2_xattr_value_root *xv, in ocfs2_xattr_get_value_outside() 1107 el = &xv->xr_list; in ocfs2_xattr_get_value_outside() 1108 clusters = le32_to_cpu(xv->xr_clusters); in ocfs2_xattr_get_value_outside() 1156 struct ocfs2_xattr_value_root *xv; in ocfs2_xattr_ibody_get() local 1181 xv = (struct ocfs2_xattr_value_root *) in ocfs2_xattr_ibody_get() 1185 ret = ocfs2_xattr_get_value_outside(inode, xv, in ocfs2_xattr_ibody_get() 1095 ocfs2_xattr_get_value_outside(struct inode *inode, struct ocfs2_xattr_value_root *xv, void *buffer, size_t len) ocfs2_xattr_get_value_outside() argument 1205 struct ocfs2_xattr_value_root *xv; ocfs2_xattr_block_get() local 1355 struct ocfs2_xattr_value_root *xv = vb->vb_xv; __ocfs2_xattr_set_value_outside() local 2315 ocfs2_lock_xattr_remove_allocators(struct inode *inode, struct ocfs2_xattr_value_root *xv, struct ocfs2_caching_info *ref_ci, struct buffer_head *ref_root_bh, struct ocfs2_alloc_context **meta_ac, int *ref_credits) ocfs2_lock_xattr_remove_allocators() argument 3043 struct ocfs2_xattr_value_root *xv = NULL; ocfs2_calc_xattr_set_need() local 5659 struct ocfs2_xattr_value_root *xv; ocfs2_delete_xattr_in_bucket() local 5883 ocfs2_xattr_value_attach_refcount(struct inode *inode, struct ocfs2_xattr_value_root *xv, struct ocfs2_extent_tree *value_et, struct ocfs2_caching_info *ref_ci, struct buffer_head *ref_root_bh, struct ocfs2_cached_dealloc_ctxt *dealloc, struct ocfs2_post_refcount *refcount) ocfs2_xattr_value_attach_refcount() argument 5940 struct ocfs2_xattr_value_root *xv; ocfs2_xattr_attach_refcount_normal() local 5994 ocfs2_get_xattr_tree_value_root(struct super_block *sb, struct ocfs2_xattr_bucket *bucket, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **bh) ocfs2_get_xattr_tree_value_root() argument 6217 struct ocfs2_xattr_value_root *xv; ocfs2_value_metas_in_xattr_header() local 6252 ocfs2_get_xattr_value_root(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_get_xattr_value_root() argument 6347 struct ocfs2_xattr_value_root *xv, *new_xv; ocfs2_reflink_xattr_header() local 6676 ocfs2_get_reflink_xattr_value_root(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_get_reflink_xattr_value_root() argument 6703 ocfs2_value_tree_metas_in_bucket(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_value_tree_metas_in_bucket() argument [all...] |
H A D | refcounttree.h | 68 struct ocfs2_xattr_value_root *xv,
|
H A D | refcounttree.c | 3497 struct ocfs2_xattr_value_root *xv = context->cow_object; in ocfs2_xattr_value_get_clusters() local 3500 num_clusters, &xv->xr_list, in ocfs2_xattr_value_get_clusters() 3511 struct ocfs2_xattr_value_root *xv, in ocfs2_refcounted_xattr_delete_need() 3516 u32 cpos = 0, clusters = le32_to_cpu(xv->xr_clusters); in ocfs2_refcounted_xattr_delete_need() 3523 &num_clusters, &xv->xr_list, in ocfs2_refcounted_xattr_delete_need() 3601 struct ocfs2_xattr_value_root *xv = vb->vb_xv; in ocfs2_refcount_cow_xattr() local 3607 ret = ocfs2_refcount_cal_cow_clusters(inode, &xv->xr_list, in ocfs2_refcount_cow_xattr() 3629 context->cow_object = xv; in ocfs2_refcount_cow_xattr() 3508 ocfs2_refcounted_xattr_delete_need(struct inode *inode, struct ocfs2_caching_info *ref_ci, struct buffer_head *ref_root_bh, struct ocfs2_xattr_value_root *xv, int *meta_add, int *credits) ocfs2_refcounted_xattr_delete_need() argument
|
/kernel/linux/linux-5.10/sound/isa/msnd/ |
H A D | msnd_pinnacle.c | 210 char *xv, *rev = NULL; in snd_msnd_probe() local 237 xv = "<= 1.15"; in snd_msnd_probe() 240 xv = "1.18/1.2"; in snd_msnd_probe() 243 xv = "1.3"; in snd_msnd_probe() 246 xv = "1.4"; in snd_msnd_probe() 249 xv = "unknown"; in snd_msnd_probe() 291 rev, xv, in snd_msnd_probe()
|
/kernel/linux/linux-6.6/sound/isa/msnd/ |
H A D | msnd_pinnacle.c | 210 char *xv, *rev = NULL; in snd_msnd_probe() local 237 xv = "<= 1.15"; in snd_msnd_probe() 240 xv = "1.18/1.2"; in snd_msnd_probe() 243 xv = "1.3"; in snd_msnd_probe() 246 xv = "1.4"; in snd_msnd_probe() 249 xv = "unknown"; in snd_msnd_probe() 291 rev, xv, in snd_msnd_probe()
|
/kernel/linux/linux-5.10/drivers/dma/ipu/ |
H A D | ipu_idmac.c | 171 u32 xv:10; member 211 u32 xv:10; member
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | pal.h | 642 xv : 1, /* index valid */ member
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | pal.h | 643 xv : 1, /* index valid */ member
|