Home
last modified time | relevance | path

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

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