Lines Matching refs:opts
1508 unsigned long opts = osb->s_mount_opt; in ocfs2_show_options() local
1511 if (opts & (OCFS2_MOUNT_HB_LOCAL | OCFS2_MOUNT_HB_GLOBAL)) { in ocfs2_show_options()
1513 if (opts & OCFS2_MOUNT_HB_LOCAL) in ocfs2_show_options()
1520 if (opts & OCFS2_MOUNT_NOINTR) in ocfs2_show_options()
1523 if (opts & OCFS2_MOUNT_DATA_WRITEBACK) in ocfs2_show_options()
1528 if (opts & OCFS2_MOUNT_BARRIER) in ocfs2_show_options()
1531 if (opts & OCFS2_MOUNT_ERRORS_PANIC) in ocfs2_show_options()
1549 if (opts & OCFS2_MOUNT_LOCALFLOCKS) in ocfs2_show_options()
1555 if (opts & OCFS2_MOUNT_USRQUOTA) in ocfs2_show_options()
1557 if (opts & OCFS2_MOUNT_GRPQUOTA) in ocfs2_show_options()
1560 if (opts & OCFS2_MOUNT_COHERENCY_BUFFERED) in ocfs2_show_options()
1565 if (opts & OCFS2_MOUNT_NOUSERXATTR) in ocfs2_show_options()
1570 if (opts & OCFS2_MOUNT_INODE64) in ocfs2_show_options()
1573 if (opts & OCFS2_MOUNT_POSIX_ACL) in ocfs2_show_options()
1584 if (opts & OCFS2_MOUNT_JOURNAL_ASYNC_COMMIT) in ocfs2_show_options()