Searched refs:dest_index (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | compress.c | 118 * @dest_index: current index into @dest_pages (IN/OUT) 119 * @dest_ofs: current offset within @dest_pages[@dest_index] (IN/OUT) 133 * destination pages @dest_pages starting at index @dest_index into @dest_pages 134 * and at offset @dest_pos into the page @dest_pages[@dest_index]. 153 int *dest_index, int *dest_ofs, const int dest_max_index, in ntfs_decompress() 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() 152 ntfs_decompress(struct page *dest_pages[], int completed_pages[], int *dest_index, int *dest_ofs, const int dest_max_index, const int dest_max_ofs, const int xpage, char *xpage_done, u8 *const cb_start, const u32 cb_size, const loff_t i_size, const s64 initialized_size) ntfs_decompress() argument [all...] |
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | compress.c | 118 * @dest_index: current index into @dest_pages (IN/OUT) 119 * @dest_ofs: current offset within @dest_pages[@dest_index] (IN/OUT) 133 * destination pages @dest_pages starting at index @dest_index into @dest_pages 134 * and at offset @dest_pos into the page @dest_pages[@dest_index]. 153 int *dest_index, int *dest_ofs, const int dest_max_index, in ntfs_decompress() 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() 152 ntfs_decompress(struct page *dest_pages[], int completed_pages[], int *dest_index, int *dest_ofs, const int dest_max_index, const int dest_max_ofs, const int xpage, char *xpage_done, u8 *const cb_start, const u32 cb_size, const loff_t i_size, const s64 initialized_size) ntfs_decompress() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_sysfs.c | 375 int i, src_index, dest_index; in validate_pm_config() local 384 dest_index = qlcnic_is_valid_nic_func(adapter, dest_pci_func); in validate_pm_config() 385 if (dest_index < 0) in validate_pm_config() 389 d_esw_id = adapter->npars[dest_index].phy_port; in validate_pm_config()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_sysfs.c | 374 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()
|
Completed in 7 milliseconds