Searched refs:mount (Results 26 - 50 of 187) sorted by relevance

12345678

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dsamba.spec162 ln -s ../usr/bin/smbmount $RPM_BUILD_ROOT/sbin/mount.smb
164 /bin/rm -f $RPM_BUILD_ROOT/sbin/mount.smbfs
165 ln -s ../usr/bin/smbmount $RPM_BUILD_ROOT/sbin/mount.smbfs
207 rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/mount.cifs.8*
315 /sbin/mount.smb
316 /sbin/mount.smbfs
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dnfsctl.c15 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Dioctl.c9 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/sysfs/
H A Dmount.c2 * mount.c - operations for initializing and mounting sysfs.
8 #include <linux/mount.h>
105 printk(KERN_ERR "sysfs: could not mount!\n");
H A Dsymlink.c6 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Debian/debian-unstable/
H A Drules161 # Create the symlinks that will allow us to do "mount -t smbfs ..."
162 # and "mount -t smb ...". Note that the source/script/installbin.sh
166 ln -s /usr/bin/smbmount $(DESTDIR)/sbin/mount.smbfs
167 ln -s /usr/bin/smbmount $(DESTDIR)/sbin/mount.smb
168 ln -s smbmount.8 $(DESTDIR)/usr/share/man/man8/mount.smb.8
169 ln -s smbmount.8 $(DESTDIR)/usr/share/man/man8/mount.smbfs.8
H A Dsmb.conf224 # The next two parameters show how to auto-mount a CD-ROM when the
235 ; preexec = /bin/mount /cdrom
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclidfs.c30 pstring mount; member in struct:client_connection
184 pstrcpy( p->mount, mnt );
185 dos_clean_name( p->mount );
203 return p->mount;
632 /* parse out the consumed mount path */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/autofs/
H A Dautofs_i.h28 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/configfs/
H A Dmount.c4 * mount.c - operations for initializing and mounting configfs.
29 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A Dsuper.c27 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dumount.c48 /* Get a list of mount points from mtab. We read them all in now mostly
118 curstat = mount(m->device, zapit, NULL, MS_REMOUNT|MS_RDONLY, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dtiny-shmem.c16 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_vfs.c281 void *mount)
283 bhv_desc_init(bdp, mount, vfsp, vfsops);
277 vfs_insertbhv( struct bhv_vfs *vfsp, struct bhv_desc *bdp, struct bhv_vfsops *vfsops, void *mount) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A DMakefile65 libfuse_lite_la-helper.lo libfuse_lite_la-mount.lo \
284 mount.c \
348 include ./$(DEPDIR)/libfuse_lite_la-mount.Plo
435 libfuse_lite_la-mount.lo: mount.c
436 if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -MT libfuse_lite_la-mount.lo -MD -MP -MF "$(DEPDIR)/libfuse_lite_la-mount.Tpo" -c -o libfuse_lite_la-mount.lo `test -f 'mount.c' || echo '$(srcdir)/'`mount
[all...]
H A DMakefile.in57 libfuse_lite_la-helper.lo libfuse_lite_la-mount.lo \
236 mount.c \
300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfuse_lite_la-mount.Plo@am__quote@
387 libfuse_lite_la-mount.lo: mount.c
388 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -MT libfuse_lite_la-mount.lo -MD -MP -MF "$(DEPDIR)/libfuse_lite_la-mount.Tpo" -c -o libfuse_lite_la-mount.lo `test -f 'mount.c' || echo '$(srcdir)/'`mount
[all...]
H A Dfusermount.c25 #include <sys/mount.h>
37 static const char *progname = "ntfs-3g-mount";
348 fprintf(stderr, "%s: note: 'large_read' mount option is "
396 res = mount(source, mnt, type, flags, optbuf);
400 res = mount(source, mnt, type, flags, optbuf);
411 fprintf(stderr, "%s: mount failed: %s\n", progname, strerror(errno_save));
413 fprintf(stderr, "User doesn't have privilege to mount. "
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/tridge/
H A Dsmb.conf44 path = /mount
93 path = /mount/cdrom
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Debian/debian-stable/
H A Dsmb.conf224 # The next two parameters show how to auto-mount a CD-ROM when the
235 ; preexec = /bin/mount /cdrom
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/client/
H A Dsmbmnt.c40 printf("Usage: smbmnt mount-point [options]\n");
43 "-r mount read-only\n"
44 "-u uid mount as uid\n"
45 "-g gid mount as gid\n"
104 fprintf(stderr,"Failed to find real path for mount point %s: %s\n",
111 /* Check whether user is allowed to mount on the specified mount point. If it's
140 /* Tries to mount using the appropriate format. For 2.2 the struct,
167 if (mount(share_name, ".", "smbfs", flags, data1) == 0)
169 return mount(share_nam
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/rc/
H A Dusb_hotplug.c101 //start mount with sync
103 //rval = mount(source, target, "vfat",0, "iocharset=utf8"); //stanley add,09/14/2009
107 * so wait for a while before we can mount to the target.
136 /* Use mlabel to read VFAT volume label after successful mount */
137 if ((rval = mount(source, target, "vfat",0, "iocharset=utf8")) == 0)
147 /* Try to mount HFS+ and ext2/ext3 */
148 //rval = mount(source, target, "hfsplus", 0, "");
149 else if ((rval = mount(source, target, "hfsplus", 0, "")) == 0)
155 //rval = mount(source, target, "hfs", 0, "");
156 else if ((rval = mount(sourc
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dunix.h53 #include <sys/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dinternal.h5 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/proc/
H A Droot.c20 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dvolume.h39 #include <sys/mount.h>

Completed in 294 milliseconds

12345678