Home
last modified time | relevance | path

Searched refs:copy_fsxattr_to_user (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/
Dfileattr.h36 int copy_fsxattr_to_user(const struct fileattr *fa, struct fsxattr __user *ufa);
/linux-6.1.9/fs/
Dioctl.c543 int copy_fsxattr_to_user(const struct fileattr *fa, struct fsxattr __user *ufa) in copy_fsxattr_to_user() function
559 EXPORT_SYMBOL(copy_fsxattr_to_user);
742 err = copy_fsxattr_to_user(&fa, argp); in ioctl_fsgetxattr()
/linux-6.1.9/fs/xfs/
Dxfs_ioctl.c1036 return copy_fsxattr_to_user(&fa, arg); in xfs_ioc_fsgetxattra()