fs/internal.h
293
ssize_t file_getxattr(struct file *file, struct kernel_xattr_ctx *ctx);
fs/internal.h
295
unsigned int lookup_flags, struct kernel_xattr_ctx *ctx);
fs/internal.h
296
int file_setxattr(struct file *file, struct kernel_xattr_ctx *ctx);
fs/internal.h
298
unsigned int lookup_flags, struct kernel_xattr_ctx *ctx);
fs/internal.h
299
int setxattr_copy(const char __user *name, struct kernel_xattr_ctx *ctx);
fs/xattr.c
604
int setxattr_copy(const char __user *name, struct kernel_xattr_ctx *ctx)
fs/xattr.c
630
struct kernel_xattr_ctx *ctx)
fs/xattr.c
640
int file_setxattr(struct file *f, struct kernel_xattr_ctx *ctx)
fs/xattr.c
653
unsigned int lookup_flags, struct kernel_xattr_ctx *ctx)
fs/xattr.c
680
struct kernel_xattr_ctx ctx = {
fs/xattr.c
765
struct kernel_xattr_ctx *ctx)
fs/xattr.c
796
ssize_t file_getxattr(struct file *f, struct kernel_xattr_ctx *ctx)
fs/xattr.c
803
unsigned int lookup_flags, struct kernel_xattr_ctx *ctx)
fs/xattr.c
825
struct kernel_xattr_ctx ctx = {
io_uring/xattr.c
21
struct kernel_xattr_ctx ctx;