Lines Matching defs:pnf
987 struct nfsd_file **pnf, bool want_gc)
1075 *pnf = nf;
1130 * @pnf: OUT: new or found "struct nfsd_file" object
1138 * %nfs_ok - @pnf points to an nfsd_file with its reference
1145 unsigned int may_flags, struct nfsd_file **pnf)
1147 return nfsd_file_do_acquire(rqstp, fhp, may_flags, NULL, pnf, true);
1155 * @pnf: OUT: new or found "struct nfsd_file" object
1162 * %nfs_ok - @pnf points to an nfsd_file with its reference
1169 unsigned int may_flags, struct nfsd_file **pnf)
1171 return nfsd_file_do_acquire(rqstp, fhp, may_flags, NULL, pnf, false);
1180 * @pnf: OUT: new or found "struct nfsd_file" object
1187 * %nfs_ok - @pnf points to an nfsd_file with its reference
1195 struct nfsd_file **pnf)
1197 return nfsd_file_do_acquire(rqstp, fhp, may_flags, file, pnf, false);