Lines Matching refs:options
88 static int ocfs2_parse_options(struct super_block *sb, char *options,
92 struct mount_options *options);
1205 struct mount_options *options) in ocfs2_check_set_options() argument
1207 if (options->mount_opt & OCFS2_MOUNT_USRQUOTA && in ocfs2_check_set_options()
1214 if (options->mount_opt & OCFS2_MOUNT_GRPQUOTA && in ocfs2_check_set_options()
1221 if (options->mount_opt & OCFS2_MOUNT_POSIX_ACL && in ocfs2_check_set_options()
1228 if (!(options->mount_opt & (OCFS2_MOUNT_POSIX_ACL | in ocfs2_check_set_options()
1231 options->mount_opt |= OCFS2_MOUNT_POSIX_ACL; in ocfs2_check_set_options()
1233 options->mount_opt |= OCFS2_MOUNT_NO_POSIX_ACL; in ocfs2_check_set_options()
1239 char *options, in ocfs2_parse_options() argument
1249 trace_ocfs2_parse_options(is_remount, options ? options : "(none)"); in ocfs2_parse_options()
1260 if (!options) { in ocfs2_parse_options()
1265 while ((p = strsep(&options, ",")) != NULL) { in ocfs2_parse_options()