Searched refs:may_flags (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | filecache.c | 1088 unsigned int may_flags, struct file *file, in nfsd_file_do_acquire() argument 1091 unsigned char need = may_flags & NFSD_FILE_MAY_MASK; in nfsd_file_do_acquire() 1102 may_flags|NFSD_MAY_OWNER_OVERRIDE); in nfsd_file_do_acquire() 1105 may_flags|NFSD_MAY_OWNER_OVERRIDE); in nfsd_file_do_acquire() 1141 trace_nfsd_file_insert_err(rqstp, inode, may_flags, ret); in nfsd_file_do_acquire() 1150 trace_nfsd_file_cons_err(rqstp, inode, may_flags, nf); in nfsd_file_do_acquire() 1162 status = nfserrno(nfsd_open_break_lease(file_inode(nf->nf_file), may_flags)); in nfsd_file_do_acquire() 1174 trace_nfsd_file_acquire(rqstp, inode, may_flags, nf, status); in nfsd_file_do_acquire() 1190 ret = nfsd_open_verified(fhp, type, may_flags, &nf->nf_file); in nfsd_file_do_acquire() 1249 unsigned int may_flags, struct nfsd_file **pnf) in nfsd_file_acquire_gc() argument [all …]
|
| H A D | vfs.h | 119 int nfsd_open_verified(struct svc_fh *fhp, umode_t type, int may_flags,
|
| /linux/fs/smb/server/ |
| H A D | smb2pdu.c | 2110 * @may_flags: set with MAY_ flags 2118 int *may_flags, in smb2_create_open_flags() argument 2132 *may_flags = MAY_OPEN | MAY_READ | MAY_WRITE; in smb2_create_open_flags() 2135 *may_flags = MAY_OPEN | MAY_WRITE; in smb2_create_open_flags() 2138 *may_flags = MAY_OPEN | MAY_READ; in smb2_create_open_flags() 2909 int req_op_level = 0, open_flags = 0, may_flags = 0, file_info = 0; in smb2_open() local 3257 &may_flags, in smb2_open() 3308 may_flags); in smb2_open()
|