Home
last modified time | relevance | path

Searched refs:rp_size (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/fs/jffs2/
H A Dsuper.c93 seq_printf(s, ",rp_size=%u", opts->rp_size / 1024); in jffs2_show_options()
184 fsparam_u32 ("rp_size", Opt_rp_size),
205 return invalf(fc, "jffs2: rp_size unrepresentable"); in jffs2_parse_param()
206 c->mount_opts.rp_size = result.uint_32 * 1024; in jffs2_parse_param()
228 c->mount_opts.rp_size = new_c->mount_opts.rp_size; in jffs2_update_mount_opts()
269 if (c->mount_opts.rp_size > c->mtd->size) in jffs2_fill_super()
H A Djffs2_fs_sb.h40 * available space is less then 'rp_size'. */
42 unsigned int rp_size; member
H A Dnodemgmt.c33 if (avail < 2 * opts->rp_size) in jffs2_rp_can_write()
37 opts->rp_size, c->dirty_size, c->free_size, in jffs2_rp_can_write()
41 if (avail > opts->rp_size) in jffs2_rp_can_write()
/kernel/linux/linux-6.6/fs/jffs2/
H A Dsuper.c92 seq_printf(s, ",rp_size=%u", opts->rp_size / 1024); in jffs2_show_options()
183 fsparam_u32 ("rp_size", Opt_rp_size),
204 return invalf(fc, "jffs2: rp_size unrepresentable"); in jffs2_parse_param()
205 c->mount_opts.rp_size = result.uint_32 * 1024; in jffs2_parse_param()
227 c->mount_opts.rp_size = new_c->mount_opts.rp_size; in jffs2_update_mount_opts()
268 if (c->mount_opts.rp_size > c->mtd->size) in jffs2_fill_super()
H A Djffs2_fs_sb.h40 * available space is less then 'rp_size'. */
42 unsigned int rp_size; member
H A Dnodemgmt.c33 if (avail < 2 * opts->rp_size) in jffs2_rp_can_write()
37 opts->rp_size, c->dirty_size, c->free_size, in jffs2_rp_can_write()
41 if (avail > opts->rp_size) in jffs2_rp_can_write()
/kernel/linux/linux-5.10/fs/ubifs/
H A Dsb.c217 sup->rp_size = cpu_to_le64(tmp64); in create_default_filesystem()
481 if (c->rp_size < 0 || max_bytes < c->rp_size) { in validate_sb()
721 c->rp_size = le64_to_cpu(sup->rp_size); in ubifs_read_superblock()
H A Dbudget.c346 if (available - outstanding <= c->rp_size && !can_use_rp(c)) in do_budget_space()
495 if (can_use_rp(c) || c->rp_size == 0) in ubifs_budget_space()
H A Dubifs-media.h640 * @rp_size: size of the reserved pool in bytes
674 __le64 rp_size; member
H A Dubifs.h1223 * @rp_size: size of the reserved pool in bytes
1466 long long rp_size; member
H A Dsuper.c772 c->report_rp_size = ubifs_reported_space(c, c->rp_size); in init_constants_master()
H A Ddebug.c379 (unsigned long long)le64_to_cpu(sup->rp_size)); in ubifs_dump_node()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dsb.c220 sup->rp_size = cpu_to_le64(tmp64); in create_default_filesystem()
484 if (c->rp_size < 0 || max_bytes < c->rp_size) { in validate_sb()
724 c->rp_size = le64_to_cpu(sup->rp_size); in ubifs_read_superblock()
H A Dbudget.c343 if (available - outstanding <= c->rp_size && !can_use_rp(c)) in do_budget_space()
492 if (can_use_rp(c) || c->rp_size == 0) in ubifs_budget_space()
H A Dubifs-media.h640 * @rp_size: size of the reserved pool in bytes
674 __le64 rp_size; member
H A Dubifs.h1244 * @rp_size: size of the reserved pool in bytes
1494 long long rp_size; member
H A Dsuper.c772 c->report_rp_size = ubifs_reported_space(c, c->rp_size); in init_constants_master()
H A Ddebug.c379 (unsigned long long)le64_to_cpu(sup->rp_size)); in ubifs_dump_node()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dmgmt.c336 size_t rp_size; in read_commands() local
349 rp_size = sizeof(*rp) + ((num_commands + num_events) * sizeof(u16)); in read_commands()
351 rp = kmalloc(rp_size, GFP_KERNEL); in read_commands()
377 rp, rp_size); in read_commands()
4178 size_t rp_size = 0; in read_adv_mon_features() local
4196 rp_size = sizeof(*rp) + (num_handles * sizeof(u16)); in read_adv_mon_features()
4197 rp = kmalloc(rp_size, GFP_KERNEL); in read_adv_mon_features()
4214 MGMT_STATUS_SUCCESS, rp, rp_size); in read_adv_mon_features()
4365 size_t rp_size = sizeof(mgmt_rp); in read_local_oob_data_complete() local
4395 rp_size in read_local_oob_data_complete()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Dmgmt.c384 size_t rp_size; in read_commands() local
397 rp_size = sizeof(*rp) + ((num_commands + num_events) * sizeof(u16)); in read_commands()
399 rp = kmalloc(rp_size, GFP_KERNEL); in read_commands()
425 rp, rp_size); in read_commands()
5156 size_t rp_size = 0; in read_adv_mon_features() local
5174 rp_size = sizeof(*rp) + (num_handles * sizeof(u16)); in read_adv_mon_features()
5175 rp = kmalloc(rp_size, GFP_KERNEL); in read_adv_mon_features()
5192 MGMT_STATUS_SUCCESS, rp, rp_size); in read_adv_mon_features()
5497 size_t rp_size = sizeof(mgmt_rp); in read_local_oob_data_complete() local
5533 rp_size in read_local_oob_data_complete()
[all...]

Completed in 44 milliseconds