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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exportfs/
H A Dexpfs.c93 * Make sure target_dir is fully connected to the dentry tree.
98 reconnect_path(struct vfsmount *mnt, struct dentry *target_dir, char *nbuf) argument
111 while (target_dir->d_flags & DCACHE_DISCONNECTED && noprogress++ < 10) {
112 struct dentry *pd = find_disconnected_root(target_dir);
203 if (target_dir->d_flags & DCACHE_DISCONNECTED) {
402 struct dentry *target_dir, *nresult; local
425 target_dir = nop->fh_to_parent(mnt->mnt_sb, fid,
427 if (!target_dir)
429 err = PTR_ERR(target_dir);
430 if (IS_ERR(target_dir))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/usbip/
H A Dstub_rx.c81 int target_dir; local
95 target_dir = le16_to_cpu(req->wIndex) & 0x0080;
97 if (target_dir)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dftpserver.pl2056 my $target_dir = $_;
2062 if($target_dir eq "") {
2065 elsif($target_dir eq "..") {
2074 $ftptargetdir .= $target_dir . "/";
2079 my $target_dir = $_[0];
2081 if($target_dir =~ /^test-(\d+)/) {
2084 elsif($target_dir eq "/") {
2088 my @dirs = split("/", $target_dir);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dinode.c1445 struct inode *target_dir, struct dentry *target_dentry)
1519 tmprc = cifs_unlink(target_dir, target_dentry);
1444 cifs_rename(struct inode *source_dir, struct dentry *source_dentry, struct inode *target_dir, struct dentry *target_dentry) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtorrent.c2792 char * target_dir = tr_dirname( target ); local
2793 tr_mkdirp( target_dir, 0777 );
2796 tr_free( target_dir );

Completed in 243 milliseconds