Searched refs:rp_size (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/fs/jffs2/ |
D | super.c | 91 if (opts->rp_size) in jffs2_show_options() 92 seq_printf(s, ",rp_size=%u", opts->rp_size / 1024); in jffs2_show_options() 215 c->mount_opts.rp_size = opt; in jffs2_parse_param()
|
D | jffs2_fs_sb.h | 41 unsigned int rp_size; member
|
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()
|
/Linux-v5.4/fs/ubifs/ |
D | sb.c | 217 sup->rp_size = cpu_to_le64(tmp64); in create_default_filesystem() 483 if (c->rp_size < 0 || max_bytes < c->rp_size) { in validate_sb() 723 c->rp_size = le64_to_cpu(sup->rp_size); in ubifs_read_superblock()
|
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()
|
D | ubifs-media.h | 674 __le64 rp_size; member
|
D | ubifs.h | 1464 long long rp_size; member
|
D | super.c | 753 c->report_rp_size = ubifs_reported_space(c, c->rp_size); in init_constants_master()
|
D | debug.c | 349 (unsigned long long)le64_to_cpu(sup->rp_size)); in ubifs_dump_node()
|
/Linux-v5.4/net/bluetooth/ |
D | mgmt.c | 305 size_t rp_size; in read_commands() local 318 rp_size = sizeof(*rp) + ((num_commands + num_events) * sizeof(u16)); in read_commands() 320 rp = kmalloc(rp_size, GFP_KERNEL); in read_commands() 346 rp, rp_size); in read_commands() 3538 size_t rp_size = sizeof(mgmt_rp); in read_local_oob_data_complete() local 3568 rp_size -= sizeof(mgmt_rp.hash256) + sizeof(mgmt_rp.rand256); in read_local_oob_data_complete() 3587 MGMT_STATUS_SUCCESS, &mgmt_rp, rp_size); in read_local_oob_data_complete()
|