Home
last modified time | relevance | path

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

/fs/
A Dinternal.h273 struct kernel_xattr_ctx { struct
286 ssize_t file_getxattr(struct file *file, struct kernel_xattr_ctx *ctx); argument
288 unsigned int lookup_flags, struct kernel_xattr_ctx *ctx);
289 int file_setxattr(struct file *file, struct kernel_xattr_ctx *ctx);
291 unsigned int lookup_flags, struct kernel_xattr_ctx *ctx);
292 int setxattr_copy(const char __user *name, struct kernel_xattr_ctx *ctx);
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()

Completed in 6 milliseconds