Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/filesystems/
H A Dceph.rst195 Set auto reconnect mode in the case where the client is blocklisted. The
199 blocklisted. Operations will generally fail after being blocklisted.
202 detects that it has been blocklisted. During reconnect, client drops
/openbmc/linux/fs/ceph/
H A Daddr.c263 fsc->blocklisted = true; in finish_netfs_read()
780 fsc->blocklisted = true; in writepage_nounlock()
854 fsc->blocklisted = true; in writepages_finish()
2111 fsc->blocklisted = true; in __ceph_pool_perm_get()
2119 fsc->blocklisted = true; in __ceph_pool_perm_get()
H A Ddebugfs.c360 seq_printf(s, "blocklisted: %s\n", fsc->blocklisted ? "true" : "false"); in status_show()
H A Dmds_client.c3905 bool *blocklisted) in __decode_session_metadata() argument
3924 *blocklisted = true; in __decode_session_metadata()
3947 bool blocklisted = false; in handle_session() local
3964 else if (__decode_session_metadata(&p, end, &blocklisted) < 0) in handle_session()
3987 blocklisted = true; in handle_session()
4091 if (blocklisted) in handle_session()
4092 mdsc->fsc->blocklisted = true; in handle_session()
5057 if (!READ_ONCE(fsc->blocklisted)) in maybe_recover_session()
H A Dsuper.c1258 if (fsc->blocklisted && !ceph_test_mount_opt(fsc, CLEANRECOVER)) { in ceph_compare_super()
1608 fsc->blocklisted = false; in ceph_force_reconnect()
H A Dsuper.h130 bool blocklisted; member
H A Dfile.c1076 fsc->blocklisted = true; in __ceph_sync_read()
H A Dcaps.c1198 !fsc->blocklisted && in ceph_remove_cap()