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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dmount.h15 int gfs2_mount_args(struct gfs2_sbd *sdp, char *data_arg, int remount);
H A Dmount.c78 int gfs2_mount_args(struct gfs2_sbd *sdp, char *data_arg, int remount) argument
85 if (!remount) {
120 if (remount && strcmp(v, args->ar_lockproto)) {
137 if (remount && strcmp(v, args->ar_locktable)) {
154 if (remount && strcmp(v, args->ar_hostdata)) {
164 if (remount && !args->ar_spectator)
170 if (remount && !args->ar_ignore_local_fs)
175 if (remount && !args->ar_localflocks)
180 if (remount && !args->ar_localcaching)
191 if (remount
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_mount.c234 * NAME: jfs_mount_rw(sb, remount)
239 int jfs_mount_rw(struct super_block *sb, int remount) argument
249 if (remount) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/testsuite/
H A Dmount.testroot63 testing "mount remount ext2 image noatime" \
64 "mount -o remount,noatime images/ext2.dir && mount | tail -n 1" \
66 testing "mount remount ext2 image ro remembers noatime" \
67 "mount -o remount,ro images/ext2.dir && mount | tail -n 1" \
83 testing "mount remount nonexistent directory" \
84 "mount -o remount,noatime images/ext2.dir 2> /dev/null || echo yes" \
144 mount -o async,sync,atime,noatime,dev,nodev,exec,noexec,loop,suid,nosuid,remount,ro,rw,bind,move
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dinode.c214 warn("Unknown node %s mode %x found on remount!\n",bus->d_name.name,bus->d_inode->i_mode);
223 static int remount(struct super_block *sb, int *flags, char *data) function
420 .remount_fs = remount,
564 /* the simple_pin_fs calls will call remount with no options

Completed in 111 milliseconds