Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dfile-posix.c1053 int fcntl_flags = O_APPEND | O_NONBLOCK; in raw_reconfigure_getfd() local
1055 fcntl_flags |= O_NOATIME; in raw_reconfigure_getfd()
1079 if ((*open_flags & ~fcntl_flags) == (s->open_flags & ~fcntl_flags)) { in raw_reconfigure_getfd()