Lines Matching refs:target_dir
212 reconnect_path(struct vfsmount *mnt, struct dentry *target_dir, char *nbuf) in reconnect_path() argument
216 dentry = dget(target_dir); in reconnect_path()
234 clear_disconnected(target_dir); in reconnect_path()
487 struct dentry *target_dir, *nresult; in exportfs_decode_fh_raw() local
510 target_dir = nop->fh_to_parent(mnt->mnt_sb, fid, in exportfs_decode_fh_raw()
512 if (!target_dir) in exportfs_decode_fh_raw()
514 err = PTR_ERR(target_dir); in exportfs_decode_fh_raw()
515 if (IS_ERR(target_dir)) in exportfs_decode_fh_raw()
523 err = reconnect_path(mnt, target_dir, nbuf); in exportfs_decode_fh_raw()
525 dput(target_dir); in exportfs_decode_fh_raw()
534 err = exportfs_get_name(mnt, target_dir, nbuf, result); in exportfs_decode_fh_raw()
536 dput(target_dir); in exportfs_decode_fh_raw()
540 inode_lock(target_dir->d_inode); in exportfs_decode_fh_raw()
542 target_dir, strlen(nbuf)); in exportfs_decode_fh_raw()
549 inode_unlock(target_dir->d_inode); in exportfs_decode_fh_raw()
554 dput(target_dir); in exportfs_decode_fh_raw()