Searched refs:OPEN_FLAGS (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/um/drivers/ |
D | ubd_kern.c | 111 #define OPEN_FLAGS ((struct openflags) { .r = 1, .w = 1, .s = 1, .c = 0, \ macro 114 #define OPEN_FLAGS ((struct openflags) { .r = 1, .w = 1, .s = 0, .c = 0, \ macro 117 static struct openflags global_openflags = OPEN_FLAGS; 167 .boot_openflags = OPEN_FLAGS, \ 168 .openflags = OPEN_FLAGS, \
|