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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dsuper.c383 static int ufs_parse_options (char * options, unsigned * mount_options) argument
401 ufs_clear_opt (*mount_options, UFSTYPE);
402 ufs_set_opt (*mount_options, UFSTYPE_OLD);
405 ufs_clear_opt (*mount_options, UFSTYPE);
406 ufs_set_opt (*mount_options, UFSTYPE_SUNx86);
409 ufs_clear_opt (*mount_options, UFSTYPE);
410 ufs_set_opt (*mount_options, UFSTYPE_SUN);
413 ufs_clear_opt(*mount_options, UFSTYPE);
414 ufs_set_opt(*mount_options, UFSTYPE_SUNOS);
417 ufs_clear_opt (*mount_options, UFSTYP
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dsuper.c663 int setmask; /* bitmask which is to set on mount_options bitmask when this
665 int clrmask; /* bitmask which is to clear on mount_options bitmask when this
679 int setmask; /* bitmask which is to set on mount_options bitmask when this
681 int clrmask; /* bitmask which is to clear on mount_options bitmask when this
867 unsigned long *mount_options,
931 c = reiserfs_getopt(s, &pos, opts, &arg, mount_options);
1028 *mount_options |= 1 << REISERFS_QUOTA;
1073 if (!(*mount_options & (1 << REISERFS_QUOTA))
1092 static void handle_data_mode(struct super_block *s, unsigned long mount_options) argument
1094 if (mount_options
866 reiserfs_parse_options(struct super_block *s, char *options, unsigned long *mount_options, unsigned long *blocks, char **jdev_name, unsigned int *commit_max_age, char **qf_names, unsigned int *qfmt) argument
1170 unsigned long mount_options = REISERFS_SB(s)->s_mount_opt; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dsuper.c91 struct mount_options struct
104 struct mount_options *mopt,
107 struct mount_options *options);
608 struct mount_options parsed_options;
845 struct mount_options *mopt)
997 struct mount_options parsed_options;
1253 struct mount_options *options)
1288 struct mount_options *mopt,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dhooks.c563 char **mount_options = opts->mnt_opts; local
607 rc = security_context_to_sid(mount_options[i],
608 strlen(mount_options[i]), &sid);
612 mount_options[i], sb->s_id, name, rc);

Completed in 276 milliseconds