Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ntfs/
Daops.c259 bool is_retry = false; in ntfs_read_block() local
296 if (!is_retry && lcn == LCN_RL_NOT_MAPPED) { in ntfs_read_block()
297 is_retry = true; in ntfs_read_block()
329 vcn_ofs, is_retry ? " even after " in ntfs_read_block()
633 bool is_retry = false; in ntfs_write_block() local
774 if (!is_retry && lcn == LCN_RL_NOT_MAPPED) { in ntfs_write_block()
775 is_retry = true; in ntfs_write_block()
809 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.c614 bool is_retry = false; in ntfs_read_compressed_block() local
638 if (is_retry || lcn != LCN_RL_NOT_MAPPED) in ntfs_read_compressed_block()
640 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
843 is_retry = false; in ntfs_prepare_pages_for_non_resident_write()
889 if (likely(!is_retry && lcn == LCN_RL_NOT_MAPPED)) { in ntfs_prepare_pages_for_non_resident_write()
907 is_retry = true; in ntfs_prepare_pages_for_non_resident_write()
933 is_retry ? " even after retrying" : "", in ntfs_prepare_pages_for_non_resident_write()
/linux-4.4.14/drivers/media/tuners/
Dxc4000.c949 int rc = 0, is_retry = 0; in check_firmware() local
1098 if (!is_retry) { in check_firmware()
1100 is_retry = 1; in check_firmware()