Lines Matching refs:target_dir
210 reconnect_path(struct vfsmount *mnt, struct dentry *target_dir, char *nbuf) in reconnect_path() argument
214 dentry = dget(target_dir); in reconnect_path()
232 clear_disconnected(target_dir); in reconnect_path()
500 struct dentry *target_dir, *nresult; in exportfs_decode_fh_raw() local
523 target_dir = nop->fh_to_parent(mnt->mnt_sb, fid, in exportfs_decode_fh_raw()
525 if (!target_dir) in exportfs_decode_fh_raw()
527 err = PTR_ERR(target_dir); in exportfs_decode_fh_raw()
528 if (IS_ERR(target_dir)) in exportfs_decode_fh_raw()
536 err = reconnect_path(mnt, target_dir, nbuf); in exportfs_decode_fh_raw()
538 dput(target_dir); in exportfs_decode_fh_raw()
547 err = exportfs_get_name(mnt, target_dir, nbuf, result); in exportfs_decode_fh_raw()
549 dput(target_dir); in exportfs_decode_fh_raw()
553 nresult = lookup_one_unlocked(mnt_idmap(mnt), &QSTR(nbuf), target_dir); in exportfs_decode_fh_raw()
564 dput(target_dir); in exportfs_decode_fh_raw()