Home
last modified time | relevance | path

Searched refs:off (Results 1 – 6 of 6) sorted by relevance

/block/
Dblk-throttle.c1348 int off) in tg_prfill_conf_u64() argument
1351 u64 v = *(u64 *)((void *)tg + off); in tg_prfill_conf_u64()
1359 int off) in tg_prfill_conf_uint() argument
1362 unsigned int v = *(unsigned int *)((void *)tg + off); in tg_prfill_conf_uint()
1440 char *buf, size_t nbytes, loff_t off, bool is_u64) in tg_set_conf() argument
1473 char *buf, size_t nbytes, loff_t off) in tg_set_conf_u64() argument
1475 return tg_set_conf(of, buf, nbytes, off, true); in tg_set_conf_u64()
1479 char *buf, size_t nbytes, loff_t off) in tg_set_conf_uint() argument
1481 return tg_set_conf(of, buf, nbytes, off, false); in tg_set_conf_uint()
1523 int off) in tg_prfill_limit() argument
[all …]
Dblk-cgroup.c583 u64 blkg_prfill_stat(struct seq_file *sf, struct blkg_policy_data *pd, int off) in blkg_prfill_stat() argument
585 return __blkg_prfill_u64(sf, pd, blkg_stat_read((void *)pd + off)); in blkg_prfill_stat()
598 int off) in blkg_prfill_rwstat() argument
600 struct blkg_rwstat rwstat = blkg_rwstat_read((void *)pd + off); in blkg_prfill_rwstat()
607 struct blkg_policy_data *pd, int off) in blkg_prfill_rwstat_field() argument
609 struct blkg_rwstat rwstat = blkg_rwstat_read((void *)pd->blkg + off); in blkg_prfill_rwstat_field()
650 int off) in blkg_prfill_rwstat_field_recursive() argument
653 NULL, off); in blkg_prfill_rwstat_field_recursive()
701 struct blkcg_policy *pol, int off) in blkg_stat_recursive_sum() argument
717 stat = (void *)blkg_to_pd(pos_blkg, pol) + off; in blkg_stat_recursive_sum()
[all …]
Dbfq-cgroup.c882 loff_t off) in bfq_io_set_weight() argument
910 struct blkg_policy_data *pd, int off) in bfqg_prfill_stat_recursive() argument
913 &blkcg_policy_bfq, off); in bfqg_prfill_stat_recursive()
918 struct blkg_policy_data *pd, int off) in bfqg_prfill_rwstat_recursive() argument
922 off); in bfqg_prfill_rwstat_recursive()
943 int off) in bfqg_prfill_sectors() argument
958 struct blkg_policy_data *pd, int off) in bfqg_prfill_sectors_recursive() argument
977 struct blkg_policy_data *pd, int off) in bfqg_prfill_avg_queue_size() argument
Dcfq-iosched.c1711 struct blkg_policy_data *pd, int off) in cfqg_prfill_weight_device() argument
1729 struct blkg_policy_data *pd, int off) in cfqg_prfill_leaf_weight_device() argument
1786 char *buf, size_t nbytes, loff_t off, in __cfqg_set_weight_device() argument
1834 char *buf, size_t nbytes, loff_t off) in cfqg_set_weight_device() argument
1836 return __cfqg_set_weight_device(of, buf, nbytes, off, false, false); in cfqg_set_weight_device()
1840 char *buf, size_t nbytes, loff_t off) in cfqg_set_leaf_weight_device() argument
1842 return __cfqg_set_weight_device(of, buf, nbytes, off, false, true); in cfqg_set_leaf_weight_device()
1952 struct blkg_policy_data *pd, int off) in cfqg_prfill_stat_recursive() argument
1955 &blkcg_policy_cfq, off); in cfqg_prfill_stat_recursive()
1960 struct blkg_policy_data *pd, int off) in cfqg_prfill_rwstat_recursive() argument
[all …]
Dbio.c837 unsigned int len, unsigned int off) in __bio_try_merge_page() argument
845 if (page == bv->bv_page && off == bv->bv_offset + bv->bv_len) { in __bio_try_merge_page()
866 unsigned int len, unsigned int off) in __bio_add_page() argument
874 bv->bv_offset = off; in __bio_add_page()
/block/partitions/
Dldm.c282 static const int off[3] = { OFF_PRIV1, OFF_PRIV2, OFF_PRIV3 }; in ldm_validate_privheads() local
304 data = read_part_sector(state, ph[0]->config_start + off[i], in ldm_validate_privheads()
370 static const int off[4] = { OFF_TOCB1, OFF_TOCB2, OFF_TOCB3, OFF_TOCB4}; in ldm_validate_tocblocks() local
395 data = read_part_sector(state, base + off[i], &sect); in ldm_validate_tocblocks()