Searched refs:binderfs (Results 1 – 11 of 11) sorted by relevance
3 The Android binderfs Filesystem6 Android binderfs is a filesystem for the Android binder IPC mechanism. It8 located in a new binderfs instance are independent of binder devices located in9 other binderfs instances. Mounting a new binderfs instance makes it possible12 Mounting binderfs15 Android binderfs can be mounted with::17 mkdir /dev/binderfs18 mount -t binder binder /dev/binderfs20 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 …]
123 binderfs
49 mod binderfs { module300 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() constant603 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()
4 obj-$(CONFIG_ANDROID_BINDERFS) += binderfs.o
38 Each binderfs mount initially only contains a binder-control device.
5 subdir-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs
244 bool "Build Android binderfs example"247 Builds a sample program to illustrate the use of the Android binderfs
81 * binderfs
83 * binderfs
34 TARGETS += filesystems/binderfs
220 filesystems/binderfs admin-guide/binderfs