Searched refs:ceph_sys2wire (Results 1 – 1 of 1) sorted by relevance
42 #define ceph_sys2wire(a) if (flags & a) { wire_flags |= CEPH_##a; flags &= ~a; } in ceph_flags_sys2wire() macro44 ceph_sys2wire(O_CREAT); in ceph_flags_sys2wire()45 ceph_sys2wire(O_EXCL); in ceph_flags_sys2wire()46 ceph_sys2wire(O_TRUNC); in ceph_flags_sys2wire()47 ceph_sys2wire(O_DIRECTORY); in ceph_flags_sys2wire()48 ceph_sys2wire(O_NOFOLLOW); in ceph_flags_sys2wire()50 #undef ceph_sys2wire in ceph_flags_sys2wire()