Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinderfs.c40 #define BINDERFS_MAX_MINOR (1U << MINORBITS) macro
42 #define BINDERFS_MAX_MINOR_CAPPED (BINDERFS_MAX_MINOR - 4)
134 use_reserve ? BINDERFS_MAX_MINOR : in binderfs_binder_device_create()
293 if (result.uint_32 > BINDERFS_MAX_MINOR) in binderfs_fs_context_parse_param()
328 if (info->mount_opts.max <= BINDERFS_MAX_MINOR) in binderfs_show_options()
425 use_reserve ? BINDERFS_MAX_MINOR : in binderfs_binder_ctl_create()
475 ret->i_ino = iunique(sb, BINDERFS_MAX_MINOR + INODE_OFFSET); in binderfs_make_inode()
772 ctx->max = BINDERFS_MAX_MINOR; in binderfs_init_fs_context()
822 ret = alloc_chrdev_region(&binderfs_dev, 0, BINDERFS_MAX_MINOR, in init_binderfs()
829 unregister_chrdev_region(binderfs_dev, BINDERFS_MAX_MINOR); in init_binderfs()