Home
last modified time | relevance | path

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

/linux-6.1.9/io_uring/
Dxattr.c57 ix->ctx.cvalue = u64_to_user_ptr(READ_ONCE(sqe->addr2)); in __io_getxattr_prep()
163 ix->ctx.cvalue = u64_to_user_ptr(READ_ONCE(sqe->addr2)); in __io_setxattr_prep()
/linux-6.1.9/fs/
Dinternal.h217 const void __user *cvalue; member
Dxattr.c573 ctx->kvalue = vmemdup_user(ctx->cvalue, ctx->size); in setxattr_copy()
605 .cvalue = value, in setxattr()