Lines Matching refs:fh
34 svc_fh *fh;
36 fh = fh_copy(&resp->fh, &argp->fh);
37 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP);
41 inode = d_inode(fh->fh_dentry);
92 svc_fh *fh;
95 fh = fh_copy(&resp->fh, &argp->fh);
96 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_SATTR);
100 inode = d_inode(fh->fh_dentry);
102 error = fh_want_write(fh);
108 error = set_posix_acl(&nop_mnt_idmap, fh->fh_dentry, ACL_TYPE_ACCESS,
112 error = set_posix_acl(&nop_mnt_idmap, fh->fh_dentry, ACL_TYPE_DEFAULT,
117 fh_drop_write(fh);
137 if (!svcxdr_decode_nfs_fh3(xdr, &args->fh))
150 if (!svcxdr_decode_nfs_fh3(xdr, &argp->fh))
175 struct dentry *dentry = resp->fh.fh_dentry;
183 if (!svcxdr_encode_post_op_attr(rqstp, xdr, &resp->fh))
197 if (!svcxdr_encode_post_op_attr(rqstp, xdr, &resp->fh))
211 svcxdr_encode_post_op_attr(rqstp, xdr, &resp->fh);
221 fh_put(&resp->fh);