Lines Matching refs:C_BS
105 { "bs", f_bs, C_BS, C_BS|C_IBS|C_OBS|C_OSYNC },
110 { "ibs", f_ibs, C_IBS, C_BS|C_IBS },
115 { "obs", f_obs, C_OBS, C_BS|C_OBS },
170 if (ddflags & C_BS) {
178 ddflags &= ~C_BS;
183 if (ddflags & C_BS && ddflags & (C_IBS|C_OBS))
268 if (!(ddflags & C_BS))
307 if (!(ddflags & C_BS))
365 { "osync", C_OSYNC, C_BS, NULL },
372 * conversions to the C_BS check in the jcl routine above.