Searched refs:target_dir (Results 1 – 2 of 2) sorted by relevance
214 dentry = dget(target_dir); in reconnect_path()232 clear_disconnected(target_dir); in reconnect_path()499 struct dentry *target_dir, *nresult; in exportfs_decode_fh_raw() local522 target_dir = nop->fh_to_parent(mnt->mnt_sb, fid, in exportfs_decode_fh_raw()524 if (!target_dir) in exportfs_decode_fh_raw()526 err = PTR_ERR(target_dir); in exportfs_decode_fh_raw()527 if (IS_ERR(target_dir)) in exportfs_decode_fh_raw()535 err = reconnect_path(mnt, target_dir, nbuf); in exportfs_decode_fh_raw()537 dput(target_dir); in exportfs_decode_fh_raw()548 dput(target_dir); in exportfs_decode_fh_raw()[all …]
2469 struct dentry *source_dentry, struct inode *target_dir, argument2598 tmprc = cifs_rmdir(target_dir, target_dentry);2600 tmprc = cifs_unlink(target_dir, target_dentry);2610 CIFS_I(source_dir)->time = CIFS_I(target_dir)->time = 0;
Completed in 12 milliseconds