Home
last modified time | relevance | path

Searched refs:ex_parent (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/scsi/libsas/ !
Dsas_expander.c1504 struct expander_device *ex_parent = &parent->ex_dev; in sas_configure_parent() local
1515 if (ex_parent->conf_route_table == 0) { in sas_configure_parent()
1521 for (i = 0; i < ex_parent->num_phys; i++) { in sas_configure_parent()
1522 struct ex_phy *phy = &ex_parent->ex_phy[i]; in sas_configure_parent()
/linux-6.1.9/fs/ !
Dnamespace.c3872 struct mount *new_mnt, *root_mnt, *old_mnt, *root_parent, *ex_parent; in SYSCALL_DEFINE2() local
3903 ex_parent = new_mnt->mnt_parent; in SYSCALL_DEFINE2()
3906 IS_MNT_SHARED(ex_parent) || in SYSCALL_DEFINE2()
3956 mntput_no_expire(ex_parent); in SYSCALL_DEFINE2()