Home
last modified time | relevance | path

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

/linux-6.1.9/fs/exportfs/
Dexpfs.c212 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()
473 struct dentry *target_dir, *nresult; in exportfs_decode_fh_raw() local
496 target_dir = nop->fh_to_parent(mnt->mnt_sb, fid, in exportfs_decode_fh_raw()
498 if (!target_dir) in exportfs_decode_fh_raw()
500 err = PTR_ERR(target_dir); in exportfs_decode_fh_raw()
501 if (IS_ERR(target_dir)) in exportfs_decode_fh_raw()
509 err = reconnect_path(mnt, target_dir, nbuf); in exportfs_decode_fh_raw()
511 dput(target_dir); in exportfs_decode_fh_raw()
[all …]
/linux-6.1.9/tools/testing/selftests/damon/
Dsysfs.sh189 target_dir=$1
190 ensure_dir "$target_dir" "exist"
191 ensure_file "$target_dir/pid_target" "exist" "600"
192 test_regions "$target_dir/regions"
/linux-6.1.9/drivers/usb/usbip/
Dstub_rx.c69 int target_dir; in tweak_clear_halt_cmd() local
83 target_dir = le16_to_cpu(req->wIndex) & 0x0080; in tweak_clear_halt_cmd()
85 if (target_dir) in tweak_clear_halt_cmd()
/linux-6.1.9/fs/cifs/
Dinode.c2137 struct dentry *source_dentry, struct inode *target_dir, argument
2250 tmprc = cifs_rmdir(target_dir, target_dentry);
2252 tmprc = cifs_unlink(target_dir, target_dentry);
2260 CIFS_I(source_dir)->time = CIFS_I(target_dir)->time = 0;
2262 source_dir->i_ctime = source_dir->i_mtime = target_dir->i_ctime =
2263 target_dir->i_mtime = current_time(source_dir);