Home
last modified time | relevance | path

Searched refs:target_dir (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/fs/exportfs/
H A Dexpfs.c195 * Make sure target_dir is fully connected to the dentry tree.
198 * target_dir, and target_dir->d_parent->...->d_parent will reach the
201 * Whenever DCACHE_DISCONNECTED is unset, target_dir is fully connected.
202 * But the converse is not true: target_dir may have DCACHE_DISCONNECTED
206 * Note that target_dir could be removed by a concurrent operation. In
207 * that case reconnect_path may still succeed with target_dir fully
212 reconnect_path(struct vfsmount *mnt, struct dentry *target_dir, char *nbuf) in reconnect_path() argument
216 dentry = dget(target_dir); in reconnect_path()
234 clear_disconnected(target_dir); in reconnect_path()
474 struct dentry *target_dir, *nresult; exportfs_decode_fh() local
[all...]
/kernel/linux/linux-6.6/fs/exportfs/
H A Dexpfs.c195 * Make sure target_dir is fully connected to the dentry tree.
198 * target_dir, and target_dir->d_parent->...->d_parent will reach the
201 * Whenever DCACHE_DISCONNECTED is unset, target_dir is fully connected.
202 * But the converse is not true: target_dir may have DCACHE_DISCONNECTED
206 * Note that target_dir could be removed by a concurrent operation. In
207 * that case reconnect_path may still succeed with target_dir fully
212 reconnect_path(struct vfsmount *mnt, struct dentry *target_dir, char *nbuf) in reconnect_path() argument
216 dentry = dget(target_dir); in reconnect_path()
234 clear_disconnected(target_dir); in reconnect_path()
499 struct dentry *target_dir, *nresult; exportfs_decode_fh_raw() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/damon/
H A Dsysfs.sh231 target_dir=$1
232 ensure_dir "$target_dir" "exist"
233 ensure_file "$target_dir/pid_target" "exist" "600"
234 test_regions "$target_dir/regions"
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/cifs/
H A Dinode.c2064 struct inode *target_dir, struct dentry *target_dentry,
2155 tmprc = cifs_rmdir(target_dir, target_dentry);
2157 tmprc = cifs_unlink(target_dir, target_dentry);
2165 CIFS_I(source_dir)->time = CIFS_I(target_dir)->time = 0;
2167 source_dir->i_ctime = source_dir->i_mtime = target_dir->i_ctime =
2168 target_dir->i_mtime = current_time(source_dir);
2063 cifs_rename2(struct inode *source_dir, struct dentry *source_dentry, struct inode *target_dir, struct dentry *target_dentry, unsigned int flags) global() argument
/kernel/linux/linux-6.6/fs/smb/client/
H A Dinode.c2273 struct dentry *source_dentry, struct inode *target_dir,
2386 tmprc = cifs_rmdir(target_dir, target_dentry);
2388 tmprc = cifs_unlink(target_dir, target_dentry);
2396 CIFS_I(source_dir)->time = CIFS_I(target_dir)->time = 0;
2272 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

Completed in 11 milliseconds