Searched refs:rp_size (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | super.c | 92 seq_printf(s, ",rp_size=%u", opts->rp_size / 1024); in jffs2_show_options() 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 D | jffs2_fs_sb.h | 42 unsigned int rp_size; member
|
| H A D | nodemgmt.c | 33 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()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | sb.c | 192 sup->rp_size = cpu_to_le64(tmp64); in create_default_filesystem() 456 if (c->rp_size < 0 || max_bytes < c->rp_size) { in validate_sb() 616 c->rp_size = le64_to_cpu(sup->rp_size); in ubifs_read_superblock()
|
| H A D | budget.c | 355 if (available - outstanding <= c->rp_size && !can_use_rp(c)) in do_budget_space() 504 if (can_use_rp(c) || c->rp_size == 0) in ubifs_budget_space()
|
| H A D | ubifs-media.h | 637 __le64 rp_size; member
|
| H A D | ubifs.h | 2043 long long rp_size; member
|
| H A D | super.c | 929 c->report_rp_size = ubifs_reported_space(c, c->rp_size); in init_constants_master()
|
| H A D | debug.c | 358 (unsigned long long)le64_to_cpu(sup->rp_size)); in ubifs_dump_node()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | sb.c | 217 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 D | budget.c | 347 if (available - outstanding <= c->rp_size && !can_use_rp(c)) in do_budget_space() 496 if (can_use_rp(c) || c->rp_size == 0) in ubifs_budget_space()
|
| H A D | ubifs-media.h | 674 __le64 rp_size; member
|
| H A D | ubifs.h | 1466 long long rp_size; member
|
| H A D | super.c | 772 c->report_rp_size = ubifs_reported_space(c, c->rp_size); in init_constants_master()
|
| H A D | debug.c | 349 (unsigned long long)le64_to_cpu(sup->rp_size)); in ubifs_dump_node()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | mgmt.c | 336 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() 4173 size_t rp_size = 0; in read_adv_mon_features() local 4191 rp_size = sizeof(*rp) + (num_handles * sizeof(u16)); in read_adv_mon_features() 4192 rp = kmalloc(rp_size, GFP_KERNEL); in read_adv_mon_features() 4209 MGMT_STATUS_SUCCESS, rp, rp_size); in read_adv_mon_features() 4360 size_t rp_size = sizeof(mgmt_rp); in read_local_oob_data_complete() local 4390 rp_size -= sizeof(mgmt_rp.hash256) + sizeof(mgmt_rp.rand256); in read_local_oob_data_complete() [all …]
|