Searched defs:nfsd4_create (Results 1 – 4 of 4) sorted by relevance
105 struct nfsd4_create { struct106 u32 cr_namelen; /* request */107 char * cr_name; /* request */108 u32 cr_type; /* request */109 union { /* request */119 } u;120 u32 cr_bmval[3]; /* request */121 struct iattr cr_iattr; /* request */122 int cr_umask; /* request */123 struct nfsd4_change_info cr_cinfo; /* response */[all …]
606 nfsd4_create(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_create() function
100 struct nfsd4_create { struct101 u32 cr_namelen; /* request */102 char * cr_name; /* request */103 u32 cr_type; /* request */104 union { /* request */114 } u;115 u32 cr_bmval[3]; /* request */116 struct iattr cr_iattr; /* request */117 int cr_umask; /* request */118 struct nfsd4_change_info cr_cinfo; /* response */[all …]
775 nfsd4_create(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_create() function