Home
last modified time | relevance | path

Searched refs:is_retry (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/fs/ntfs/
Daops.c239 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 …]
Dcompress.c598 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()
Dattrib.c332 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()
Dfile.c588 bool rl_write_locked, was_hole, is_retry; in ntfs_prepare_pages_for_non_resident_write() local
826 is_retry = false; in ntfs_prepare_pages_for_non_resident_write()
872 if (likely(!is_retry && lcn == LCN_RL_NOT_MAPPED)) { in ntfs_prepare_pages_for_non_resident_write()
890 is_retry = true; in ntfs_prepare_pages_for_non_resident_write()
916 is_retry ? " even after retrying" : "", in ntfs_prepare_pages_for_non_resident_write()
/linux-5.19.10/drivers/net/wireguard/
Dsend.c56 bool is_retry) in wg_packet_send_queued_handshake_initiation() argument
58 if (!is_retry) in wg_packet_send_queued_handshake_initiation()
Dqueueing.h40 bool is_retry);
/linux-5.19.10/drivers/media/tuners/
Dxc4000.c928 int rc = 0, is_retry = 0; in check_firmware() local
1078 if (!is_retry) { in check_firmware()
1080 is_retry = 1; in check_firmware()