Home
last modified time | relevance | path

Searched defs:openflags (Results 1 – 3 of 3) 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/init/
H A Dinitramfs.c381 int openflags = O_WRONLY|O_CREAT|O_LARGEFILE; in do_name() local
/linux/fs/nfs/
H A Ddir.c3293 static int nfs_open_permission_mask(int openflags) in nfs_open_permission_mask()
3310 int nfs_may_open(struct inode *inode, const struct cred *cred, int openflags) in nfs_may_open()