Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/ceph/
H A Dosdmap.h42 #define CEPH_POOL_FLAG_NEARFULL (1ULL << 11) /* pool is nearfull */ macro
/openbmc/linux/fs/ceph/
H A Dfile.c2393 (pool_flags & CEPH_POOL_FLAG_NEARFULL)) in ceph_write_iter()