Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dfileattr.h36 int copy_fsxattr_to_user(const struct fileattr *fa, struct fsxattr __user *ufa);
/linux-6.6.21/fs/
Dioctl.c544 int copy_fsxattr_to_user(const struct fileattr *fa, struct fsxattr __user *ufa) in copy_fsxattr_to_user() argument
555 if (copy_to_user(ufa, &xfa, sizeof(xfa))) in copy_fsxattr_to_user()
563 struct fsxattr __user *ufa) in copy_fsxattr_from_user() argument
567 if (copy_from_user(&xfa, ufa, sizeof(xfa))) in copy_fsxattr_from_user()