Home
last modified time | relevance | path

Searched refs:binderfs (Results 1 – 11 of 11) sorted by relevance

/linux/Documentation/admin-guide/
H A Dbinderfs.rst3 The Android binderfs Filesystem
6 Android binderfs is a filesystem for the Android binder IPC mechanism. It
8 located in a new binderfs instance are independent of binder devices located in
9 other binderfs instances. Mounting a new binderfs instance makes it possible
12 Mounting binderfs
15 Android binderfs can be mounted with::
17 mkdir /dev/binderfs
18 mount -t binder binder /dev/binderfs
20 at which point a new instance of binderfs will show up at ``/dev/binderfs``.
21 In a fresh instance of binderfs no binder devices will be present. There will
[all …]
H A Dindex.rst123 binderfs
/linux/drivers/android/binder/
H A Drust_binder_main.rs49 mod binderfs { module
300 unsafe { kernel::error::to_result(binderfs::init_rust_binderfs())? }; in init()
368 let device = unsafe { (*inode).i_private } as *const binderfs::binder_device; in rust_binder_open() constant
603 let dentry = unsafe { binderfs::rust_binderfs_create_proc_file(nodp, pid) }; in new()
615 unsafe { binderfs::rust_binderfs_remove_file(self.0.as_ptr()) }; in drop()
/linux/drivers/android/
H A DMakefile4 obj-$(CONFIG_ANDROID_BINDERFS) += binderfs.o
H A DKconfig38 Each binderfs mount initially only contains a binder-control device.
/linux/samples/
H A DMakefile5 subdir-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs
H A DKconfig244 bool "Build Android binderfs example"
247 Builds a sample program to illustrate the use of the Android binderfs
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dindex.rst81 * binderfs
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dindex.rst83 * binderfs
/linux/tools/testing/selftests/
H A DMakefile34 TARGETS += filesystems/binderfs
/linux/Documentation/
H A D.renames.txt220 filesystems/binderfs admin-guide/binderfs