Searched defs:openflags (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/arch/um/include/shared/ |
D | os.h | 56 struct openflags { struct 67 #define OPENFLAGS() ((struct openflags) { .r = 0, .w = 0, .s = 0, .c = 0, \ argument
|
/linux-3.3/fs/nfs/ |
D | dir.c | 1498 int openflags, ret = 0; in nfs_open_revalidate() local 2267 static int nfs_open_permission_mask(int openflags) in nfs_open_permission_mask() 2280 int nfs_may_open(struct inode *inode, struct rpc_cred *cred, int openflags) in nfs_may_open()
|
/linux-3.3/init/ |
D | initramfs.c | 305 int openflags = O_WRONLY|O_CREAT; in do_name() local
|
/linux-3.3/arch/um/drivers/ |
D | ubd_kern.c | 155 struct openflags openflags; member 629 static int open_ubd_file(char *file, struct openflags *openflags, int shared, in open_ubd_file()
|