Searched refs:devidx (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/edac/ |
D | sb_edac.c | 2737 int devidx; in knl_mci_bind_devs() local 2774 devidx = ((dev-14)*8)+func; in knl_mci_bind_devs() 2776 if (devidx < 0 || devidx >= KNL_MAX_CHAS) { in knl_mci_bind_devs() 2783 WARN_ON(pvt->knl.pci_cha[devidx] != NULL); in knl_mci_bind_devs() 2785 pvt->knl.pci_cha[devidx] = pdev; in knl_mci_bind_devs() 2789 devidx = -1; in knl_mci_bind_devs() 2797 devidx = func-2; in knl_mci_bind_devs() 2799 devidx = 3 + (func-2); in knl_mci_bind_devs() 2801 if (devidx < 0 || devidx >= KNL_MAX_CHANNELS) { in knl_mci_bind_devs() 2808 WARN_ON(pvt->knl.pci_channel[devidx] != NULL); in knl_mci_bind_devs() [all …]
|
/linux-4.19.296/fs/f2fs/ |
D | checkpoint.c | 444 unsigned int devidx, int type) in __add_ino_entry() argument 469 f2fs_set_bit(devidx, (char *)&e->dirty_device); in __add_ino_entry() 540 unsigned int devidx, int type) in f2fs_set_dirty_device() argument 542 __add_ino_entry(sbi, ino, devidx, type); in f2fs_set_dirty_device() 546 unsigned int devidx, int type) in f2fs_is_dirty_device() argument 554 if (e && f2fs_test_bit(devidx, (char *)&e->dirty_device)) in f2fs_is_dirty_device()
|
D | segment.c | 2980 unsigned int devidx; in update_device_state() local 2985 devidx = f2fs_target_device_index(sbi, fio->new_blkaddr); in update_device_state() 2988 f2fs_set_dirty_device(sbi, fio->ino, devidx, FLUSH_INO); in update_device_state() 2991 if (!f2fs_test_bit(devidx, (char *)&sbi->dirty_device)) { in update_device_state() 2993 f2fs_set_bit(devidx, (char *)&sbi->dirty_device); in update_device_state()
|
D | f2fs.h | 3021 unsigned int devidx, int type); 3023 unsigned int devidx, int type);
|