Searched refs:BINDERFS_MAX_MINOR (Results 1 – 1 of 1) sorted by relevance
43 #define BINDERFS_MAX_MINOR (1U << MINORBITS) macro45 #define BINDERFS_MAX_MINOR_CAPPED (BINDERFS_MAX_MINOR - 4)125 use_reserve ? BINDERFS_MAX_MINOR : in binderfs_binder_device_create()284 if (result.uint_32 > BINDERFS_MAX_MINOR) in binderfs_fs_context_parse_param()319 if (info->mount_opts.max <= BINDERFS_MAX_MINOR) in binderfs_show_options()426 use_reserve ? BINDERFS_MAX_MINOR : in binderfs_binder_ctl_create()476 ret->i_ino = iunique(sb, BINDERFS_MAX_MINOR + INODE_OFFSET); in binderfs_make_inode()730 ctx->max = BINDERFS_MAX_MINOR; in binderfs_init_fs_context()764 ret = alloc_chrdev_region(&binderfs_dev, 0, BINDERFS_MAX_MINOR, in init_binderfs()771 unregister_chrdev_region(binderfs_dev, BINDERFS_MAX_MINOR); in init_binderfs()