Searched refs:F_NOCACHE (Results 1 – 3 of 3) sorted by relevance
584 #ifdef F_NOCACHE in all_ins()585 if (PyModule_AddIntMacro(m, F_NOCACHE)) return -1; in all_ins()
610 #elif defined(F_NOCACHE) in unix_open_channel()771 #if defined(F_NOCACHE) && !defined(IO_DIRECT) in unix_open()773 if (fcntl(fd, F_NOCACHE, 1) < 0) in unix_open()
1892 pub const F_NOCACHE: ::c_int = 48; constant