file_getxattr
ssize_t file_getxattr(struct file *file, struct kernel_xattr_ctx *ctx);
return file_getxattr(fd_file(f), &ctx);
ret = file_getxattr(req->file, &ix->ctx);