Home
last modified time | relevance | path

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

/drivers/android/
Dbinderfs.c116 bool use_reserve = (info->ipc_ns == &init_ipc_ns); in binderfs_binder_device_create()
337 if (info && info->ipc_ns) in binderfs_put_super()
338 put_ipc_ns(info->ipc_ns); in binderfs_put_super()
403 bool use_reserve = (info->ipc_ns == &init_ipc_ns); in binderfs_binder_ctl_create()
656 info->ipc_ns = get_ipc_ns(current->nsproxy->ipc_ns); in binderfs_fill_super()
Dbinder_internal.h67 struct ipc_namespace *ipc_ns; member