Searched refs:OPEN_FLAGS (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/um/drivers/ |
D | ubd_kern.c | 123 #define OPEN_FLAGS ((struct openflags) { .r = 1, .w = 1, .s = 1, .c = 0, \ macro 126 #define OPEN_FLAGS ((struct openflags) { .r = 1, .w = 1, .s = 0, .c = 0, \ macro 129 static struct openflags global_openflags = OPEN_FLAGS; 176 .boot_openflags = OPEN_FLAGS, \ 177 .openflags = OPEN_FLAGS, \
|