Searched refs:CEPH_O_RDONLY (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/linux/ceph/ | ||
D | ceph_fs.h | 378 #define CEPH_O_RDONLY 00000000 macro |
/linux-4.19.296/fs/ceph/ | ||
D | file.c | 23 wire_flags |= CEPH_O_RDONLY; in ceph_flags_sys2wire() |