Searched refs:kernel_xattr_ctx (Results 1 – 2 of 2) sorted by relevance
/linux/fs/ |
H A D | internal.h | 269 struct kernel_xattr_ctx { struct 282 ssize_t file_getxattr(struct file *file, struct kernel_xattr_ctx *ctx); argument 284 unsigned int lookup_flags, struct kernel_xattr_ctx *ctx); 285 int file_setxattr(struct file *file, struct kernel_xattr_ctx *ctx); 287 unsigned int lookup_flags, struct kernel_xattr_ctx *ctx); 288 int setxattr_copy(const char __user *name, struct kernel_xattr_ctx *ctx);
|
H A D | xattr.c | 604 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()
|