Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinderfs.c275 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_parse_param()
304 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_reconfigure()
625 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fill_super()
710 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_free()
724 struct binderfs_mount_opts *ctx; in binderfs_init_fs_context()
726 ctx = kzalloc(sizeof(struct binderfs_mount_opts), GFP_KERNEL); in binderfs_init_fs_context()
H A Dbinder_internal.h47 struct binderfs_mount_opts { struct
71 struct binderfs_mount_opts mount_opts; argument