Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ntfs/
Dcompress.c167 int *dest_index, int *dest_ofs, const int dest_max_index, in ntfs_decompress() argument
210 (*dest_index == dest_max_index && in ntfs_decompress()
250 if (*dest_index == dest_max_index && do_sb_end > dest_max_ofs) in ntfs_decompress()
265 dp = dest_pages[*dest_index]; in ntfs_decompress()
272 if (!*dest_ofs && (++*dest_index > dest_max_index)) in ntfs_decompress()
304 completed_pages[nr_completed_pages++] = *dest_index; in ntfs_decompress()
305 if (++*dest_index > dest_max_index) in ntfs_decompress()
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sysfs.c376 int i, src_index, dest_index; in validate_pm_config() local
385 dest_index = qlcnic_is_valid_nic_func(adapter, dest_pci_func); in validate_pm_config()
386 if (dest_index < 0) in validate_pm_config()
390 d_esw_id = adapter->npars[dest_index].phy_port; in validate_pm_config()