Lines Matching refs:opts
1474 unsigned long opts = osb->s_mount_opt; in ocfs2_show_options() local
1477 if (opts & (OCFS2_MOUNT_HB_LOCAL | OCFS2_MOUNT_HB_GLOBAL)) { in ocfs2_show_options()
1479 if (opts & OCFS2_MOUNT_HB_LOCAL) in ocfs2_show_options()
1486 if (opts & OCFS2_MOUNT_NOINTR) in ocfs2_show_options()
1489 if (opts & OCFS2_MOUNT_DATA_WRITEBACK) in ocfs2_show_options()
1494 if (opts & OCFS2_MOUNT_BARRIER) in ocfs2_show_options()
1497 if (opts & OCFS2_MOUNT_ERRORS_PANIC) in ocfs2_show_options()
1499 else if (opts & OCFS2_MOUNT_ERRORS_CONT) in ocfs2_show_options()
1517 if (opts & OCFS2_MOUNT_LOCALFLOCKS) in ocfs2_show_options()
1523 if (opts & OCFS2_MOUNT_USRQUOTA) in ocfs2_show_options()
1525 if (opts & OCFS2_MOUNT_GRPQUOTA) in ocfs2_show_options()
1528 if (opts & OCFS2_MOUNT_COHERENCY_BUFFERED) in ocfs2_show_options()
1533 if (opts & OCFS2_MOUNT_NOUSERXATTR) in ocfs2_show_options()
1538 if (opts & OCFS2_MOUNT_INODE64) in ocfs2_show_options()
1541 if (opts & OCFS2_MOUNT_POSIX_ACL) in ocfs2_show_options()
1552 if (opts & OCFS2_MOUNT_JOURNAL_ASYNC_COMMIT) in ocfs2_show_options()