Home
last modified time | relevance | path

Searched refs:binderfs_mount_opts (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/android/binder/
H A Drust_binder_internal.h58 struct binderfs_mount_opts { struct
82 struct binderfs_mount_opts mount_opts; argument
H A Drust_binderfs.c267 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_parse_param()
296 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_reconfigure()
619 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fill_super()
708 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_free()
722 struct binderfs_mount_opts *ctx; in binderfs_init_fs_context()
724 ctx = kzalloc_obj(struct binderfs_mount_opts); in binderfs_init_fs_context()
/linux/drivers/android/
H A Dbinderfs.c276 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_parse_param()
305 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_reconfigure()
615 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fill_super()
704 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_free()
718 struct binderfs_mount_opts *ctx; in binderfs_init_fs_context()
720 ctx = kzalloc_obj(struct binderfs_mount_opts); in binderfs_init_fs_context()
H A Dbinder_internal.h46 struct binderfs_mount_opts { struct
70 struct binderfs_mount_opts mount_opts; argument