Lines Matching refs:seq_printf
1234 seq_printf(s, ",_netdev,heartbeat=local"); in ocfs2_show_options()
1236 seq_printf(s, ",heartbeat=none"); in ocfs2_show_options()
1239 seq_printf(s, ",nointr"); in ocfs2_show_options()
1242 seq_printf(s, ",data=writeback"); in ocfs2_show_options()
1244 seq_printf(s, ",data=ordered"); in ocfs2_show_options()
1247 seq_printf(s, ",barrier=1"); in ocfs2_show_options()
1250 seq_printf(s, ",errors=panic"); in ocfs2_show_options()
1252 seq_printf(s, ",errors=remount-ro"); in ocfs2_show_options()
1255 seq_printf(s, ",preferred_slot=%d", osb->preferred_slot); in ocfs2_show_options()
1258 seq_printf(s, ",atime_quantum=%u", osb->s_atime_quantum); in ocfs2_show_options()
1261 seq_printf(s, ",commit=%u", in ocfs2_show_options()
1266 seq_printf(s, ",localalloc=%d", local_alloc_megs); in ocfs2_show_options()
1269 seq_printf(s, ",localflocks,"); in ocfs2_show_options()
1272 seq_printf(s, ",cluster_stack=%.*s", OCFS2_STACK_LABEL_LEN, in ocfs2_show_options()
1275 seq_printf(s, ",usrquota"); in ocfs2_show_options()
1277 seq_printf(s, ",grpquota"); in ocfs2_show_options()
1280 seq_printf(s, ",nouser_xattr"); in ocfs2_show_options()
1282 seq_printf(s, ",user_xattr"); in ocfs2_show_options()
1285 seq_printf(s, ",inode64"); in ocfs2_show_options()
1289 seq_printf(s, ",acl"); in ocfs2_show_options()
1291 seq_printf(s, ",noacl"); in ocfs2_show_options()