Searched refs:mount_options (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ufs/
H A Dsuper.c312 static int ufs_parse_options (char * options, unsigned * mount_options) argument
330 ufs_clear_opt (*mount_options, UFSTYPE);
331 ufs_set_opt (*mount_options, UFSTYPE_OLD);
334 ufs_clear_opt (*mount_options, UFSTYPE);
335 ufs_set_opt (*mount_options, UFSTYPE_SUNx86);
338 ufs_clear_opt (*mount_options, UFSTYPE);
339 ufs_set_opt (*mount_options, UFSTYPE_SUN);
342 ufs_clear_opt (*mount_options, UFSTYPE);
343 ufs_set_opt (*mount_options, UFSTYPE_44BSD);
346 ufs_clear_opt(*mount_options, UFSTYP
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dsuper.c662 int setmask; /* bitmask which is to set on mount_options bitmask when this
664 int clrmask; /* bitmask which is to clear on mount_options bitmask when this
678 int setmask; /* bitmask which is to set on mount_options bitmask when this
680 int clrmask; /* bitmask which is to clear on mount_options bitmask when this
859 unsigned long *mount_options,
920 c = reiserfs_getopt(s, &pos, opts, &arg, mount_options);
1008 *mount_options |= 1 << REISERFS_QUOTA;
1043 if (!(*mount_options & (1 << REISERFS_QUOTA))
1062 static void handle_data_mode(struct super_block *s, unsigned long mount_options) argument
1064 if (mount_options
858 reiserfs_parse_options(struct super_block *s, char *options, unsigned long *mount_options, unsigned long *blocks, char **jdev_name, unsigned int *commit_max_age) argument
1124 unsigned long mount_options = REISERFS_SB(s)->s_mount_opt; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dmount.c68 } static mount_options[] = { variable
155 /* Use the mount_options list to parse options into flags.
168 // Find this option in mount_options
169 for (i = 0; i < ARRAY_SIZE(mount_options); i++) {
170 if (!strcasecmp(mount_options[i].name, options)) {
171 long fl = mount_options[i].flags;
178 if (unrecognized && i == ARRAY_SIZE(mount_options)) {
288 for (i=0; mount_options[i].flags != MS_REMOUNT; i++)
289 if (mount_options[i].flags > 0 && (mount_options[
[all...]

Completed in 113 milliseconds