Home
last modified time | relevance | path

Searched defs:open (Results 1 – 8 of 8) sorted by relevance

/fs/nfsd/
Dnfs4proc.c96 struct nfsd4_compound_state *cstate, struct nfsd4_open *open) in nfsd4_check_open_attributes()
114 is_create_with_attrs(struct nfsd4_open *open) in is_create_with_attrs()
153 do_open_permission(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open, int … in do_open_permission()
194 do_open_lookup(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open) in do_open_lookup()
270 do_open_fhandle(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open) in do_open_fhandle()
316 struct nfsd4_open *open) in nfsd4_open()
Dnfs4state.c467 test_share(struct nfs4_ol_stateid *stp, struct nfsd4_open *open) { in test_share()
2424 …c_init_open_stateowner(unsigned int strhashval, struct nfs4_client *clp, struct nfsd4_open *open) { in alloc_init_open_stateowner()
2440 …oid init_open_stateid(struct nfs4_ol_stateid *stp, struct nfs4_file *fp, struct nfsd4_open *open) { in init_open_stateid()
2477 find_openstateowner_str(unsigned int hashval, struct nfsd4_open *open) in find_openstateowner_str()
2610 struct nfsd4_open *open) in nfsd4_process_open1()
2685 static bool nfsd4_is_deleg_cur(struct nfsd4_open *open) in nfsd4_is_deleg_cur()
2692 nfs4_check_deleg(struct nfs4_client *cl, struct nfs4_file *fp, struct nfsd4_open *open, in nfs4_check_deleg()
2715 nfs4_check_open(struct nfs4_file *fp, struct nfsd4_open *open, struct nfs4_ol_stateid **stpp) in nfs4_check_open()
2751 struct svc_fh *cur_fh, struct nfsd4_open *open) in nfs4_get_vfs_file()
2770 struct nfsd4_open *open) in nfsd4_truncate()
[all …]
Dnfs4xdr.c704 nfsd4_decode_open(struct nfsd4_compoundargs *argp, struct nfsd4_open *open) in nfsd4_decode_open()
2787 nfsd4_encode_open(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_open *open) in nfsd4_encode_open()
Dxdr4.h445 struct nfsd4_open open; member
/fs/sysfs/
Dsysfs.h33 struct sysfs_open_dirent *open; member
Dbin.c392 static int open(struct inode * inode, struct file * file) in open() function
/fs/proc/
Dinode.c318 int (*open)(struct inode *, struct file *); in proc_reg_open() local
/fs/
Dopen.c998 SYSCALL_DEFINE3(open, const char __user *, filename, int, flags, umode_t, mode) in SYSCALL_DEFINE3() argument