• Home
  • Raw
  • Download

Lines Matching refs:seq_printf

1522 		seq_printf(s, ",_netdev");  in ocfs2_show_options()
1524 seq_printf(s, ",%s", OCFS2_HB_LOCAL); in ocfs2_show_options()
1526 seq_printf(s, ",%s", OCFS2_HB_GLOBAL); in ocfs2_show_options()
1528 seq_printf(s, ",%s", OCFS2_HB_NONE); in ocfs2_show_options()
1531 seq_printf(s, ",nointr"); in ocfs2_show_options()
1534 seq_printf(s, ",data=writeback"); in ocfs2_show_options()
1536 seq_printf(s, ",data=ordered"); in ocfs2_show_options()
1539 seq_printf(s, ",barrier=1"); in ocfs2_show_options()
1542 seq_printf(s, ",errors=panic"); in ocfs2_show_options()
1544 seq_printf(s, ",errors=continue"); in ocfs2_show_options()
1546 seq_printf(s, ",errors=remount-ro"); in ocfs2_show_options()
1549 seq_printf(s, ",preferred_slot=%d", osb->preferred_slot); in ocfs2_show_options()
1551 seq_printf(s, ",atime_quantum=%u", osb->s_atime_quantum); in ocfs2_show_options()
1554 seq_printf(s, ",commit=%u", in ocfs2_show_options()
1559 seq_printf(s, ",localalloc=%d", local_alloc_megs); in ocfs2_show_options()
1562 seq_printf(s, ",localflocks,"); in ocfs2_show_options()
1568 seq_printf(s, ",usrquota"); in ocfs2_show_options()
1570 seq_printf(s, ",grpquota"); in ocfs2_show_options()
1573 seq_printf(s, ",coherency=buffered"); in ocfs2_show_options()
1575 seq_printf(s, ",coherency=full"); in ocfs2_show_options()
1578 seq_printf(s, ",nouser_xattr"); in ocfs2_show_options()
1580 seq_printf(s, ",user_xattr"); in ocfs2_show_options()
1583 seq_printf(s, ",inode64"); in ocfs2_show_options()
1586 seq_printf(s, ",acl"); in ocfs2_show_options()
1588 seq_printf(s, ",noacl"); in ocfs2_show_options()
1591 seq_printf(s, ",resv_level=%d", osb->osb_resv_level); in ocfs2_show_options()
1594 seq_printf(s, ",dir_resv_level=%d", osb->osb_resv_level); in ocfs2_show_options()
1597 seq_printf(s, ",journal_async_commit"); in ocfs2_show_options()