Searched refs:ufa (Results 1 – 1 of 1) sorted by relevance
117 int copy_fsxattr_to_user(const struct file_kattr *fa, struct fsxattr __user *ufa) in copy_fsxattr_to_user() argument129 if (copy_to_user(ufa, &xfa, sizeof(xfa))) in copy_fsxattr_to_user()154 struct fsxattr __user *ufa) in copy_fsxattr_from_user() argument159 if (copy_from_user(&xfa, ufa, sizeof(xfa))) in copy_fsxattr_from_user()
Completed in 3 milliseconds