Lines Matching defs:may_flags
1134 unsigned int may_flags, struct file *file,
1137 unsigned char need = may_flags & NFSD_FILE_MAY_MASK;
1148 may_flags|NFSD_MAY_OWNER_OVERRIDE);
1151 may_flags|NFSD_MAY_OWNER_OVERRIDE);
1187 trace_nfsd_file_insert_err(rqstp, inode, may_flags, ret);
1196 trace_nfsd_file_cons_err(rqstp, inode, may_flags, nf);
1208 status = nfserrno(nfsd_open_break_lease(file_inode(nf->nf_file), may_flags));
1220 trace_nfsd_file_acquire(rqstp, inode, may_flags, nf, status);
1236 ret = nfsd_open_verified(fhp, type, may_flags, &nf->nf_file);
1279 * @may_flags: NFSD_MAY_ settings for the file
1295 unsigned int may_flags, struct nfsd_file **pnf)
1298 fhp, may_flags, NULL, S_IFREG, true, pnf);
1305 * @may_flags: NFSD_MAY_ settings for the file
1320 unsigned int may_flags, struct nfsd_file **pnf)
1323 fhp, may_flags, NULL, S_IFREG, false, pnf);
1332 * @may_flags: NFSD_MAY_ settings for the file
1356 unsigned int may_flags, struct nfsd_file **pnf)
1366 beres = nfsd_file_do_acquire(NULL, net, cred, client, fhp, may_flags,
1376 * @may_flags: NFSD_MAY_ settings for the file
1392 unsigned int may_flags, struct file *file,
1396 fhp, may_flags, file, S_IFREG, false, pnf);