Home
last modified time | relevance | path

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

/linux/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/fs/ceph/
H A Daddr.c234 fsc->blocklisted = true; in finish_netfs_read()
844 fsc->blocklisted = true; in write_folio_nounlock()
895 fsc->blocklisted = true; in writepages_finish()
2492 fsc->blocklisted = true; in __ceph_pool_perm_get()
2500 fsc->blocklisted = true; in __ceph_pool_perm_get()
H A Ddebugfs.c358 seq_printf(s, "blocklisted: %s\n", str_true_false(fsc->blocklisted)); in status_show()
H A Dsuper.c1255 if (fsc->blocklisted && !ceph_test_mount_opt(fsc, CLEANRECOVER)) { in ceph_compare_super()
1619 fsc->blocklisted = false; in ceph_force_reconnect()
H A Dmds_client.c4136 bool *blocklisted) in __decode_session_metadata() argument
4155 *blocklisted = true; in __decode_session_metadata()
4180 bool blocklisted = false; in handle_session() local
4199 else if (__decode_session_metadata(&p, end, &blocklisted) < 0) in handle_session()
4223 blocklisted = true; in handle_session()
4424 if (blocklisted) in handle_session()
4425 mdsc->fsc->blocklisted = true; in handle_session()
5405 if (!READ_ONCE(fsc->blocklisted)) in maybe_recover_session()
H A Dsuper.h156 bool blocklisted; member
H A Dfile.c1160 fsc->blocklisted = true; in __ceph_sync_read()
H A Dcaps.c1215 !fsc->blocklisted && in ceph_remove_cap()