Home
last modified time | relevance | path

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

/linux/fs/exportfs/
A Dexpfs.c216 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() local
499 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 …]
/linux/drivers/usb/usbip/
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/cifs/
A Dinode.c2068 struct dentry *source_dentry, struct inode *target_dir, argument
2176 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