Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/ceph/
Dosdmap.h42 #define CEPH_POOL_FLAG_NEARFULL (1ULL << 11) /* pool is nearfull */ macro
/linux-4.19.296/fs/ceph/
Dfile.c1547 (pool_flags & CEPH_POOL_FLAG_NEARFULL)) in ceph_write_iter()