Searched refs:basic_flags (Results 1 – 1 of 1) sorted by relevance
666 int r, basic_flags, direct_flags, rdwr_flags; in loop_device_make_by_path() local682 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()