Searched defs:openflags (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/um/include/shared/ | 
| D | os.h | 60 struct openflags {  struct71 #define OPENFLAGS() ((struct openflags) { .r = 0, .w = 0, .s = 0, .c = 0, \  argument
 
 | 
| /Linux-v5.4/fs/nfs/ | 
| D | nfs4file.c | 32 	unsigned openflags = filp->f_flags;  in nfs4_file_open()  local
 | 
| D | dir.c | 2522 static int nfs_open_permission_mask(int openflags)  in nfs_open_permission_mask()2539 int nfs_may_open(struct inode *inode, const struct cred *cred, int openflags)  in nfs_may_open()
 
 | 
| D | nfs4proc.c | 1204 		fmode_t fmode, int openflags)  in nfs4_map_atomic_open_share()2553 				int openflags)  in nfs4_opendata_access()
 
 | 
| /Linux-v5.4/arch/um/drivers/ | 
| D | ubd_kern.c | 154 	struct openflags openflags;  member669 static int open_ubd_file(char *file, struct openflags *openflags, int shared,  in open_ubd_file()
 
 | 
| /Linux-v5.4/init/ | 
| D | initramfs.c | 332 			int openflags = O_WRONLY|O_CREAT;  in do_name()  local
 |