Searched refs:OPEN_FLAGS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | ubd_kern.c | 133 #define OPEN_FLAGS ((struct openflags) { .r = 1, .w = 1, .s = 1, .c = 0, \ macro 136 #define OPEN_FLAGS ((struct openflags) { .r = 1, .w = 1, .s = 0, .c = 0, \ macro 139 static struct openflags global_openflags = OPEN_FLAGS; 186 .boot_openflags = OPEN_FLAGS, \ 187 .openflags = OPEN_FLAGS, \
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | ubd_kern.c | 132 #define OPEN_FLAGS ((struct openflags) { .r = 1, .w = 1, .s = 1, .c = 0, \ macro 135 #define OPEN_FLAGS ((struct openflags) { .r = 1, .w = 1, .s = 0, .c = 0, \ macro 138 static struct openflags global_openflags = OPEN_FLAGS; 187 .boot_openflags = OPEN_FLAGS, \ 188 .openflags = OPEN_FLAGS, \
|
Completed in 5 milliseconds