Searched refs:mount (Results 101 - 125 of 187) sorted by relevance

12345678

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dsgiarcs.h227 LONG mount; member in struct:linux_romvec
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/sysv/
H A Ditree.c9 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dsgiarcs.h227 LONG mount; member in struct:linux_romvec
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A Dfile.c28 #include <linux/mount.h>
H A Dmain.c34 #include <linux/mount.h>
317 /* Do not support lack of mount-wide signature in 0.1
322 "passphrase auth tok signature as a mount "
400 * @raw_data: The options passed to mount
454 * @dev_name: The path to mount over
493 * @dev_name: The path to mount over
H A Dmmap.c31 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.h20 #include <sys/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dacct.c57 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dsystbl.h27 COMPAT_SYS(mount)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dinode.c29 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/core/
H A Dinode.c32 #include <linux/mount.h>
154 err("usbfs: unrecognised mount option \"%s\" "
225 /* If this is not a real mount,
233 warn("usbfs: mount parameter error:");
565 * without this flag that would overwrite the real mount options (if any)
572 err ("Unable to get usbfs mount");
745 /* create mount point for usbfs */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfsd/
H A Dnfsfh.c18 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/proc/
H A Dgeneric.c16 #include <linux/mount.h>
H A Dtask_mmu.c3 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/smbfs/
H A Dinode.c24 #include <linux/mount.h>
374 printk ("smbfs: Bad mount version %ld, expected %d\n",
408 printk ("smbfs: Unrecognized mount option %s\n",
418 * smb_show_options() is for displaying mount options in /proc/mounts.
441 * depend on the current umask of the user doing the mount.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/sysfs/
H A Ddir.c8 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/
H A Druntests.pl2196 my @m = `mount`;
2199 my $mount;
2201 # example mount output:
2207 foreach $mount (@m) {
2208 if( $mount =~ /(.*) on ([^ ]*) type /) {
2212 # we found on this line in the mount output
2227 # now prepend the prefix from the mount command to build
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dincludes.h281 #include <sys/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dbinfmt_misc.c28 #include <linux/mount.h>
H A Dinotify_user.c27 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dprobe.c437 blkid_set_tag(dev, "MOUNT", (const char*)ovh.mount, ocfsmountlen(ovh));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dpci_hotplug_core.c38 #include <linux/mount.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dmount.c3 * Mini mount implementation for busybox
12 /* Design notes: There is no spec for mount. Remind me to write one.
16 mount_main() can loop through /etc/fstab for mount -a
18 mount_it_now() does the actual mount.
54 // "user" option (from mount manpage):
62 /* Standard mount options (from -o options or --options), with corresponding
123 /* Append mount options to string */
177 // If unrecognized not NULL, append unrecognized mount options */
249 // Perform actual mount of specific filesystem at specific location.
259 rc = mount(m
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dfs.h102 * These are the fs-independent mount-flags: up to 32 flags are supported
135 * Old magic mount flag and mask
163 * i_flags updated. Hence, i_flags no longer inherit the superblock mount
1912 extern int simple_pin_fs(struct file_system_type *, struct vfsmount **mount, int *count);
1913 extern void simple_release_fs(struct vfsmount **mount, int *count);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs_main.c46 #include <linux/mount.h>
869 printk(KERN_ERR "user_verbs: couldn't mount infinibandeventfs\n");

Completed in 319 milliseconds

12345678