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