Searched refs:copy_fsxattr_to_user (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dfileattr.h36 int copy_fsxattr_to_user(const struct fileattr *fa, struct fsxattr __user *ufa);
/linux-master/fs/
H A Dioctl.c538 * copy_fsxattr_to_user - copy fsxattr to userspace.
544 int copy_fsxattr_to_user(const struct fileattr *fa, struct fsxattr __user *ufa) function
560 EXPORT_SYMBOL(copy_fsxattr_to_user); variable
743 err = copy_fsxattr_to_user(&fa, argp);
/linux-master/fs/xfs/
H A Dxfs_ioctl.c1037 return copy_fsxattr_to_user(&fa, arg);

Completed in 140 milliseconds