Home
last modified time | relevance | path

Searched defs:may_flags (Results 1 – 2 of 2) sorted by relevance

/linux/fs/nfsd/
H A Dfilecache.c1088 nfsd_file_do_acquire(struct svc_rqst * rqstp,struct net * net,struct svc_cred * cred,struct auth_domain * client,struct svc_fh * fhp,unsigned int may_flags,struct file * file,umode_t type,bool want_gc,struct nfsd_file ** pnf) nfsd_file_do_acquire() argument
1249 nfsd_file_acquire_gc(struct svc_rqst * rqstp,struct svc_fh * fhp,unsigned int may_flags,struct nfsd_file ** pnf) nfsd_file_acquire_gc() argument
1274 nfsd_file_acquire(struct svc_rqst * rqstp,struct svc_fh * fhp,unsigned int may_flags,struct nfsd_file ** pnf) nfsd_file_acquire() argument
1310 nfsd_file_acquire_local(struct net * net,struct svc_cred * cred,struct auth_domain * client,struct svc_fh * fhp,unsigned int may_flags,struct nfsd_file ** pnf) nfsd_file_acquire_local() argument
1346 nfsd_file_acquire_opened(struct svc_rqst * rqstp,struct svc_fh * fhp,unsigned int may_flags,struct file * file,struct nfsd_file ** pnf) nfsd_file_acquire_opened() argument
[all...]
/linux/fs/smb/server/
H A Dsmb2pdu.c2118 smb2_create_open_flags(bool file_present,__le32 access,__le32 disposition,int * may_flags,__le32 coptions,umode_t mode) smb2_create_open_flags() argument
2909 int req_op_level = 0, open_flags = 0, may_flags = 0, file_info = 0; smb2_open() local