Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/nfsd/
Dsyscall.h95 #define ca_export u.u_export macro
/linux-2.6.39/fs/
Dcompat.c2016 __copy_from_user(&karg->ca_export.ex_client[0], in compat_nfs_exp_trans()
2019 __copy_from_user(&karg->ca_export.ex_path[0], in compat_nfs_exp_trans()
2022 __get_user(karg->ca_export.ex_dev, in compat_nfs_exp_trans()
2024 __get_user(karg->ca_export.ex_ino, in compat_nfs_exp_trans()
2026 __get_user(karg->ca_export.ex_flags, in compat_nfs_exp_trans()
2028 __get_user(karg->ca_export.ex_anon_uid, in compat_nfs_exp_trans()
2030 __get_user(karg->ca_export.ex_anon_gid, in compat_nfs_exp_trans()
2033 SET_UID(karg->ca_export.ex_anon_uid, karg->ca_export.ex_anon_uid); in compat_nfs_exp_trans()
2034 SET_GID(karg->ca_export.ex_anon_gid, karg->ca_export.ex_anon_gid); in compat_nfs_exp_trans()