Searched refs:BINDERFS_MAX_MINOR (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binderfs.c | 43 #define BINDERFS_MAX_MINOR (1U << MINORBITS) macro 45 #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() 414 use_reserve ? BINDERFS_MAX_MINOR : in binderfs_binder_ctl_create() 464 ret->i_ino = iunique(sb, BINDERFS_MAX_MINOR + INODE_OFFSET); in binderfs_make_inode() 745 ctx->max = BINDERFS_MAX_MINOR; in binderfs_init_fs_context() 795 ret = alloc_chrdev_region(&binderfs_dev, 0, BINDERFS_MAX_MINOR, in init_binderfs() 802 unregister_chrdev_region(binderfs_dev, BINDERFS_MAX_MINOR); in init_binderfs() [all...] |
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binderfs.c | 41 #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() [all...] |
Completed in 3 milliseconds