Searched refs:ufa (Results 1 – 2 of 2) sorted by relevance
118 int copy_fsxattr_to_user(const struct file_kattr *fa, struct fsxattr __user *ufa) in copy_fsxattr_to_user() argument130 if (copy_to_user(ufa, &xfa, sizeof(xfa))) in copy_fsxattr_to_user()155 struct fsxattr __user *ufa) in copy_fsxattr_from_user() argument160 if (copy_from_user(&xfa, ufa, sizeof(xfa))) in copy_fsxattr_from_user()
56 int copy_fsxattr_to_user(const struct file_kattr *fa, struct fsxattr __user *ufa);