Home
last modified time | relevance | path

Searched refs:devidx (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/edac/
Dsb_edac.c2737 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/
Dcheckpoint.c444 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()
Dsegment.c2980 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()
Df2fs.h3021 unsigned int devidx, int type);
3023 unsigned int devidx, int type);