Searched refs:O_DIRECT (Results 26 - 27 of 27) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fuse/
H A Dfile.c85 if (file->f_flags & O_DIRECT)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dconfigure1556 --enable-o_direct Enable the O_DIRECT flag for direct I/O.
34324 # Linux has a broken O_DIRECT flag, but you can't detect it at configure time.
34326 # will fail. Default to not using the O_DIRECT flag.
34328 { echo "$as_me:$LINENO: checking for open/O_DIRECT" >&5
34329 echo $ECHO_N "checking for open/O_DIRECT... $ECHO_C" >&6; }
34347 open("a", O_RDONLY | O_DIRECT, 0);
[all...]

Completed in 143 milliseconds

12