Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ntfs/
Daops.c256 bool is_retry = false; in ntfs_read_block() local
293 if (!is_retry && lcn == LCN_RL_NOT_MAPPED) { in ntfs_read_block()
294 is_retry = true; in ntfs_read_block()
326 vcn_ofs, is_retry ? " even after " in ntfs_read_block()
630 bool is_retry = false; in ntfs_write_block() local
771 if (!is_retry && lcn == LCN_RL_NOT_MAPPED) { in ntfs_write_block()
772 is_retry = true; in ntfs_write_block()
806 vcn_ofs, is_retry ? " even after " in ntfs_write_block()
980 bool is_retry = false; in ntfs_write_mst_block() local
1053 if (!is_mft && !is_retry && in ntfs_write_mst_block()
[all …]
Dcompress.c612 bool is_retry = false; in ntfs_read_compressed_block() local
636 if (is_retry || lcn != LCN_RL_NOT_MAPPED) in ntfs_read_compressed_block()
638 is_retry = true; in ntfs_read_compressed_block()
Dattrib.c346 bool is_retry = false; in ntfs_attr_vcn_to_lcn_nolock() local
372 } else if (!is_retry) { in ntfs_attr_vcn_to_lcn_nolock()
391 is_retry = true; in ntfs_attr_vcn_to_lcn_nolock()
470 bool is_retry = false; in ntfs_attr_find_vcn_nolock() local
505 if (!err && !is_retry) { in ntfs_attr_find_vcn_nolock()
519 is_retry = true; in ntfs_attr_find_vcn_nolock()
Dfile.c604 bool rl_write_locked, was_hole, is_retry; in ntfs_prepare_pages_for_non_resident_write() local
842 is_retry = false; in ntfs_prepare_pages_for_non_resident_write()
888 if (likely(!is_retry && lcn == LCN_RL_NOT_MAPPED)) { in ntfs_prepare_pages_for_non_resident_write()
906 is_retry = true; in ntfs_prepare_pages_for_non_resident_write()
932 is_retry ? " even after retrying" : "", in ntfs_prepare_pages_for_non_resident_write()
/Linux-v4.19/drivers/media/tuners/
Dxc4000.c938 int rc = 0, is_retry = 0; in check_firmware() local
1088 if (!is_retry) { in check_firmware()
1090 is_retry = 1; in check_firmware()