Home
last modified time | relevance | path

Searched refs:dest_index (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/fs/ntfs/
Dcompress.c153 int *dest_index, int *dest_ofs, const int dest_max_index, in ntfs_decompress() argument
196 (*dest_index == dest_max_index && in ntfs_decompress()
236 if (*dest_index == dest_max_index && do_sb_end > dest_max_ofs) in ntfs_decompress()
251 dp = dest_pages[*dest_index]; in ntfs_decompress()
258 if (!*dest_ofs && (++*dest_index > dest_max_index)) in ntfs_decompress()
290 completed_pages[nr_completed_pages++] = *dest_index; in ntfs_decompress()
291 if (++*dest_index > dest_max_index) in ntfs_decompress()
/Linux-v6.6/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sysfs.c374 int i, src_index, dest_index; in validate_pm_config() local
383 dest_index = qlcnic_is_valid_nic_func(adapter, dest_pci_func); in validate_pm_config()
384 if (dest_index < 0) in validate_pm_config()
388 d_esw_id = adapter->npars[dest_index].phy_port; in validate_pm_config()