Home
last modified time | relevance | path

Searched refs:O_NOCACHE (Results 1 – 2 of 2) sorted by relevance

/coreutils/src/
Ddd.c74 #undef O_NOCACHE
312 O_NOCACHE = FFS_MASK (v2), enumerator
313 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 …]
/coreutils/
Dcfg.mk64 @{ echo O_FULLBLOCK; echo O_NOCACHE; \