Searched refs:ceph_sys2wire (Results 1 – 1 of 1) sorted by relevance
35 #define ceph_sys2wire(a) if (flags & a) { wire_flags |= CEPH_##a; flags &= ~a; } in ceph_flags_sys2wire() macro37 ceph_sys2wire(O_CREAT); in ceph_flags_sys2wire()38 ceph_sys2wire(O_EXCL); in ceph_flags_sys2wire()39 ceph_sys2wire(O_TRUNC); in ceph_flags_sys2wire()40 ceph_sys2wire(O_DIRECTORY); in ceph_flags_sys2wire()41 ceph_sys2wire(O_NOFOLLOW); in ceph_flags_sys2wire()43 #undef ceph_sys2wire in ceph_flags_sys2wire()