/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | aops.c | 239 bool is_retry = false; in ntfs_read_block() local 276 if (!is_retry && lcn == LCN_RL_NOT_MAPPED) { in ntfs_read_block() 277 is_retry = true; in ntfs_read_block() 309 vcn_ofs, is_retry ? " even after " in ntfs_read_block() 613 bool is_retry = false; in ntfs_write_block() local 754 if (!is_retry && lcn == LCN_RL_NOT_MAPPED) { in ntfs_write_block() 755 is_retry = true; in ntfs_write_block() 789 vcn_ofs, is_retry ? " even after " in ntfs_write_block() 963 bool is_retry = false; in ntfs_write_mst_block() local 1036 if (!is_mft && !is_retry in ntfs_write_mst_block() [all...] |
H A D | compress.c | 598 bool is_retry = false; in ntfs_read_compressed_block() local 622 if (is_retry || lcn != LCN_RL_NOT_MAPPED) in ntfs_read_compressed_block() 624 is_retry = true; in ntfs_read_compressed_block()
|
H A D | attrib.c | 332 bool is_retry = false; in ntfs_attr_vcn_to_lcn_nolock() local 358 } else if (!is_retry) { in ntfs_attr_vcn_to_lcn_nolock() 377 is_retry = true; in ntfs_attr_vcn_to_lcn_nolock() 456 bool is_retry = false; in ntfs_attr_find_vcn_nolock() local 491 if (!err && !is_retry) { in ntfs_attr_find_vcn_nolock() 505 is_retry = true; in ntfs_attr_find_vcn_nolock()
|
H A D | file.c | 590 bool rl_write_locked, was_hole, is_retry; in ntfs_prepare_pages_for_non_resident_write() local 828 is_retry = false; in ntfs_prepare_pages_for_non_resident_write() 874 if (likely(!is_retry && lcn == LCN_RL_NOT_MAPPED)) { in ntfs_prepare_pages_for_non_resident_write() 892 is_retry = true; in ntfs_prepare_pages_for_non_resident_write() 918 is_retry ? " even after retrying" : "", in ntfs_prepare_pages_for_non_resident_write()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | aops.c | 239 bool is_retry = false; in ntfs_read_block() local 276 if (!is_retry && lcn == LCN_RL_NOT_MAPPED) { in ntfs_read_block() 277 is_retry = true; in ntfs_read_block() 309 vcn_ofs, is_retry ? " even after " in ntfs_read_block() 614 bool is_retry = false; in ntfs_write_block() local 756 if (!is_retry && lcn == LCN_RL_NOT_MAPPED) { in ntfs_write_block() 757 is_retry = true; in ntfs_write_block() 791 vcn_ofs, is_retry ? " even after " in ntfs_write_block() 965 bool is_retry = false; in ntfs_write_mst_block() local 1038 if (!is_mft && !is_retry in ntfs_write_mst_block() [all...] |
H A D | compress.c | 598 bool is_retry = false; in ntfs_read_compressed_block() local 622 if (is_retry || lcn != LCN_RL_NOT_MAPPED) in ntfs_read_compressed_block() 624 is_retry = true; in ntfs_read_compressed_block()
|
H A D | attrib.c | 332 bool is_retry = false; in ntfs_attr_vcn_to_lcn_nolock() local 358 } else if (!is_retry) { in ntfs_attr_vcn_to_lcn_nolock() 377 is_retry = true; in ntfs_attr_vcn_to_lcn_nolock() 456 bool is_retry = false; in ntfs_attr_find_vcn_nolock() local 491 if (!err && !is_retry) { in ntfs_attr_find_vcn_nolock() 505 is_retry = true; in ntfs_attr_find_vcn_nolock()
|
H A D | file.c | 583 bool rl_write_locked, was_hole, is_retry; in ntfs_prepare_pages_for_non_resident_write() local 821 is_retry = false; in ntfs_prepare_pages_for_non_resident_write() 867 if (likely(!is_retry && lcn == LCN_RL_NOT_MAPPED)) { in ntfs_prepare_pages_for_non_resident_write() 885 is_retry = true; in ntfs_prepare_pages_for_non_resident_write() 911 is_retry ? " even after retrying" : "", in ntfs_prepare_pages_for_non_resident_write()
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | send.c | 56 bool is_retry) in wg_packet_send_queued_handshake_initiation() 58 if (!is_retry) in wg_packet_send_queued_handshake_initiation() 55 wg_packet_send_queued_handshake_initiation(struct wg_peer *peer, bool is_retry) wg_packet_send_queued_handshake_initiation() argument
|
H A D | queueing.h | 40 bool is_retry);
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | send.c | 56 bool is_retry) in wg_packet_send_queued_handshake_initiation() 58 if (!is_retry) in wg_packet_send_queued_handshake_initiation() 55 wg_packet_send_queued_handshake_initiation(struct wg_peer *peer, bool is_retry) wg_packet_send_queued_handshake_initiation() argument
|
H A D | queueing.h | 40 bool is_retry);
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | xc4000.c | 928 int rc = 0, is_retry = 0; in check_firmware() local 1078 if (!is_retry) { in check_firmware() 1080 is_retry = 1; in check_firmware()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | xc4000.c | 926 int rc = 0, is_retry = 0; in check_firmware() local 1076 if (!is_retry) { in check_firmware() 1078 is_retry = 1; in check_firmware()
|