Home
last modified time | relevance | path

Searched refs:cvalue (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/io_uring/
Dxattr.c57 ix->ctx.cvalue = u64_to_user_ptr(READ_ONCE(sqe->addr2)); in __io_getxattr_prep()
160 ix->ctx.cvalue = u64_to_user_ptr(READ_ONCE(sqe->addr2)); in __io_setxattr_prep()
/linux-6.12.1/drivers/media/platform/imagination/
De5010-jpeg-enc.c194 u32 lvalue, cvalue; in update_qp_tables() local
197 cvalue = 0; in update_qp_tables()
201 cvalue |= ctx->chroma_qp[i] << (8 * (i % 4)); in update_qp_tables()
210 cvalue); in update_qp_tables()
212 cvalue = 0; in update_qp_tables()
/linux-6.12.1/fs/
Dxattr.c612 ctx->kvalue = vmemdup_user(ctx->cvalue, ctx->size); in setxattr_copy()
639 .cvalue = value, in path_setxattr()
691 .cvalue = value, in SYSCALL_DEFINE5()
Dinternal.h273 const void __user *cvalue; member