Searched refs:target_dir (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/exportfs/ |
D | expfs.c | 205 reconnect_path(struct vfsmount *mnt, struct dentry *target_dir, char *nbuf) in reconnect_path() argument 209 dentry = dget(target_dir); in reconnect_path() 227 clear_disconnected(target_dir); in reconnect_path() 457 struct dentry *target_dir, *nresult; in exportfs_decode_fh() local 480 target_dir = nop->fh_to_parent(mnt->mnt_sb, fid, in exportfs_decode_fh() 482 if (!target_dir) in exportfs_decode_fh() 484 err = PTR_ERR(target_dir); in exportfs_decode_fh() 485 if (IS_ERR(target_dir)) in exportfs_decode_fh() 493 err = reconnect_path(mnt, target_dir, nbuf); in exportfs_decode_fh() 495 dput(target_dir); in exportfs_decode_fh() [all …]
|
/linux-4.4.14/drivers/usb/usbip/ |
D | stub_rx.c | 82 int target_dir; in tweak_clear_halt_cmd() local 96 target_dir = le16_to_cpu(req->wIndex) & 0x0080; in tweak_clear_halt_cmd() 98 if (target_dir) in tweak_clear_halt_cmd()
|
/linux-4.4.14/fs/cifs/ |
D | inode.c | 1665 struct inode *target_dir, struct dentry *target_dentry, argument 1756 tmprc = cifs_rmdir(target_dir, target_dentry); 1758 tmprc = cifs_unlink(target_dir, target_dentry); 1766 CIFS_I(source_dir)->time = CIFS_I(target_dir)->time = 0; 1768 source_dir->i_ctime = source_dir->i_mtime = target_dir->i_ctime = 1769 target_dir->i_mtime = current_fs_time(source_dir->i_sb);
|