Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/damon/
H A Dsysfs.sh261 target_dir=$1
262 ensure_dir "$target_dir" "exist"
263 ensure_file "$target_dir/pid_target" "exist" "600"
264 test_regions "$target_dir/regions"
/linux/drivers/usb/usbip/
H A 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/fs/smb/client/
H A Dinode.c2517 struct dentry *source_dentry, struct inode *target_dir,
2668 tmprc = cifs_rmdir(target_dir, target_dentry);
2670 tmprc = __cifs_unlink(target_dir, target_dentry,
2699 CIFS_I(source_dir)->time = CIFS_I(target_dir)->time = 0;
2495 cifs_rename2(struct mnt_idmap * idmap,struct inode * source_dir,struct dentry * source_dentry,struct inode * target_dir,struct dentry * target_dentry,unsigned int flags) global() argument