Searched refs:target_dir (Results 1 – 2 of 2) sorted by relevance
/fs/exportfs/ |
D | expfs.c | 206 reconnect_path(struct vfsmount *mnt, struct dentry *target_dir, char *nbuf) in reconnect_path() argument 210 dentry = dget(target_dir); in reconnect_path() 228 clear_disconnected(target_dir); in reconnect_path() 458 struct dentry *target_dir, *nresult; in exportfs_decode_fh() local 481 target_dir = nop->fh_to_parent(mnt->mnt_sb, fid, in exportfs_decode_fh() 483 if (!target_dir) in exportfs_decode_fh() 485 err = PTR_ERR(target_dir); in exportfs_decode_fh() 486 if (IS_ERR(target_dir)) in exportfs_decode_fh() 494 err = reconnect_path(mnt, target_dir, nbuf); in exportfs_decode_fh() 496 dput(target_dir); in exportfs_decode_fh() [all …]
|
/fs/cifs/ |
D | inode.c | 1728 struct inode *target_dir, struct dentry *target_dentry, argument 1819 tmprc = cifs_rmdir(target_dir, target_dentry); 1821 tmprc = cifs_unlink(target_dir, target_dentry); 1829 CIFS_I(source_dir)->time = CIFS_I(target_dir)->time = 0; 1831 source_dir->i_ctime = source_dir->i_mtime = target_dir->i_ctime = 1832 target_dir->i_mtime = current_fs_time(source_dir->i_sb);
|