Searched refs:target_dir (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/exportfs/ |
| H A D | expfs.c | 210 reconnect_path(struct vfsmount *mnt, struct dentry *target_dir, char *nbuf) in reconnect_path() argument 214 dentry = dget(target_dir); in reconnect_path() 232 clear_disconnected(target_dir); in reconnect_path() 500 struct dentry *target_dir, *nresult; in exportfs_decode_fh_raw() local 523 target_dir = nop->fh_to_parent(mnt->mnt_sb, fid, in exportfs_decode_fh_raw() 525 if (!target_dir) in exportfs_decode_fh_raw() 527 err = PTR_ERR(target_dir); in exportfs_decode_fh_raw() 528 if (IS_ERR(target_dir)) in exportfs_decode_fh_raw() 536 err = reconnect_path(mnt, target_dir, nbuf); in exportfs_decode_fh_raw() 538 dput(target_dir); in exportfs_decode_fh_raw() [all …]
|
| /linux/tools/testing/selftests/damon/ |
| H A D | sysfs.sh | 261 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 D | stub_rx.c | 69 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 D | cifsfs.h | 67 struct dentry *source_dentry, struct inode *target_dir,
|
| H A D | inode.c | 2495 struct dentry *source_dentry, struct inode *target_dir, argument 2646 tmprc = cifs_rmdir(target_dir, target_dentry); 2648 tmprc = __cifs_unlink(target_dir, target_dentry, 2671 CIFS_I(source_dir)->time = CIFS_I(target_dir)->time = 0;
|