Searched defs:openflags (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/arch/um/include/shared/ | 
| D | os.h | 58 struct openflags {  struct69 #define OPENFLAGS() ((struct openflags) { .r = 0, .w = 0, .s = 0, .c = 0, \  argument
 
 | 
| /linux-4.4.14/fs/nfs/ | 
| D | nfs4file.c | 32 	unsigned openflags = filp->f_flags;  in nfs4_file_open()  local
 | 
| D | dir.c | 2412 static int nfs_open_permission_mask(int openflags)  in nfs_open_permission_mask()2429 int nfs_may_open(struct inode *inode, struct rpc_cred *cred, int openflags)  in nfs_may_open()
 
 | 
| D | nfs4proc.c | 1018 		fmode_t fmode, int openflags)  in nfs4_map_atomic_open_share()2162 				int openflags)  in nfs4_opendata_access()
 
 | 
| /linux-4.4.14/init/ | 
| D | initramfs.c | 338 			int openflags = O_WRONLY|O_CREAT;  in do_name()  local
 | 
| /linux-4.4.14/arch/um/drivers/ | 
| D | ubd_kern.c | 141 	struct openflags openflags;  member615 static int open_ubd_file(char *file, struct openflags *openflags, int shared,  in open_ubd_file()
 
 |