Searched refs:ufa (Results 1 – 2 of 2) sorted by relevance
36 int copy_fsxattr_to_user(const struct fileattr *fa, struct fsxattr __user *ufa);
543 int copy_fsxattr_to_user(const struct fileattr *fa, struct fsxattr __user *ufa) in copy_fsxattr_to_user() argument554 if (copy_to_user(ufa, &xfa, sizeof(xfa))) in copy_fsxattr_to_user()562 struct fsxattr __user *ufa) in copy_fsxattr_from_user() argument566 if (copy_from_user(&xfa, ufa, sizeof(xfa))) in copy_fsxattr_from_user()