Home
last modified time | relevance | path

Searched refs:target_dir (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/exportfs/
Dexpfs.c211 reconnect_path(struct vfsmount *mnt, struct dentry *target_dir, char *nbuf) in reconnect_path() argument
215 dentry = dget(target_dir); in reconnect_path()
233 clear_disconnected(target_dir); in reconnect_path()
473 struct dentry *target_dir, *nresult; in exportfs_decode_fh() local
496 target_dir = nop->fh_to_parent(mnt->mnt_sb, fid, in exportfs_decode_fh()
498 if (!target_dir) in exportfs_decode_fh()
500 err = PTR_ERR(target_dir); in exportfs_decode_fh()
501 if (IS_ERR(target_dir)) in exportfs_decode_fh()
509 err = reconnect_path(mnt, target_dir, nbuf); in exportfs_decode_fh()
511 dput(target_dir); in exportfs_decode_fh()
[all …]
/linux-4.19.296/fs/cifs/
Dinode.c1774 struct inode *target_dir, struct dentry *target_dentry, argument
1865 tmprc = cifs_rmdir(target_dir, target_dentry);
1867 tmprc = cifs_unlink(target_dir, target_dentry);
1875 CIFS_I(source_dir)->time = CIFS_I(target_dir)->time = 0;
1877 source_dir->i_ctime = source_dir->i_mtime = target_dir->i_ctime =
1878 target_dir->i_mtime = current_time(source_dir);