Home
last modified time | relevance | path

Searched refs:CEPH_O_EXCL (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/ceph/
Dceph_fs.h408 #define CEPH_O_EXCL 00000200 macro
/linux-6.12.1/fs/ceph/
Dfile.c900 req->r_args.open.flags |= cpu_to_le32(CEPH_O_EXCL); in ceph_atomic_open()