Home
last modified time | relevance | path

Searched refs:rp_size (Results 1 – 8 of 8) sorted by relevance

/linux/fs/jffs2/
H A Dsuper.c93 seq_printf(s, ",rp_size=%u", opts->rp_size / 1024); in jffs2_show_options()
207 c->mount_opts.rp_size = result.uint_32 * 1024; in jffs2_parse_param()
229 c->mount_opts.rp_size = new_c->mount_opts.rp_size; in jffs2_update_mount_opts()
270 if (c->mount_opts.rp_size > c->mtd->size) in jffs2_fill_super()
H A Djffs2_fs_sb.h42 unsigned int rp_size; member
H A Dnodemgmt.c34 if (avail < 2 * opts->rp_size) in jffs2_rp_can_write()
38 opts->rp_size, c->dirty_size, c->free_size, in jffs2_rp_can_write()
42 if (avail > opts->rp_size) in jffs2_rp_can_write()
/linux/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.h674 __le64 rp_size; member
/linux/drivers/bluetooth/
H A Dbtintel_pcie.c2887 size_t rp_size; in btintel_pcie_hci_drv_read_info() local
2892 rp_size = struct_size(rp, supported_commands, num_supported_commands); in btintel_pcie_hci_drv_read_info()
2894 rp = kmalloc(rp_size, GFP_KERNEL); in btintel_pcie_hci_drv_read_info()
2913 rp, rp_size); in btintel_pcie_hci_drv_read_info()
/linux/net/bluetooth/
H A Dmgmt.c381 size_t rp_size; in read_commands() local
394 rp_size = sizeof(*rp) + ((num_commands + num_events) * sizeof(u16)); in read_commands()
396 rp = kmalloc(rp_size, GFP_KERNEL); in read_commands()
422 rp, rp_size); in read_commands()
5392 size_t rp_size = 0; in read_adv_mon_features() local
5410 rp_size = sizeof(*rp) + (num_handles * sizeof(u16)); in read_adv_mon_features()
5411 rp = kmalloc(rp_size, GFP_KERNEL); in read_adv_mon_features()
5428 MGMT_STATUS_SUCCESS, rp, rp_size); in read_adv_mon_features()
5762 size_t rp_size = sizeof(mgmt_rp); in read_local_oob_data_complete() local
5799 rp_size in read_local_oob_data_complete()
[all...]