Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dloop-util.c666 int r, basic_flags, direct_flags, rdwr_flags; in loop_device_make_by_path() local
682 basic_flags = O_CLOEXEC|O_NONBLOCK|O_NOCTTY; in loop_device_make_by_path()
686 fd = open(path, basic_flags|direct_flags|rdwr_flags); in loop_device_make_by_path()
688 fd = open(path, basic_flags|rdwr_flags); in loop_device_make_by_path()
698 fd = open(path, basic_flags|direct_flags|O_RDONLY); in loop_device_make_by_path()
700 fd = open(path, basic_flags|O_RDONLY); in loop_device_make_by_path()