Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dxattr.c110 ret = file_getxattr(req->file, &ix->ctx); in io_fgetxattr()
/linux-6.15/fs/
H A Dinternal.h284 ssize_t file_getxattr(struct file *file, struct kernel_xattr_ctx *ctx);
H A Dxattr.c801 ssize_t file_getxattr(struct file *f, struct kernel_xattr_ctx *ctx) in file_getxattr() function
854 return file_getxattr(fd_file(f), &ctx); in path_getxattrat()