Home
last modified time | relevance | path

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

/openbmc/linux/drivers/android/
H A Dbinderfs.c41 #define BINDERFS_MAX_MINOR (1U << MINORBITS) macro
43 #define BINDERFS_MAX_MINOR_CAPPED (BINDERFS_MAX_MINOR - 4)
133 use_reserve ? BINDERFS_MAX_MINOR : in binderfs_binder_device_create()
292 if (result.uint_32 > BINDERFS_MAX_MINOR) in binderfs_fs_context_parse_param()
327 if (info->mount_opts.max <= BINDERFS_MAX_MINOR) in binderfs_show_options()
424 use_reserve ? BINDERFS_MAX_MINOR : in binderfs_binder_ctl_create()
474 ret->i_ino = iunique(sb, BINDERFS_MAX_MINOR + INODE_OFFSET); in binderfs_make_inode()
765 ctx->max = BINDERFS_MAX_MINOR; in binderfs_init_fs_context()
815 ret = alloc_chrdev_region(&binderfs_dev, 0, BINDERFS_MAX_MINOR, in init_binderfs()
822 unregister_chrdev_region(binderfs_dev, BINDERFS_MAX_MINOR); in init_binderfs()