Home
last modified time | relevance | path

Searched refs:ufa (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/include/linux/
Dfileattr.h36 int copy_fsxattr_to_user(const struct fileattr *fa, struct fsxattr __user *ufa);
/linux-5.19.10/fs/
Dioctl.c543 int copy_fsxattr_to_user(const struct fileattr *fa, struct fsxattr __user *ufa) in copy_fsxattr_to_user() argument
554 if (copy_to_user(ufa, &xfa, sizeof(xfa))) in copy_fsxattr_to_user()
562 struct fsxattr __user *ufa) in copy_fsxattr_from_user() argument
566 if (copy_from_user(&xfa, ufa, sizeof(xfa))) in copy_fsxattr_from_user()