Searched refs:CEPH_O_EXCL (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ceph/ | ||
H A D | ceph_fs.h | 408 #define CEPH_O_EXCL 00000200 macro |
/linux/fs/ceph/ | ||
H A D | file.c | 900 req->r_args.open.flags |= cpu_to_le32(CEPH_O_EXCL); in ceph_atomic_open() |