Searched refs:block (Results 51 - 75 of 1031) sorted by relevance

1234567891011>>

/linux-master/fs/xfs/scrub/
H A Drcbag_btree.h38 #define RCBAG_REC_ADDR(block, index) \
40 ((char *)(block) + RCBAG_BLOCK_LEN + \
43 #define RCBAG_KEY_ADDR(block, index) \
45 ((char *)(block) + RCBAG_BLOCK_LEN + \
48 #define RCBAG_PTR_ADDR(block, index, maxrecs) \
50 ((char *)(block) + RCBAG_BLOCK_LEN + \
/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount_btree.h20 * Btree block header size
29 #define XFS_REFCOUNT_REC_ADDR(block, index) \
31 ((char *)(block) + \
35 #define XFS_REFCOUNT_KEY_ADDR(block, index) \
37 ((char *)(block) + \
41 #define XFS_REFCOUNT_PTR_ADDR(block, index, maxrecs) \
43 ((char *)(block) + \
H A Dxfs_alloc_btree.h20 * Btree block header size depends on a superblock flag.
31 #define XFS_ALLOC_REC_ADDR(mp, block, index) \
33 ((char *)(block) + \
37 #define XFS_ALLOC_KEY_ADDR(mp, block, index) \
39 ((char *)(block) + \
43 #define XFS_ALLOC_PTR_ADDR(mp, block, index, maxrecs) \
45 ((char *)(block) + \
/linux-master/net/sched/
H A Dcls_api.c181 struct tcf_block *block = chain->block; local
183 mutex_lock(&block->proto_destroy_lock);
184 hash_add_rcu(block->proto_destroy_ht, &tp->destroy_ht_node,
186 mutex_unlock(&block->proto_destroy_lock);
205 hash_for_each_possible_rcu(chain->block->proto_destroy_ht, iter,
220 struct tcf_block *block = chain->block; local
222 mutex_lock(&block->proto_destroy_lock);
225 mutex_unlock(&block
469 tcf_chain_create(struct tcf_block *block, u32 chain_index) argument
500 struct tcf_block *block = chain->block; local
515 struct tcf_block *block = chain->block; local
530 tcf_block_destroy(struct tcf_block *block) argument
540 struct tcf_block *block = chain->block; local
565 tcf_chain_lookup(struct tcf_block *block, u32 chain_index) argument
580 tcf_chain_lookup_rcu(const struct tcf_block *block, u32 chain_index) argument
597 __tcf_chain_get(struct tcf_block *block, u32 chain_index, bool create, bool by_act) argument
637 tcf_chain_get(struct tcf_block *block, u32 chain_index, bool create) argument
643 tcf_chain_get_by_act(struct tcf_block *block, u32 chain_index) argument
659 struct tcf_block *block = chain->block; local
770 struct tcf_block *block = block_cb->indr.data; local
789 tcf_block_offload_in_use(struct tcf_block *block) argument
794 tcf_block_offload_cmd(struct tcf_block *block, struct net_device *dev, struct Qdisc *sch, struct tcf_block_ext_info *ei, enum flow_block_command command, struct netlink_ext_ack *extack) argument
826 tcf_block_offload_bind(struct tcf_block *block, struct Qdisc *q, struct tcf_block_ext_info *ei, struct netlink_ext_ack *extack) argument
866 tcf_block_offload_unbind(struct tcf_block *block, struct Qdisc *q, struct tcf_block_ext_info *ei) argument
885 tcf_chain0_head_change_cb_add(struct tcf_block *block, struct tcf_block_ext_info *ei, struct netlink_ext_ack *extack) argument
929 tcf_chain0_head_change_cb_del(struct tcf_block *block, struct tcf_block_ext_info *ei) argument
959 tcf_block_insert(struct tcf_block *block, struct net *net, struct netlink_ext_ack *extack) argument
975 tcf_block_remove(struct tcf_block *block, struct net *net) argument
988 struct tcf_block *block; local
1024 struct tcf_block *block; local
1036 __tcf_get_next_chain(struct tcf_block *block, struct tcf_chain *chain) argument
1068 tcf_get_next_chain(struct tcf_block *block, struct tcf_chain *chain) argument
1132 tcf_block_flush_all_chains(struct tcf_block *block, bool rtnl_held) argument
1251 struct tcf_block *block; local
1283 __tcf_block_put(struct tcf_block *block, struct Qdisc *q, struct tcf_block_ext_info *ei, bool rtnl_held) argument
1311 tcf_block_refcnt_put(struct tcf_block *block, bool rtnl_held) argument
1325 struct tcf_block *block; local
1354 tcf_block_release(struct Qdisc *q, struct tcf_block *block, bool rtnl_held) argument
1375 tcf_block_owner_netif_keep_dst(struct tcf_block *block, struct Qdisc *q, enum flow_block_binder_type binder_type) argument
1385 tcf_block_netif_keep_dst(struct tcf_block *block) argument
1396 tcf_block_owner_add(struct tcf_block *block, struct Qdisc *q, enum flow_block_binder_type binder_type) argument
1411 tcf_block_owner_del(struct tcf_block *block, struct Qdisc *q, enum flow_block_binder_type binder_type) argument
1427 tcf_block_tracks_dev(struct tcf_block *block, struct tcf_block_ext_info *ei) argument
1441 struct tcf_block *block = NULL; local
1520 tcf_block_put_ext(struct tcf_block *block, struct Qdisc *q, struct tcf_block_ext_info *ei) argument
1536 tcf_block_put(struct tcf_block *block) argument
1548 tcf_block_playback_offloads(struct tcf_block *block, flow_setup_cb_t *cb, void *cb_priv, bool add, bool offload_in_use, struct netlink_ext_ack *extack) argument
1596 tcf_block_bind(struct tcf_block *block, struct flow_block_offload *bo) argument
1638 tcf_block_unbind(struct tcf_block *block, struct flow_block_offload *bo) argument
1657 tcf_block_setup(struct tcf_block *block, struct flow_block_offload *bo) argument
1775 tcf_classify(struct sk_buff *skb, const struct tcf_block *block, const struct tcf_proto *tp, struct tcf_result *res, bool compat_mode) argument
2014 tcf_fill_node(struct net *net, struct sk_buff *skb, struct tcf_proto *tp, struct tcf_block *block, struct Qdisc *q, u32 parent, void *fh, u32 portid, u32 seq, u16 flags, int event, bool terse_dump, bool rtnl_held, struct netlink_ext_ack *extack) argument
2075 tfilter_notify(struct net *net, struct sk_buff *oskb, struct nlmsghdr *n, struct tcf_proto *tp, struct tcf_block *block, struct Qdisc *q, u32 parent, void *fh, int event, bool unicast, bool rtnl_held, struct netlink_ext_ack *extack) argument
2107 tfilter_del_notify(struct net *net, struct sk_buff *oskb, struct nlmsghdr *n, struct tcf_proto *tp, struct tcf_block *block, struct Qdisc *q, u32 parent, void *fh, bool *last, bool rtnl_held, struct netlink_ext_ack *extack) argument
2146 tfilter_notify_chain(struct net *net, struct sk_buff *oskb, struct tcf_block *block, struct Qdisc *q, u32 parent, struct nlmsghdr *n, struct tcf_chain *chain, int event, struct netlink_ext_ack *extack) argument
2186 struct tcf_block *block; local
2419 struct tcf_block *block = NULL; local
2575 struct tcf_block *block = NULL; local
2687 struct tcf_block *block; member in struct:tcf_dump_args
2709 struct tcf_block *block = chain->block; local
2777 struct tcf_block *block; local
2875 tc_chain_fill_node(const struct tcf_proto_ops *tmplt_ops, void *tmplt_priv, u32 chain_index, struct net *net, struct sk_buff *skb, struct tcf_block *block, u32 portid, u32 seq, u16 flags, int event, struct netlink_ext_ack *extack) argument
2936 struct tcf_block *block = chain->block; local
2964 tc_chain_notify_delete(const struct tcf_proto_ops *tmplt_ops, void *tmplt_priv, u32 chain_index, struct tcf_block *block, struct sk_buff *oskb, u32 seq, u16 flags) argument
3049 struct tcf_block *block; local
3176 struct tcf_block *block; local
3481 tcf_block_offload_inc(struct tcf_block *block, u32 *flags) argument
3489 tcf_block_offload_dec(struct tcf_block *block, u32 *flags) argument
3497 tc_cls_offload_cnt_update(struct tcf_block *block, struct tcf_proto *tp, u32 *cnt, u32 *flags, u32 diff, bool add) argument
3517 tc_cls_offload_cnt_reset(struct tcf_block *block, struct tcf_proto *tp, u32 *cnt, u32 *flags) argument
3529 __tc_setup_cb_call(struct tcf_block *block, enum tc_setup_type type, void *type_data, bool err_stop) argument
3548 tc_setup_cb_call(struct tcf_block *block, enum tc_setup_type type, void *type_data, bool err_stop, bool rtnl_held) argument
3583 tc_setup_cb_add(struct tcf_block *block, struct tcf_proto *tp, enum tc_setup_type type, void *type_data, bool err_stop, u32 *flags, unsigned int *in_hw_count, bool rtnl_held) argument
3633 tc_setup_cb_replace(struct tcf_block *block, struct tcf_proto *tp, enum tc_setup_type type, void *type_data, bool err_stop, u32 *old_flags, unsigned int *old_in_hw_count, u32 *new_flags, unsigned int *new_in_hw_count, bool rtnl_held) argument
3687 tc_setup_cb_destroy(struct tcf_block *block, struct tcf_proto *tp, enum tc_setup_type type, void *type_data, bool err_stop, u32 *flags, unsigned int *in_hw_count, bool rtnl_held) argument
3721 tc_setup_cb_reoffload(struct tcf_block *block, struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, enum tc_setup_type type, void *type_data, void *cb_priv, u32 *flags, unsigned int *in_hw_count) argument
[all...]
/linux-master/crypto/
H A Dcast6_generic.c153 static inline void Q(u32 *block, const u8 *Kr, const u32 *Km) argument
156 block[2] ^= F1(block[3], Kr[0], Km[0]);
157 block[1] ^= F2(block[2], Kr[1], Km[1]);
158 block[0] ^= F3(block[1], Kr[2], Km[2]);
159 block[3] ^= F1(block[0], Kr[3], Km[3]);
163 static inline void QBAR(u32 *block, cons argument
175 u32 block[4]; local
212 u32 block[4]; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_matchall.c14 mlxsw_sp_mall_entry_find(struct mlxsw_sp_flow_block *block, unsigned long cookie) argument
18 list_for_each_entry(mall_entry, &block->mall.list, list)
184 static void mlxsw_sp_mall_prio_update(struct mlxsw_sp_flow_block *block) argument
188 if (list_empty(&block->mall.list))
190 block->mall.min_prio = UINT_MAX;
191 block->mall.max_prio = 0;
192 list_for_each_entry(mall_entry, &block->mall.list, list) {
193 if (mall_entry->priority < block->mall.min_prio)
194 block->mall.min_prio = mall_entry->priority;
195 if (mall_entry->priority > block
200 mlxsw_sp_mall_replace(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_flow_block *block, struct tc_cls_matchall_offload *f) argument
310 mlxsw_sp_mall_destroy(struct mlxsw_sp_flow_block *block, struct tc_cls_matchall_offload *f) argument
334 mlxsw_sp_mall_port_bind(struct mlxsw_sp_flow_block *block, struct mlxsw_sp_port *mlxsw_sp_port, struct netlink_ext_ack *extack) argument
356 mlxsw_sp_mall_port_unbind(struct mlxsw_sp_flow_block *block, struct mlxsw_sp_port *mlxsw_sp_port) argument
365 mlxsw_sp_mall_prio_get(struct mlxsw_sp_flow_block *block, u32 chain_index, unsigned int *p_min_prio, unsigned int *p_max_prio) argument
[all...]
/linux-master/drivers/crypto/hisilicon/
H A Dsgl.c62 struct mem_block *block; local
73 * the pool may allocate a block of memory of size PAGE_SIZE * 2^MAX_PAGE_ORDER,
74 * block size may exceed 2^31 on ia64, so the max of block size is 2^31
89 block = pool->mem_block;
92 block[i].sgl = dma_alloc_coherent(dev, block_size,
93 &block[i].sgl_dma,
95 if (!block[i].sgl) {
100 block[i].size = block_size;
104 block[
142 struct mem_block *block; local
161 struct mem_block *block; local
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_res_cursor.h85 struct drm_buddy_block *block; local
91 block = list_first_entry_or_null(head,
94 if (!block)
97 while (start >= drm_buddy_block_size(mm, block)) {
98 start -= drm_buddy_block_size(mm, block);
100 next = block->link.next;
102 block = list_entry(next, struct drm_buddy_block,
107 cur->start = drm_buddy_block_offset(block) + start;
108 cur->size = min(drm_buddy_block_size(mm, block) - start,
111 cur->node = block;
181 struct drm_buddy_block *block; local
[all...]
/linux-master/drivers/md/
H A Ddm-log-writes.c135 struct pending_block *block; member in struct:per_bio_data
175 DMERR("Error writing log block, error=%d", bio->bi_status);
196 * associated with the block.
199 struct pending_block *block)
203 for (i = 0; i < block->vec_cnt; i++) {
204 if (block->vecs[i].bv_page)
205 __free_page(block->vecs[i].bv_page);
207 kfree(block->data);
208 kfree(block);
245 DMERR("Couldn't add page to the log block");
198 free_pending_block(struct log_writes_c *lc, struct pending_block *block) argument
318 log_one_block(struct log_writes_c *lc, struct pending_block *block, sector_t sector) argument
438 struct pending_block *block = NULL; local
586 struct pending_block *block; local
647 struct pending_block *block; local
773 struct pending_block *block = pb->block; local
[all...]
/linux-master/fs/isofs/
H A Disofs.h30 * iso9660 super-block data in memory
125 unsigned long block,
130 unsigned long block,
133 return __isofs_iget(sb, block, offset, 0);
137 unsigned long block,
140 return __isofs_iget(sb, block, offset, 1);
147 static inline unsigned long isofs_get_ino(unsigned long block, argument
151 return (block << (bufbits - 5)) | (offset >> 5);
165 * block and offset by always making them point to the "." directory.
181 * You should pass the directory entry in "de". On return, "block"
129 isofs_iget(struct super_block *sb, unsigned long block, unsigned long offset) argument
136 isofs_iget_reloc(struct super_block *sb, unsigned long block, unsigned long offset) argument
186 isofs_normalize_block_and_offset(struct iso_directory_record* de, unsigned long *block, unsigned long *offset) argument
[all...]
/linux-master/drivers/s390/block/
H A Ddasd_proc.c34 struct dasd_block *block; local
40 if (device->block)
41 block = device->block;
54 if (block->gdp)
56 MAJOR(disk_devt(block->gdp)),
57 MINOR(disk_devt(block->gdp)));
61 if (block->gdp)
62 seq_printf(m, " is %-8s", block->gdp->disk_name);
85 if (dasd_check_blocksize(block
[all...]
/linux-master/mm/
H A Ddmapool.c95 static void pool_check_block(struct dma_pool *pool, struct dma_block *block, argument
98 u8 *data = (void *)block;
105 pool->name, block);
117 memset(block, POOL_POISON_ALLOCATED, pool->size);
135 struct dma_block *block = pool->next_block; local
145 while (block) {
146 if (block != vaddr) {
147 block = block->next_block;
164 static void pool_check_block(struct dma_pool *pool, struct dma_block *block, argument
183 struct dma_block *block = pool->next_block; local
192 pool_block_push(struct dma_pool *pool, struct dma_block *block, dma_addr_t dma) argument
303 struct dma_block *block, *first = NULL, *last = NULL; local
407 struct dma_block *block; local
452 struct dma_block *block = vaddr; local
[all...]
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch-flower.c157 dpaa2_switch_acl_entry_remove(struct dpaa2_switch_filter_block *block, argument
162 struct ethsw_core *ethsw = block->ethsw;
183 block->acl_id, acl_entry_cfg);
199 dpaa2_switch_acl_entry_add_to_list(struct dpaa2_switch_filter_block *block, argument
206 if (list_empty(&block->acl_entries)) {
207 list_add(&entry->list, &block->acl_entries);
211 list_for_each_safe(pos, n, &block->acl_entries) {
222 dpaa2_switch_acl_entry_get_by_index(struct dpaa2_switch_filter_block *block, argument
228 list_for_each_entry(tmp, &block->acl_entries, list) {
238 dpaa2_switch_acl_entry_set_precedence(struct dpaa2_switch_filter_block *block, argument
253 dpaa2_switch_acl_tbl_add_entry(struct dpaa2_switch_filter_block *block, struct dpaa2_switch_acl_entry *entry) argument
286 dpaa2_switch_acl_tbl_find_entry_by_cookie(struct dpaa2_switch_filter_block *block, unsigned long cookie) argument
299 dpaa2_switch_acl_entry_get_index(struct dpaa2_switch_filter_block *block, struct dpaa2_switch_acl_entry *entry) argument
314 dpaa2_switch_mirror_find_entry_by_cookie(struct dpaa2_switch_filter_block *block, unsigned long cookie) argument
327 dpaa2_switch_acl_tbl_remove_entry(struct dpaa2_switch_filter_block *block, struct dpaa2_switch_acl_entry *entry) argument
398 dpaa2_switch_block_add_mirror(struct dpaa2_switch_filter_block *block, struct dpaa2_switch_mirror_entry *entry, u16 to, struct netlink_ext_ack *extack) argument
463 dpaa2_switch_block_remove_mirror(struct dpaa2_switch_filter_block *block, struct dpaa2_switch_mirror_entry *entry) argument
490 dpaa2_switch_cls_flower_replace_acl(struct dpaa2_switch_filter_block *block, struct flow_cls_offload *cls) argument
577 dpaa2_switch_cls_flower_replace_mirror(struct dpaa2_switch_filter_block *block, struct flow_cls_offload *cls) argument
642 dpaa2_switch_cls_flower_replace(struct dpaa2_switch_filter_block *block, struct flow_cls_offload *cls) argument
668 dpaa2_switch_cls_flower_destroy(struct dpaa2_switch_filter_block *block, struct flow_cls_offload *cls) argument
691 dpaa2_switch_cls_matchall_replace_acl(struct dpaa2_switch_filter_block *block, struct tc_cls_matchall_offload *cls) argument
731 dpaa2_switch_cls_matchall_replace_mirror(struct dpaa2_switch_filter_block *block, struct tc_cls_matchall_offload *cls) argument
788 dpaa2_switch_cls_matchall_replace(struct dpaa2_switch_filter_block *block, struct tc_cls_matchall_offload *cls) argument
813 dpaa2_switch_block_offload_mirror(struct dpaa2_switch_filter_block *block, struct ethsw_port_priv *port_priv) argument
839 dpaa2_switch_block_unoffload_mirror(struct dpaa2_switch_filter_block *block, struct ethsw_port_priv *port_priv) argument
864 dpaa2_switch_cls_matchall_destroy(struct dpaa2_switch_filter_block *block, struct tc_cls_matchall_offload *cls) argument
[all...]
/linux-master/sound/soc/intel/atom/sst/
H A Dsst_pvt.c76 * @block: Driver block to wait on
79 * given block event
82 struct sst_block *block)
87 block->condition)) {
89 if (block->ret_code < 0) {
91 "stream failed %d\n", block->ret_code);
109 * @block: Driver block to wait on
112 * given block even
81 sst_wait_interruptible(struct intel_sst_drv *sst_drv_ctx, struct sst_block *block) argument
114 sst_wait_timeout(struct intel_sst_drv *sst_drv_ctx, struct sst_block *block) argument
186 sst_create_block_and_ipc_msg(struct ipc_post **arg, bool large, struct intel_sst_drv *sst_drv_ctx, struct sst_block **block, u32 msg_id, u32 drv_id) argument
225 struct sst_block *block = NULL; local
[all...]
/linux-master/fs/udf/
H A Dpartition.c25 uint32_t udf_get_pblock(struct super_block *sb, uint32_t block, argument
31 udf_debug("block=%u, partition=%u, offset=%u: invalid partition\n",
32 block, partition, offset);
37 return map->s_partition_func(sb, block, partition, offset);
39 return map->s_partition_root + block + offset;
42 uint32_t udf_get_pblock_virt15(struct super_block *sb, uint32_t block, argument
58 if (block > vdata->s_num_entries) {
59 udf_debug("Trying to access block beyond end of VAT (%u max %u)\n",
60 block, vdata->s_num_entries);
66 vdata->s_start_offset))[block]);
101 udf_get_pblock_virt20(struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset) argument
107 udf_get_pblock_spar15(struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset) argument
275 udf_try_read_meta(struct inode *inode, uint32_t block, uint16_t partition, uint32_t offset) argument
301 udf_get_pblock_meta25(struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset) argument
[all...]
/linux-master/fs/sysv/
H A Dballoc.c41 /* NOTE NOTE NOTE: nr is a block number _as_ _stored_ _on_ _disk_ */
49 unsigned block = fs32_to_cpu(sbi, nr); local
59 if (block < sbi->s_firstdatazone || block >= sbi->s_nzones) {
60 printk("sysv_free_block: trying to free block not in datazone\n");
72 /* If the free list head in super-block is full, it is copied
73 * into this block being freed, ditto if it's completely empty
77 block += sbi->s_block_base;
78 bh = sb_getblk(sb, block);
103 unsigned int block; local
166 unsigned block; local
[all...]
/linux-master/drivers/mtd/
H A Drfd_ftl.c57 struct block { struct
80 int reserved_block; /* block next up for reclaim */
81 int current_block; /* block to write to */
88 struct block *blocks;
95 struct block *block = &part->blocks[block_no]; local
98 block->offset = part->block_size * block_no;
101 block->state = BLOCK_UNUSED;
105 block->state = BLOCK_OK;
116 block
268 erase_block(struct partition *part, int block) argument
409 int block, best_block, score, old_sector_block; local
481 int block, stop; local
505 int rc, block; local
547 int block, offset, rc; local
582 find_free_sector(const struct partition *part, const struct block *block) argument
604 struct block *block; local
[all...]
H A Dnftlcore.c28 /* maximum number of loops while examining next block, to have a
192 /* For a given Virtual Unit Chain: find or create a free block and
205 /* Scan for a free block */
238 int block; local
257 512-byte block within the Chain.
265 for (block = 0; block < nftl->EraseSize / 512; block ++) {
267 (block * 512), 16 , &retlen,
269 if (block
522 NFTL_findwriteunit(struct NFTLrecord *nftl, unsigned block) argument
673 nftl_writeblock(struct mtd_blktrans_dev *mbd, unsigned long block, char *buffer) argument
700 nftl_readblock(struct mtd_blktrans_dev *mbd, unsigned long block, char *buffer) argument
[all...]
/linux-master/drivers/md/dm-vdo/
H A Derrors.c96 /* Get the error info for an error number. Also returns the name of the error block, if known. */
99 struct error_block *block; local
106 for (block = registered_errors.blocks;
107 block < registered_errors.blocks + registered_errors.count;
108 block++) {
109 if ((errnum >= block->base) && (errnum < block->last)) {
110 *info_ptr = block->infos + (errnum - block->base);
111 return block
275 struct error_block *block; local
[all...]
/linux-master/drivers/net/dsa/
H A Dvitesse-vsc73xx.h21 int (*read)(struct vsc73xx *vsc, u8 block, u8 subblock, u8 reg,
23 int (*write)(struct vsc73xx *vsc, u8 block, u8 subblock, u8 reg,
27 int vsc73xx_is_addr_valid(u8 block, u8 subblock);
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_buddy_test.c231 struct drm_buddy_block *block; local
241 * Idea is to fragment the address space by alternating block
304 list_for_each_entry(block, &allocated, link)
305 total += drm_buddy_block_size(&mm, block);
316 struct drm_buddy_block *block; local
328 * page left. Free the largest block, then whittle down again.
339 /* Make room by freeing the largest allocated block */
340 block = list_first_entry_or_null(&blocks, typeof(*block), link);
341 if (block) {
397 struct drm_buddy_block *block, *bn; local
492 struct drm_buddy_block *block; local
538 struct drm_buddy_block *block; local
[all...]
/linux-master/fs/omfs/
H A Domfs.h29 /* convert a cluster number to a scaled block number */
30 static inline sector_t clus_to_blk(struct omfs_sb_info *sbi, sector_t block) argument
32 return block << sbi->s_block_shift;
42 extern int omfs_allocate_block(struct super_block *sb, u64 block);
45 extern int omfs_clear_range(struct super_block *sb, u64 block, int count);
62 extern struct buffer_head *omfs_bread(struct super_block *sb, sector_t block);
65 extern int omfs_reserve_block(struct super_block *sb, sector_t block);
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_dqo.h39 bool gve_tx_poll_dqo(struct gve_notify_block *block, bool do_clean);
40 int gve_rx_poll_dqo(struct gve_notify_block *block, int budget);
86 const struct gve_notify_block *block, u32 val)
88 u32 index = be32_to_cpu(*block->irq_db_index);
98 struct gve_notify_block *block,
101 gve_write_irq_doorbell_dqo(priv, block,
85 gve_write_irq_doorbell_dqo(const struct gve_priv *priv, const struct gve_notify_block *block, u32 val) argument
97 gve_set_itr_coalesce_usecs_dqo(struct gve_priv *priv, struct gve_notify_block *block, u32 usecs) argument
/linux-master/sound/soc/sof/
H A Dipc3-loader.c235 struct snd_sof_blk_hdr *block; local
243 block = (struct snd_sof_blk_hdr *)((u8 *)module + sizeof(*module));
249 if (remaining < sizeof(*block)) {
254 /* minus header size of block */
255 remaining -= sizeof(*block);
257 if (block->size == 0) {
259 "warning: block %d size zero\n", count);
261 block->type, block->offset);
265 switch (block
[all...]
/linux-master/Documentation/admin-guide/aoe/
H A Dautoload.sh14 echo alias block-major-152 aoe >> $f

Completed in 365 milliseconds

1234567891011>>