Home
last modified time | relevance | path

Searched refs:blocklisted (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/Documentation/filesystems/
H A Dceph.rst198 Set auto reconnect mode in the case where the client is blocklisted. The
202 blocklisted. Operations will generally fail after being blocklisted.
205 detects that it has been blocklisted. During reconnect, client drops
/linux-6.15/fs/ceph/
H A Daddr.c234 fsc->blocklisted = true; in finish_netfs_read()
833 fsc->blocklisted = true; in write_folio_nounlock()
884 fsc->blocklisted = true; in writepages_finish()
2466 fsc->blocklisted = true; in __ceph_pool_perm_get()
2474 fsc->blocklisted = true; in __ceph_pool_perm_get()
H A Ddebugfs.c360 seq_printf(s, "blocklisted: %s\n", str_true_false(fsc->blocklisted)); in status_show()
H A Dsuper.c1266 if (fsc->blocklisted && !ceph_test_mount_opt(fsc, CLEANRECOVER)) { in ceph_compare_super()
1630 fsc->blocklisted = false; in ceph_force_reconnect()
H A Dmds_client.c4069 bool *blocklisted) in __decode_session_metadata() argument
4088 *blocklisted = true; in __decode_session_metadata()
4113 bool blocklisted = false; in handle_session() local
4132 else if (__decode_session_metadata(&p, end, &blocklisted) < 0) in handle_session()
4156 blocklisted = true; in handle_session()
4358 if (blocklisted) in handle_session()
4359 mdsc->fsc->blocklisted = true; in handle_session()
5343 if (!READ_ONCE(fsc->blocklisted)) in maybe_recover_session()
H A Dsuper.h130 bool blocklisted; member
H A Dfile.c1166 fsc->blocklisted = true; in __ceph_sync_read()
H A Dcaps.c1214 !fsc->blocklisted && in ceph_remove_cap()