Home
last modified time | relevance | path

Searched defs:openflags (Results 1 – 4 of 4) sorted by relevance

/linux/arch/um/include/shared/
H A Dos.h65 struct openflags { struct
76 #define OPENFLAGS() ((struct openflags) { .r = 0, .w = 0, .s = 0, .c = 0, \ argument
/linux/fs/nfs/
H A Dnfs4file.c35 unsigned openflags = filp->f_flags; in nfs4_file_open() local
H A Dnfs4proc.c1311 fmode_t fmode, int openflags) in nfs4_map_atomic_open_share()
2171 int openflags = opendata->o_arg.open_flags; in nfs4_open_recover_helper() local
/linux/arch/um/drivers/
H A Dubd_kern.c152 struct openflags openflags; member
601 static int open_ubd_file(char *file, struct openflags *openflags, int shared, in open_ubd_file()