Lines Matching refs:nfsd4_open
105 struct nfsd4_compound_state *cstate, struct nfsd4_open *open) in nfsd4_check_open_attributes()
123 is_create_with_attrs(struct nfsd4_open *open) in is_create_with_attrs()
142 do_open_permission(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open, int … in do_open_permission()
179 static void nfsd4_set_open_owner_reply_cache(struct nfsd4_compound_state *cstate, struct nfsd4_open… in nfsd4_set_open_owner_reply_cache()
195 struct nfsd4_open *open) in nfsd4_vfs_create()
233 struct svc_fh *resfhp, struct nfsd4_open *open) in nfsd4_create_file()
418 do_open_lookup(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *open… in do_open_lookup()
485 do_open_fhandle(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *ope… in do_open_fhandle()
526 nfsd4_open(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_open() function
529 struct nfsd4_open *open = &u->open; in nfsd4_open()
653 struct nfsd4_open *open = &op->u.open; in nfsd4_open_omfg()
660 return nfsd4_open(rqstp, cstate, &op->u); in nfsd4_open_omfg()
3240 .op_func = nfsd4_open,