Searched refs:fh_dentry (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsfh.h113 WARN_ON(src->fh_dentry || src->fh_locked);
143 inode = fhp->fh_dentry->d_inode;
170 struct dentry *dentry = fhp->fh_dentry;
201 mutex_unlock(&fhp->fh_dentry->d_inode->i_mutex);
H A Dnfsfh.c137 * fh_dentry.
263 fhp->fh_dentry = dentry;
307 if (!fhp->fh_dentry) {
312 dentry = fhp->fh_dentry;
316 * fh_dentry is already set:
539 if (fhp->fh_locked || fhp->fh_dentry) {
548 fhp->fh_dentry = dget(dentry); /* our internal copy */
596 if (!fhp->fh_dentry)
599 dentry = fhp->fh_dentry;
630 struct dentry * dentry = fhp->fh_dentry;
[all...]
H A Dvfs.c194 dparent = fhp->fh_dentry;
282 struct inode *inode = fhp->fh_dentry->d_inode;
329 dentry = fhp->fh_dentry;
520 dentry = fhp->fh_dentry;
665 dentry = fhp->fh_dentry;
738 dentry = fhp->fh_dentry;
1116 err = nfsd_permission(rqstp, fhp->fh_export, fhp->fh_dentry,
1140 err = nfsd_permission(rqstp, fhp->fh_export, fhp->fh_dentry,
1270 dentry = fhp->fh_dentry;
1280 if (!resfhp->fh_dentry) {
[all...]
H A Dnfs4proc.c60 struct dentry *dentry = cstate->current_fh.fh_dentry;
144 dget(src->fh_dentry);
377 if (!cstate->current_fh.fh_dentry)
410 if (!cstate->save_fh.fh_dentry)
421 if (!cstate->current_fh.fh_dentry)
584 if (!cstate->save_fh.fh_dentry)
604 if (tmp_fh.fh_dentry == cstate->current_fh.fh_dentry) {
710 if (!cstate->save_fh.fh_dentry)
724 (S_ISDIR(cstate->save_fh.fh_dentry
[all...]
H A Dnfs3acl.c59 struct inode *inode = fh->fh_dentry->d_inode;
167 struct dentry *dentry = resp->fh.fh_dentry;
H A Dnfsproc.c30 resp->fh.fh_dentry,
38 resp->fh.fh_dentry,
154 resp->fh.fh_dentry,
218 dchild = lookup_one_len(argp->name, dirfhp->fh_dentry, argp->len);
236 if (!newfhp->fh_dentry) {
243 inode = newfhp->fh_dentry->d_inode;
270 newfhp->fh_dentry,
429 if (resp->fh.fh_dentry) {
H A Dnfs2acl.c62 struct inode *inode = fh->fh_dentry->d_inode;
230 struct dentry *dentry = resp->fh.fh_dentry;
H A Dnfs3xdr.c147 (fhp->fh_dentry->d_inode->i_sb->s_dev));
203 struct dentry *dentry = fhp->fh_dentry;
232 struct dentry *dentry = fhp->fh_dentry;
260 err = vfs_getattr(fhp->fh_export->ex_path.mnt, fhp->fh_dentry,
262 fhp->fh_post_change = fhp->fh_dentry->d_inode->i_version;
266 fhp->fh_post_attr.ctime = fhp->fh_dentry->d_inode->i_ctime;
633 lease_get_mtime(resp->fh.fh_dentry->d_inode,
814 dparent = cd->fh.fh_dentry;
H A Dnfs3proc.c59 resp->fh.fh_dentry, &resp->stat);
176 struct inode *inode = resp->fh.fh_dentry->d_inode;
559 struct super_block *sb = argp->fh.fh_dentry->d_inode->i_sb;
595 struct super_block *sb = argp->fh.fh_dentry->d_inode->i_sb;
H A Dnfs4state.c1587 if (!cstate->current_fh.fh_dentry)
2053 struct inode *ino = current_fh->fh_dentry->d_inode;
2523 struct inode *ino = current_fh->fh_dentry->d_inode;
2767 return fhp->fh_dentry->d_inode != stp->st_file->fi_inode;
2882 struct inode *ino = current_fh->fh_dentry->d_inode;
3080 (int)cstate->current_fh.fh_dentry->d_name.len,
3081 cstate->current_fh.fh_dentry->d_name.name);
3147 (int)cstate->current_fh.fh_dentry->d_name.len,
3148 cstate->current_fh.fh_dentry->d_name.name);
3202 (int)cstate->current_fh.fh_dentry
[all...]
H A Dnfsxdr.c142 struct dentry *dentry = fhp->fh_dentry;
198 vfs_getattr(fhp->fh_export->ex_path.mnt, fhp->fh_dentry, &stat);
H A Dxdr4.h485 cinfo->change_supported = IS_I_VERSION(fhp->fh_dentry->d_inode);
H A Dnfs4xdr.c2176 dentry = lookup_one_len(name, cd->rd_fhp->fh_dentry, namlen);
2391 nfserr = nfsd4_encode_fattr(fhp, fhp->fh_export, fhp->fh_dentry,
2622 read->rd_fhp->fh_dentry->d_inode->i_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/nfsd/
H A Dnfsfh.h138 struct dentry * fh_dentry; /* validated dentry */ member in struct:svc_fh

Completed in 199 milliseconds