Lines Matching refs:bb_state
99 if (pmem->bb_state) in pmem_clear_poison()
100 sysfs_notify_dirent(pmem->bb_state); in pmem_clear_poison()
483 pmem->bb_state = sysfs_get_dirent(disk_to_dev(disk)->kobj.sd, in pmem_attach_disk()
485 if (!pmem->bb_state) in pmem_attach_disk()
528 sysfs_put(pmem->bb_state); in nd_pmem_remove()
529 pmem->bb_state = NULL; in nd_pmem_remove()
549 struct kernfs_node *bb_state; in nd_pmem_notify() local
561 bb_state = NULL; in nd_pmem_notify()
567 bb_state = pmem->bb_state; in nd_pmem_notify()
587 if (bb_state) in nd_pmem_notify()
588 sysfs_notify_dirent(bb_state); in nd_pmem_notify()