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);
544 int copy_fsxattr_to_user(const struct fileattr *fa, struct fsxattr __user *ufa) in copy_fsxattr_to_user() argument555 if (copy_to_user(ufa, &xfa, sizeof(xfa))) in copy_fsxattr_to_user()563 struct fsxattr __user *ufa) in copy_fsxattr_from_user() argument567 if (copy_from_user(&xfa, ufa, sizeof(xfa))) in copy_fsxattr_from_user()