Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ntfs/
Dcompress.c169 static int ntfs_decompress(struct page *dest_pages[], int *dest_index, in ntfs_decompress() argument
199 int completed_pages[dest_max_index - *dest_index + 1]; in ntfs_decompress()
216 (*dest_index == dest_max_index && in ntfs_decompress()
256 if (*dest_index == dest_max_index && do_sb_end > dest_max_ofs) in ntfs_decompress()
271 dp = dest_pages[*dest_index]; in ntfs_decompress()
278 if (!*dest_ofs && (++*dest_index > dest_max_index)) in ntfs_decompress()
310 completed_pages[nr_completed_pages++] = *dest_index; in ntfs_decompress()
311 if (++*dest_index > dest_max_index) in ntfs_decompress()
/linux-4.4.14/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()