Lines Matching defs:READ_ONLY
117 READ_ONLY = 0,
431 info->read_only ? " (READ-ONLY)" : "");
533 if (_switches[READ_ONLY] && !dm_task_set_ro(dmt))
578 if (_switches[READ_ONLY] && !dm_task_set_ro(dmt))
1197 if (_switches[READ_ONLY] && !dm_task_set_ro(dmt))
1792 _out_string(info->read_only ? "RO" : "RW");
2015 buf[3] = info->read_only ? 'r' : 'w';
2069 if (info->read_only)
2748 if (!_switches[READ_ONLY])
2752 _switches[READ_ONLY]++;
2914 {"readonly", 0, &ind, READ_ONLY},
3009 if (c == 'r' || ind == READ_ONLY)
3010 _switches[READ_ONLY]++;