Lines Matching refs:may_flags
986 unsigned int may_flags, struct file *file,
989 unsigned char need = may_flags & NFSD_FILE_MAY_MASK;
1000 may_flags|NFSD_MAY_OWNER_OVERRIDE);
1045 trace_nfsd_file_insert_err(rqstp, inode, may_flags, ret);
1054 trace_nfsd_file_cons_err(rqstp, inode, may_flags, nf);
1065 status = nfserrno(nfsd_open_break_lease(file_inode(nf->nf_file), may_flags));
1077 trace_nfsd_file_acquire(rqstp, inode, may_flags, nf, status);
1090 ret = nfsd_open_verified(rqstp, fhp, may_flags,
1129 * @may_flags: NFSD_MAY_ settings for the file
1145 unsigned int may_flags, struct nfsd_file **pnf)
1147 return nfsd_file_do_acquire(rqstp, fhp, may_flags, NULL, pnf, true);
1154 * @may_flags: NFSD_MAY_ settings for the file
1169 unsigned int may_flags, struct nfsd_file **pnf)
1171 return nfsd_file_do_acquire(rqstp, fhp, may_flags, NULL, pnf, false);
1178 * @may_flags: NFSD_MAY_ settings for the file
1194 unsigned int may_flags, struct file *file,
1197 return nfsd_file_do_acquire(rqstp, fhp, may_flags, file, pnf, false);