Searched refs:CV_BMP_ONLY (Results 1 – 3 of 3) sorted by relevance
463 #define CV_BMP_ONLY 0x00000001 /* copy only chunks flagged by bitmap */ macro
4749 flags |= CV_BMP_ONLY; in _ii_do_copy()4757 (flags & (CV_BMP_ONLY|CV_SHD2MST)) == CV_BMP_ONLY) { in _ii_do_copy()4827 if ((flags & CV_BMP_ONLY) || in _ii_do_copy()5050 if ((ucopy->flags & (CV_BMP_ONLY|CV_SHD2MST)) == in _ii_mass_copy()5051 CV_BMP_ONLY) { in _ii_mass_copy()
2494 acopy_args->flags |= CV_BMP_ONLY;2607 copy_args.flags |= CV_BMP_ONLY;