/fs/nfsd/ |
D | nfsfh.c | 30 struct svc_export *exp = expv; in nfsd_acceptable() local 102 struct svc_export *exp) in nfsd_setuser_and_check_port() 119 struct dentry *dentry, struct svc_export *exp) in check_pseudo_root() 157 struct svc_export *exp; in nfsd_set_fh_dentry() local 330 struct svc_export *exp; in fh_verify() local 415 static void _fh_update(struct svc_fh *fhp, struct svc_export *exp, in _fh_update() 436 struct svc_export *exp, in _fh_update_old() 446 static bool is_root_export(struct svc_export *exp) in is_root_export() 451 static struct super_block *exp_sb(struct svc_export *exp) in exp_sb() 456 static bool fsid_type_ok_for_exp(u8 fsid_type, struct svc_export *exp) in fsid_type_ok_for_exp() [all …]
|
D | export.c | 336 struct svc_export *exp = container_of(ref, struct svc_export, h.ref); in svc_export_put() local 354 struct svc_export *exp = container_of(h, struct svc_export, h); in svc_export_request() local 475 static int secinfo_parse(char **mesg, char *buf, struct svc_export *exp) in secinfo_parse() 516 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) { return 0; } in secinfo_parse() 547 struct svc_export exp = {}, *expp; in svc_export_parse() local 693 struct svc_export *exp ; in svc_export_show() local 799 svc_export_hash(struct svc_export *exp) in svc_export_hash() 810 svc_export_lookup(struct svc_export *exp) in svc_export_lookup() 865 struct svc_export *exp, key; in exp_get_by_name() local 893 struct svc_export *exp = exp_get_by_name(cd, clp, path, NULL); in exp_parent() local [all …]
|
D | export.h | 82 #define EX_ISSYNC(exp) (!((exp)->ex_flags & NFSEXP_ASYNC)) argument 83 #define EX_NOHIDE(exp) ((exp)->ex_flags & NFSEXP_NOHIDE) argument 84 #define EX_WGATHER(exp) ((exp)->ex_flags & NFSEXP_GATHERED_WRITES) argument 105 static inline void exp_put(struct svc_export *exp) in exp_put() 110 static inline struct svc_export *exp_get(struct svc_export *exp) in exp_get()
|
D | auth.c | 8 int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp) in nfsexp_flags() 21 int nfsd_setuser(struct svc_rqst *rqstp, struct svc_export *exp) in nfsd_setuser()
|
D | vfs.c | 62 struct svc_export *exp = *expp, *exp2 = NULL; in nfsd_cross_mnt() local 124 …sd_lookup_parent(struct svc_rqst *rqstp, struct dentry *dparent, struct svc_export **exp, struct d… in nfsd_lookup_parent() 155 int nfsd_mountpoint(struct dentry *dentry, struct svc_export *exp) in nfsd_mountpoint() 177 struct svc_export *exp; in nfsd_lookup_dentry() local 253 struct svc_export *exp; in nfsd_lookup() local 989 struct svc_export *exp; in nfsd_vfs_write() local 2090 static int exp_rdonly(struct svc_rqst *rqstp, struct svc_export *exp) in exp_rdonly() 2328 nfsd_permission(struct svc_rqst *rqstp, struct svc_export *exp, in nfsd_permission()
|
D | pnfs.h | 81 static inline void nfsd4_setup_layout_type(struct svc_export *exp) in nfsd4_setup_layout_type()
|
D | nfs4xdr.c | 2296 struct svc_export *exp) in encode_change() 2528 struct svc_rqst *rqstp, struct svc_export *exp) in nfsd4_encode_fs_locations() 2645 static int get_parent_attributes(struct svc_export *exp, struct kstat *stat) in get_parent_attributes() 2699 struct svc_export *exp, in nfsd4_encode_fattr() 3266 struct svc_fh *fhp, struct svc_export *exp, in nfsd4_encode_fattr_to_buf() 3294 struct svc_export *exp = cd->rd_fhp->fh_export; in nfsd4_encode_dirent_fattr() local 4067 nfsd4_do_encode_secinfo(struct xdr_stream *xdr, struct svc_export *exp) in nfsd4_do_encode_secinfo()
|
D | nfs4proc.c | 102 struct svc_export *exp = cstate->current_fh.fh_export; in check_attr_support() local 894 struct svc_export *exp; in nfsd4_secinfo() local 1826 nfsd4_layout_verify(struct svc_export *exp, unsigned int layout_type) in nfsd4_layout_verify() 1850 struct svc_export *exp; in nfsd4_getdeviceinfo() local
|
D | nfs4layouts.c | 127 void nfsd4_setup_layout_type(struct svc_export *exp) in nfsd4_setup_layout_type()
|
D | nfs3xdr.c | 856 struct svc_export *exp; in compose_entry_fh() local
|
/fs/ |
D | select.c | 508 unsigned long *rinp, *routp, *rexp, *inp, *outp, *exp; in do_select() local 625 fd_set __user *exp, struct timespec64 *end_time) in core_sys_select() 704 fd_set __user *exp, struct __kernel_old_timeval __user *tvp) in kern_select() 726 fd_set __user *, exp, struct __kernel_old_timeval __user *, tvp) in SYSCALL_DEFINE5() argument 732 fd_set __user *exp, void __user *tsp, in do_pselect() 795 fd_set __user *, exp, struct __kernel_timespec __user *, tsp, in SYSCALL_DEFINE6() argument 809 fd_set __user *, exp, struct old_timespec32 __user *, tsp, in SYSCALL_DEFINE6() argument 825 fd_set __user *inp, *outp, *exp; member 1194 compat_ulong_t __user *outp, compat_ulong_t __user *exp, in compat_core_sys_select() 1265 compat_ulong_t __user *outp, compat_ulong_t __user *exp, in do_compat_select() [all …]
|