Searched refs:O_NOCACHE (Results 1 – 2 of 2) sorted by relevance
74 #undef O_NOCACHE312 O_NOCACHE = FFS_MASK (v2), enumerator313 v3 = v2 ^ O_NOCACHE,326 static_assert (O_NOCACHE != 0);335 static_assert ( ! MULTIPLE_BITS_SET (O_NOCACHE));350 {"nocache", O_NOCACHE}, /* Discard cache. */621 if (O_NOCACHE) in usage()1670 if (multiple_bits_set (input_flags & (O_DIRECT | O_NOCACHE)) in scanargs()1671 || multiple_bits_set (output_flags & (O_DIRECT | O_NOCACHE))) in scanargs()1674 if (input_flags & O_NOCACHE) in scanargs()[all …]
64 @{ echo O_FULLBLOCK; echo O_NOCACHE; \