Lines Matching refs:opts
1519 unsigned long opts = osb->s_mount_opt; in ocfs2_show_options() local
1522 if (opts & (OCFS2_MOUNT_HB_LOCAL | OCFS2_MOUNT_HB_GLOBAL)) { in ocfs2_show_options()
1524 if (opts & OCFS2_MOUNT_HB_LOCAL) in ocfs2_show_options()
1531 if (opts & OCFS2_MOUNT_NOINTR) in ocfs2_show_options()
1534 if (opts & OCFS2_MOUNT_DATA_WRITEBACK) in ocfs2_show_options()
1539 if (opts & OCFS2_MOUNT_BARRIER) in ocfs2_show_options()
1542 if (opts & OCFS2_MOUNT_ERRORS_PANIC) in ocfs2_show_options()
1544 else if (opts & OCFS2_MOUNT_ERRORS_CONT) in ocfs2_show_options()
1562 if (opts & OCFS2_MOUNT_LOCALFLOCKS) in ocfs2_show_options()
1568 if (opts & OCFS2_MOUNT_USRQUOTA) in ocfs2_show_options()
1570 if (opts & OCFS2_MOUNT_GRPQUOTA) in ocfs2_show_options()
1573 if (opts & OCFS2_MOUNT_COHERENCY_BUFFERED) in ocfs2_show_options()
1578 if (opts & OCFS2_MOUNT_NOUSERXATTR) in ocfs2_show_options()
1583 if (opts & OCFS2_MOUNT_INODE64) in ocfs2_show_options()
1586 if (opts & OCFS2_MOUNT_POSIX_ACL) in ocfs2_show_options()
1597 if (opts & OCFS2_MOUNT_JOURNAL_ASYNC_COMMIT) in ocfs2_show_options()