Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/ceph/
Dosdmap.h39 #define CEPH_POOL_FLAG_FULL (1ULL << 1) /* pool is full */ macro
/linux-4.19.296/fs/ceph/
Dfile.c1456 (pool_flags & CEPH_POOL_FLAG_FULL)) { in ceph_write_iter()