Lines Matching refs:seq_printf
1424 seq_printf(s, ",_netdev"); in ocfs2_show_options()
1426 seq_printf(s, ",%s", OCFS2_HB_LOCAL); in ocfs2_show_options()
1428 seq_printf(s, ",%s", OCFS2_HB_GLOBAL); in ocfs2_show_options()
1430 seq_printf(s, ",%s", OCFS2_HB_NONE); in ocfs2_show_options()
1433 seq_printf(s, ",nointr"); in ocfs2_show_options()
1436 seq_printf(s, ",data=writeback"); in ocfs2_show_options()
1438 seq_printf(s, ",data=ordered"); in ocfs2_show_options()
1441 seq_printf(s, ",barrier=1"); in ocfs2_show_options()
1444 seq_printf(s, ",errors=panic"); in ocfs2_show_options()
1446 seq_printf(s, ",errors=continue"); in ocfs2_show_options()
1448 seq_printf(s, ",errors=remount-ro"); in ocfs2_show_options()
1451 seq_printf(s, ",preferred_slot=%d", osb->preferred_slot); in ocfs2_show_options()
1453 seq_printf(s, ",atime_quantum=%u", osb->s_atime_quantum); in ocfs2_show_options()
1456 seq_printf(s, ",commit=%u", in ocfs2_show_options()
1461 seq_printf(s, ",localalloc=%d", local_alloc_megs); in ocfs2_show_options()
1464 seq_printf(s, ",localflocks,"); in ocfs2_show_options()
1469 seq_printf(s, ",usrquota"); in ocfs2_show_options()
1471 seq_printf(s, ",grpquota"); in ocfs2_show_options()
1474 seq_printf(s, ",coherency=buffered"); in ocfs2_show_options()
1476 seq_printf(s, ",coherency=full"); in ocfs2_show_options()
1479 seq_printf(s, ",nouser_xattr"); in ocfs2_show_options()
1481 seq_printf(s, ",user_xattr"); in ocfs2_show_options()
1484 seq_printf(s, ",inode64"); in ocfs2_show_options()
1487 seq_printf(s, ",acl"); in ocfs2_show_options()
1489 seq_printf(s, ",noacl"); in ocfs2_show_options()
1492 seq_printf(s, ",resv_level=%d", osb->osb_resv_level); in ocfs2_show_options()
1495 seq_printf(s, ",dir_resv_level=%d", osb->osb_resv_level); in ocfs2_show_options()
1498 seq_printf(s, ",journal_async_commit"); in ocfs2_show_options()