Home
last modified time | relevance | path

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

/linux/include/linux/
A Dfileattr.h36 int copy_fsxattr_to_user(const struct fileattr *fa, struct fsxattr __user *ufa);
/linux/fs/
A Dioctl.c547 int copy_fsxattr_to_user(const struct fileattr *fa, struct fsxattr __user *ufa) in copy_fsxattr_to_user() argument
558 if (copy_to_user(ufa, &xfa, sizeof(xfa))) in copy_fsxattr_to_user()
566 struct fsxattr __user *ufa) in copy_fsxattr_from_user() argument
570 if (copy_from_user(&xfa, ufa, sizeof(xfa))) in copy_fsxattr_from_user()

Completed in 4 milliseconds