Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dinternal.h271 struct kernel_xattr_ctx { struct
284 ssize_t file_getxattr(struct file *file, struct kernel_xattr_ctx *ctx); argument
286 unsigned int lookup_flags, struct kernel_xattr_ctx *ctx);
287 int file_setxattr(struct file *file, struct kernel_xattr_ctx *ctx);
289 unsigned int lookup_flags, struct kernel_xattr_ctx *ctx);
290 int setxattr_copy(const char __user *name, struct kernel_xattr_ctx *ctx);
H A Dxattr.c604 int setxattr_copy(const char __user *name, struct kernel_xattr_ctx *ctx) in setxattr_copy()
630 struct kernel_xattr_ctx *ctx) in do_setxattr()
640 int file_setxattr(struct file *f, struct kernel_xattr_ctx *ctx) in file_setxattr()
654 unsigned int lookup_flags, struct kernel_xattr_ctx *ctx) in filename_setxattr()
684 struct kernel_xattr_ctx ctx = { in path_setxattrat()
770 struct kernel_xattr_ctx *ctx) in do_getxattr()
801 ssize_t file_getxattr(struct file *f, struct kernel_xattr_ctx *ctx) in file_getxattr()
809 unsigned int lookup_flags, struct kernel_xattr_ctx *ctx) in filename_getxattr()
833 struct kernel_xattr_ctx ctx = { in path_getxattrat()
/linux-6.15/io_uring/
H A Dxattr.c21 struct kernel_xattr_ctx ctx;