Home
last modified time | relevance | path

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

/linux/fs/
H A Dfile_attr.c118 int copy_fsxattr_to_user(const struct file_kattr *fa, struct fsxattr __user *ufa) in copy_fsxattr_to_user() argument
130 if (copy_to_user(ufa, &xfa, sizeof(xfa))) in copy_fsxattr_to_user()
155 struct fsxattr __user *ufa) in copy_fsxattr_from_user() argument
160 if (copy_from_user(&xfa, ufa, sizeof(xfa))) in copy_fsxattr_from_user()
/linux/include/linux/
H A Dfileattr.h56 int copy_fsxattr_to_user(const struct file_kattr *fa, struct fsxattr __user *ufa);