Searched refs:target_dir (Results 1 – 3 of 3) sorted by relevance
216 dentry = dget(target_dir); in reconnect_path()234 clear_disconnected(target_dir); in reconnect_path()474 struct dentry *target_dir, *nresult; in exportfs_decode_fh_raw() local499 if (!target_dir) in exportfs_decode_fh_raw()501 err = PTR_ERR(target_dir); in exportfs_decode_fh_raw()502 if (IS_ERR(target_dir)) in exportfs_decode_fh_raw()512 dput(target_dir); in exportfs_decode_fh_raw()523 dput(target_dir); in exportfs_decode_fh_raw()527 inode_lock(target_dir->d_inode); in exportfs_decode_fh_raw()535 inode_unlock(target_dir->d_inode); in exportfs_decode_fh_raw()[all …]
69 int target_dir; in tweak_clear_halt_cmd() local83 target_dir = le16_to_cpu(req->wIndex) & 0x0080; in tweak_clear_halt_cmd()85 if (target_dir) in tweak_clear_halt_cmd()
2068 struct dentry *source_dentry, struct inode *target_dir, argument2176 tmprc = cifs_rmdir(target_dir, target_dentry);2178 tmprc = cifs_unlink(target_dir, target_dentry);2186 CIFS_I(source_dir)->time = CIFS_I(target_dir)->time = 0;2188 source_dir->i_ctime = source_dir->i_mtime = target_dir->i_ctime =2189 target_dir->i_mtime = current_time(source_dir);
Completed in 12 milliseconds