Searched refs:mount (Results 1 - 25 of 187) sorted by relevance

12345678

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/examples/bootfloppy/etc/init.d/
H A DrcS3 /bin/mount -a
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/sysfs/
H A DMakefile5 obj-y := inode.o file.o dir.o symlink.o mount.o bin.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/configfs/
H A DMakefile7 configfs-objs := inode.o file.o dir.o symlink.o mount.o item.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/locking/dlm/
H A DMakefile2 lock_dlm-y := lock.o main.o mount.o sysfs.o thread.o plock.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/mtd/
H A Dsuper.h19 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/testsuite/
H A Dmount.testroot3 # SUSv3 compliant mount and umount tests.
21 # echo "SKIPPED: mount test requires emulation environment"
27 mkfs.ext2 mkfs.vfat mount umount losetup wc << EOF
35 # We need /proc to do much. Make sure we can mount it explicitly.
37 testing "mount no proc [GNUFAIL]" "mount 2> /dev/null || echo yes" "yes\n" "" ""
38 testing "mount /proc" "mount -t proc /proc /proc && ls -d /proc/1" \
43 testing "mount list1" "mount | tai
[all...]
H A Dtesting.sh132 mount -t ramfs tmpdir4chroot tmpdir4chroot
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dmnt_namespace.h5 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/
H A Dinode.c18 #include <linux/mount.h>
26 static struct vfsmount *mount; variable in typeref:struct:vfsmount
164 if (mount && mount->mnt_sb) {
165 parent = mount->mnt_sb->s_root;
225 error = simple_pin_fs(&fs_type, &mount, &mount_count);
234 simple_release_fs(&mount, &mount_count);
314 simple_release_fs(&mount, &mount_count);
337 simple_release_fs(&mount, &mount_count);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dflushb.c26 #include <sys/mount.h> /* This may define BLKFLSBUF */
36 * BLKFLSBUF in sys/mount.h, but FDFLUSH still doesn't seem to be
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A DMakefile.am26 mount.c \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dpnode.h12 #include <linux/mount.h>
H A Dlibfs.c8 #include <linux/mount.h>
444 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count) argument
448 if (unlikely(!*mount)) {
454 if (!*mount)
455 *mount = mnt;
457 mntget(*mount);
464 void simple_release_fs(struct vfsmount **mount, int *count) argument
468 mnt = *mount;
470 *mount = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A DMakefile4 mount.o ondisk.o ops_address.o ops_dentry.o ops_export.o ops_file.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/rc/
H A Dhotplug_usb.c33 #include <sys/mount.h>
174 // 1. mount dev with vfat
175 // 2. if mount ok, save data to nvram
193 //start mount with sync
195 rval = mount(source, target, "vfat", MS_SYNCHRONOUS, 0);
198 snprintf(buf, 128, "echo \"mount %s %s with vfat, rval:%d \">>/tmp/usberr.log", source, target, rval);
203 rval = mount(source, target, "ntfs", MS_RDONLY, 0);
205 snprintf(buf, 128, "echo \"mount %s %s with ntfs, rval:%d \">>/tmp/usberr.log", source, target, rval);
210 /*If we do mount by key in mount comman
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/script/
H A Dinstallbin.sh26 # this is a special case, mount needs this in a specific location
31 ln -sf $BINDIR/$p2 $DESTDIR/sbin/mount.smbfs
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfsd/
H A Dlockd.c14 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A Dver_linux31 echo -n "mount "
32 mount --version | awk '{print $NF}' | sed -e s/^mount-// -e s/\)$//
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A Ddentry.c27 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/examples/bootfloppy/
H A Dmkrootfs.sh49 mount | grep -q loop
56 # prepare root file system and mount as loopback
60 mount -o loop,exec rootfs $TARGET_DIR # must be root
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/init/
H A Ddo_mounts.h6 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Debian/debian-stable/
H A Drules100 $(MAKE) -C source client/mount.cifs
163 # Create the symlink that will allow us to do "mount -t smbfs ...".
164 # Create also a symlink that will allow "mount -t smb ..." to
167 ln -s /usr/bin/smbmount $(DESTDIR)/sbin/mount.smbfs
168 ln -s /usr/bin/smbmount $(DESTDIR)/sbin/mount.smb
169 ln -s smbmount.8 $(DESTDIR)/usr/share/man/man8/mount.smb.8
170 ln -s smbmount.8 $(DESTDIR)/usr/share/man/man8/mount.smbfs.8
172 # Install mount.cifs and its man page
173 install -m 0755 source/client/mount.cifs $(DESTDIR)/sbin/
174 install -m 0644 docs/manpages/mount
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/arc/
H A Dfile.c62 return ARC_CALL2(mount, name, op);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dsyscalls.c4 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dswitch_root.c4 * Switch from rootfs to another filesystem as the root of the mount tree.
108 if (mount(".", "/", NULL, MS_MOVE, NULL) || chroot("."))

Completed in 261 milliseconds

12345678