resfh 55 fs/nfsd/nfs4proc.c nfsd4_security_inode_setsecctx(struct svc_fh *resfh, struct xdr_netobj *label, u32 *bmval) resfh 57 fs/nfsd/nfs4proc.c struct inode *inode = d_inode(resfh->fh_dentry); resfh 61 fs/nfsd/nfs4proc.c status = security_inode_setsecctx(resfh->fh_dentry, resfh 77 fs/nfsd/nfs4proc.c nfsd4_security_inode_setsecctx(struct svc_fh *resfh, struct xdr_netobj *label, u32 *bmval) resfh 216 fs/nfsd/nfs4proc.c static void nfsd4_set_open_owner_reply_cache(struct nfsd4_compound_state *cstate, struct nfsd4_open *open, struct svc_fh *resfh) resfh 221 fs/nfsd/nfs4proc.c &resfh->fh_handle); resfh 225 fs/nfsd/nfs4proc.c do_open_lookup(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *open, struct svc_fh **resfh) resfh 231 fs/nfsd/nfs4proc.c *resfh = kmalloc(sizeof(struct svc_fh), GFP_KERNEL); resfh 232 fs/nfsd/nfs4proc.c if (!*resfh) resfh 234 fs/nfsd/nfs4proc.c fh_init(*resfh, NFS4_FHSIZE); resfh 260 fs/nfsd/nfs4proc.c *resfh, open->op_createmode, resfh 266 fs/nfsd/nfs4proc.c nfsd4_security_inode_setsecctx(*resfh, &open->op_label, open->op_bmval); resfh 284 fs/nfsd/nfs4proc.c open->op_fname.data, open->op_fname.len, *resfh); resfh 287 fs/nfsd/nfs4proc.c status = nfsd_check_obj_isreg(*resfh); resfh 292 fs/nfsd/nfs4proc.c do_set_nfs4_acl(rqstp, *resfh, open->op_acl, open->op_bmval); resfh 294 fs/nfsd/nfs4proc.c nfsd4_set_open_owner_reply_cache(cstate, open, *resfh); resfh 299 fs/nfsd/nfs4proc.c status = do_open_permission(rqstp, *resfh, open, accmode); resfh 355 fs/nfsd/nfs4proc.c struct svc_fh *resfh = NULL; resfh 419 fs/nfsd/nfs4proc.c status = do_open_lookup(rqstp, cstate, open, &resfh); resfh 436 fs/nfsd/nfs4proc.c resfh = &cstate->current_fh; resfh 455 fs/nfsd/nfs4proc.c status = nfsd4_process_open2(rqstp, resfh, open); resfh 462 fs/nfsd/nfs4proc.c if (resfh && resfh != &cstate->current_fh) { resfh 463 fs/nfsd/nfs4proc.c fh_dup2(&cstate->current_fh, resfh); resfh 464 fs/nfsd/nfs4proc.c fh_put(resfh); resfh 465 fs/nfsd/nfs4proc.c kfree(resfh); resfh 594 fs/nfsd/nfs4proc.c struct svc_fh resfh; resfh 598 fs/nfsd/nfs4proc.c fh_init(&resfh, NFS4_FHSIZE); resfh 614 fs/nfsd/nfs4proc.c create->cr_data, &resfh); resfh 625 fs/nfsd/nfs4proc.c &create->cr_iattr, S_IFBLK, rdev, &resfh); resfh 636 fs/nfsd/nfs4proc.c &create->cr_iattr,S_IFCHR, rdev, &resfh); resfh 642 fs/nfsd/nfs4proc.c &create->cr_iattr, S_IFSOCK, 0, &resfh); resfh 648 fs/nfsd/nfs4proc.c &create->cr_iattr, S_IFIFO, 0, &resfh); resfh 655 fs/nfsd/nfs4proc.c &create->cr_iattr, S_IFDIR, 0, &resfh); resfh 666 fs/nfsd/nfs4proc.c nfsd4_security_inode_setsecctx(&resfh, &create->cr_label, create->cr_bmval); resfh 669 fs/nfsd/nfs4proc.c do_set_nfs4_acl(rqstp, &resfh, create->cr_acl, resfh 674 fs/nfsd/nfs4proc.c fh_dup2(&cstate->current_fh, &resfh); resfh 676 fs/nfsd/nfs4proc.c fh_put(&resfh); resfh 251 fs/nfsd/vfs.c unsigned int len, struct svc_fh *resfh) resfh 270 fs/nfsd/vfs.c err = fh_compose(resfh, exp, dentry, fhp);