Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/kernel/
H A Dksyms.c21 EXPORT_SYMBOL(os_lock_file);
/openbmc/linux/arch/um/include/shared/
H A Dos.h171 extern int os_lock_file(int fd, int excl);
/openbmc/linux/arch/um/os-Linux/
H A Dfile.c577 int os_lock_file(int fd, int excl) in os_lock_file() function
/openbmc/linux/arch/um/drivers/
H A Dubd_kern.c639 err = os_lock_file(fd, openflags->w); in open_ubd_file()