/fs/nfsd/ |
D | nfsfh.c | 28 struct svc_export *exp = expv; in nfsd_acceptable() local 90 struct svc_export *exp) in nfsd_setuser_and_check_port() 107 struct dentry *dentry, struct svc_export *exp) in check_pseudo_root() 145 struct svc_export *exp; in nfsd_set_fh_dentry() local 312 struct svc_export *exp; in fh_verify() local 397 static void _fh_update(struct svc_fh *fhp, struct svc_export *exp, in _fh_update() 418 struct svc_export *exp, in _fh_update_old() 428 static bool is_root_export(struct svc_export *exp) in is_root_export() 433 static struct super_block *exp_sb(struct svc_export *exp) in exp_sb() 438 static bool fsid_type_ok_for_exp(u8 fsid_type, struct svc_export *exp) in fsid_type_ok_for_exp() [all …]
|
D | export.c | 311 struct svc_export *exp = container_of(ref, struct svc_export, h.ref); in svc_export_put() local 324 struct svc_export *exp = container_of(h, struct svc_export, h); in svc_export_request() local 444 static int secinfo_parse(char **mesg, char *buf, struct svc_export *exp) in secinfo_parse() 485 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) { return 0; } in secinfo_parse() 516 struct svc_export exp = {}, *expp; in svc_export_parse() local 660 struct svc_export *exp ; in svc_export_show() local 765 svc_export_hash(struct svc_export *exp) in svc_export_hash() 776 svc_export_lookup(struct svc_export *exp) in svc_export_lookup() 829 struct svc_export *exp, key; in exp_get_by_name() local 855 struct svc_export *exp = exp_get_by_name(cd, clp, path, NULL); in exp_parent() local [all …]
|
D | export.h | 79 #define EX_ISSYNC(exp) (!((exp)->ex_flags & NFSEXP_ASYNC)) argument 80 #define EX_NOHIDE(exp) ((exp)->ex_flags & NFSEXP_NOHIDE) argument 81 #define EX_WGATHER(exp) ((exp)->ex_flags & NFSEXP_GATHERED_WRITES) argument 102 static inline void exp_put(struct svc_export *exp) in exp_put() 107 static inline struct svc_export *exp_get(struct svc_export *exp) in exp_get()
|
D | auth.c | 7 int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp) in nfsexp_flags() 20 int nfsd_setuser(struct svc_rqst *rqstp, struct svc_export *exp) in nfsd_setuser()
|
D | vfs.c | 88 struct svc_export *exp = *expp, *exp2 = NULL; in nfsd_cross_mnt() local 150 …sd_lookup_parent(struct svc_rqst *rqstp, struct dentry *dparent, struct svc_export **exp, struct d… in nfsd_lookup_parent() 181 int nfsd_mountpoint(struct dentry *dentry, struct svc_export *exp) in nfsd_mountpoint() 203 struct svc_export *exp; in nfsd_lookup_dentry() local 279 struct svc_export *exp; in nfsd_lookup() local 977 struct svc_export *exp; in nfsd_vfs_write() local 1976 static int exp_rdonly(struct svc_rqst *rqstp, struct svc_export *exp) in exp_rdonly() 1985 nfsd_permission(struct svc_rqst *rqstp, struct svc_export *exp, in nfsd_permission()
|
D | pnfs.h | 80 static inline void nfsd4_setup_layout_type(struct svc_export *exp) in nfsd4_setup_layout_type()
|
D | nfs4xdr.c | 2138 struct svc_rqst *rqstp, struct svc_export *exp) in nfsd4_encode_fs_locations() 2255 static int get_parent_attributes(struct svc_export *exp, struct kstat *stat) in get_parent_attributes() 2309 struct svc_export *exp, in nfsd4_encode_fattr() 2856 struct svc_fh *fhp, struct svc_export *exp, in nfsd4_encode_fattr_to_buf() 2884 struct svc_export *exp = cd->rd_fhp->fh_export; in nfsd4_encode_dirent_fattr() local 3733 __be32 nfserr, struct svc_export *exp) in nfsd4_do_encode_secinfo()
|
D | nfs4proc.c | 866 struct svc_export *exp; in nfsd4_secinfo() local 1269 nfsd4_layout_verify(struct svc_export *exp, unsigned int layout_type) in nfsd4_layout_verify() 1293 struct svc_export *exp; in nfsd4_getdeviceinfo() local
|
D | nfs4layouts.c | 126 void nfsd4_setup_layout_type(struct svc_export *exp) in nfsd4_setup_layout_type()
|
D | nfs3xdr.c | 815 struct svc_export *exp; in compose_entry_fh() local
|
/fs/ |
D | select.c | 434 unsigned long *rinp, *routp, *rexp, *inp, *outp, *exp; in do_select() local 553 fd_set __user *exp, struct timespec64 *end_time) in core_sys_select() 635 fd_set __user *, exp, struct timeval __user *, tvp) in SYSCALL_DEFINE5() argument 659 fd_set __user *exp, struct timespec __user *tsp, in do_pselect() 715 fd_set __user *, exp, struct timespec __user *, tsp, in SYSCALL_DEFINE6() argument 735 fd_set __user *inp, *outp, *exp; member
|
D | compat.c | 1224 compat_ulong_t __user *outp, compat_ulong_t __user *exp, in compat_core_sys_select() 1295 compat_ulong_t __user *, outp, compat_ulong_t __user *, exp, in COMPAT_SYSCALL_DEFINE5() argument 1323 compat_uptr_t exp; member 1338 compat_ulong_t __user *outp, compat_ulong_t __user *exp, in do_compat_pselect() 1389 compat_ulong_t __user *, outp, compat_ulong_t __user *, exp, in COMPAT_SYSCALL_DEFINE6() argument
|