Home
last modified time | relevance | path

Searched refs:ex_parent (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/libsas/
H A Dsas_expander.c1525 struct expander_device *ex_parent = &parent->ex_dev; in sas_configure_parent() local
1536 if (ex_parent->conf_route_table == 0) { in sas_configure_parent()
1542 for (i = 0; i < ex_parent->num_phys; i++) { in sas_configure_parent()
1543 struct ex_phy *phy = &ex_parent->ex_phy[i]; in sas_configure_parent()
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H A Dsas_expander.c1475 struct expander_device *ex_parent = &parent->ex_dev; in sas_configure_parent() local
1486 if (ex_parent->conf_route_table == 0) { in sas_configure_parent()
1492 for (i = 0; i < ex_parent->num_phys; i++) { in sas_configure_parent()
1493 struct ex_phy *phy = &ex_parent->ex_phy[i]; in sas_configure_parent()
/kernel/linux/linux-5.10/fs/
H A Dnamespace.c3725 struct mount *new_mnt, *root_mnt, *old_mnt, *root_parent, *ex_parent; in SYSCALL_DEFINE2() local
3756 ex_parent = new_mnt->mnt_parent; in SYSCALL_DEFINE2()
3759 IS_MNT_SHARED(ex_parent) || in SYSCALL_DEFINE2()
3809 mntput_no_expire(ex_parent); in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/fs/
H A Dnamespace.c4181 struct mount *new_mnt, *root_mnt, *old_mnt, *root_parent, *ex_parent; in SYSCALL_DEFINE2() local
4212 ex_parent = new_mnt->mnt_parent; in SYSCALL_DEFINE2()
4215 IS_MNT_SHARED(ex_parent) || in SYSCALL_DEFINE2()
4265 mntput_no_expire(ex_parent); in SYSCALL_DEFINE2()

Completed in 16 milliseconds