Lines Matching refs:option
1242 int token, option; in ocfs2_parse_options() local
1277 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
1281 if (option) in ocfs2_parse_options()
1320 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
1324 if (option >= 0) in ocfs2_parse_options()
1325 mopt->atime_quantum = option; in ocfs2_parse_options()
1328 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
1332 if (option) in ocfs2_parse_options()
1333 mopt->slot = (u16)option; in ocfs2_parse_options()
1336 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
1340 if (option < 0) in ocfs2_parse_options()
1342 if (option == 0) in ocfs2_parse_options()
1343 option = JBD2_DEFAULT_MAX_COMMIT_AGE; in ocfs2_parse_options()
1344 mopt->commit_interval = HZ * option; in ocfs2_parse_options()
1347 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
1351 if (option >= 0) in ocfs2_parse_options()
1352 mopt->localalloc_opt = option; in ocfs2_parse_options()
1422 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
1426 if (option >= OCFS2_MIN_RESV_LEVEL && in ocfs2_parse_options()
1427 option < OCFS2_MAX_RESV_LEVEL) in ocfs2_parse_options()
1428 mopt->resv_level = option; in ocfs2_parse_options()
1433 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
1437 if (option >= OCFS2_MIN_RESV_LEVEL && in ocfs2_parse_options()
1438 option < OCFS2_MAX_RESV_LEVEL) in ocfs2_parse_options()
1439 mopt->dir_resv_level = option; in ocfs2_parse_options()