Lines Matching refs:opts
1539 unsigned long opts = osb->s_mount_opt; in ocfs2_show_options() local
1542 if (opts & (OCFS2_MOUNT_HB_LOCAL | OCFS2_MOUNT_HB_GLOBAL)) { in ocfs2_show_options()
1544 if (opts & OCFS2_MOUNT_HB_LOCAL) in ocfs2_show_options()
1551 if (opts & OCFS2_MOUNT_NOINTR) in ocfs2_show_options()
1554 if (opts & OCFS2_MOUNT_DATA_WRITEBACK) in ocfs2_show_options()
1559 if (opts & OCFS2_MOUNT_BARRIER) in ocfs2_show_options()
1562 if (opts & OCFS2_MOUNT_ERRORS_PANIC) in ocfs2_show_options()
1580 if (opts & OCFS2_MOUNT_LOCALFLOCKS) in ocfs2_show_options()
1586 if (opts & OCFS2_MOUNT_USRQUOTA) in ocfs2_show_options()
1588 if (opts & OCFS2_MOUNT_GRPQUOTA) in ocfs2_show_options()
1591 if (opts & OCFS2_MOUNT_COHERENCY_BUFFERED) in ocfs2_show_options()
1596 if (opts & OCFS2_MOUNT_NOUSERXATTR) in ocfs2_show_options()
1601 if (opts & OCFS2_MOUNT_INODE64) in ocfs2_show_options()
1604 if (opts & OCFS2_MOUNT_POSIX_ACL) in ocfs2_show_options()