Home
last modified time | relevance | path

Searched refs:block (Results 1 – 25 of 49) sorted by relevance

12

/include/linux/
Dbuffer_head.h209 void clean_bdev_aliases(struct block_device *bdev, sector_t block,
219 struct buffer_head *__find_get_block(struct block_device *bdev, sector_t block,
221 struct buffer_head *__getblk_gfp(struct block_device *bdev, sector_t block,
225 void __breadahead(struct block_device *, sector_t block, unsigned int size);
226 void __breadahead_gfp(struct block_device *, sector_t block, unsigned int size,
229 sector_t block, unsigned size, gfp_t gfp);
341 sb_bread(struct super_block *sb, sector_t block) in sb_bread() argument
343 return __bread_gfp(sb->s_bdev, block, sb->s_blocksize, __GFP_MOVABLE); in sb_bread()
347 sb_bread_unmovable(struct super_block *sb, sector_t block) in sb_bread_unmovable() argument
349 return __bread_gfp(sb->s_bdev, block, sb->s_blocksize, 0); in sb_bread_unmovable()
[all …]
Ddm-bufio.h55 void *dm_bufio_read(struct dm_bufio_client *c, sector_t block,
62 void *dm_bufio_get(struct dm_bufio_client *c, sector_t block,
69 void *dm_bufio_new(struct dm_bufio_client *c, sector_t block,
78 sector_t block, unsigned n_blocks);
132 void dm_bufio_forget(struct dm_bufio_client *c, sector_t block);
Dn_r3964.h109 struct r3964_block_header *block; member
Dexportfs.h122 u32 block; member
/include/drm/
Ddrm_displayid.h95 #define for_each_displayid_db(displayid, block, idx, length) \ argument
96 for ((block) = (struct displayid_block *)&(displayid)[idx]; \
98 (idx) + sizeof(struct displayid_block) + (block)->num_bytes <= (length) && \
99 (block)->num_bytes > 0; \
100 (idx) += (block)->num_bytes + sizeof(struct displayid_block), \
101 (block) = (struct displayid_block *)&(displayid)[idx])
/include/net/
Dpkt_cls.h39 struct tcf_chain *tcf_chain_get_by_act(struct tcf_block *block,
42 struct tcf_chain *tcf_get_next_chain(struct tcf_block *block,
46 void tcf_block_netif_keep_dst(struct tcf_block *block);
53 void tcf_block_put(struct tcf_block *block);
54 void tcf_block_put_ext(struct tcf_block *block, struct Qdisc *q,
57 static inline bool tcf_block_shared(struct tcf_block *block) in tcf_block_shared() argument
59 return block->index; in tcf_block_shared()
62 static inline bool tcf_block_non_null_shared(struct tcf_block *block) in tcf_block_non_null_shared() argument
64 return block && block->index; in tcf_block_non_null_shared()
67 static inline struct Qdisc *tcf_block_q(struct tcf_block *block) in tcf_block_q() argument
[all …]
/include/linux/mtd/
Dblktrans.h49 unsigned long block, char *buffer);
51 unsigned long block, char *buffer);
53 unsigned long block, unsigned nr_blocks);
Dnftl.h42 int NFTL_formatblock(struct NFTLrecord *s, int block);
Dinftl.h51 int INFTL_formatblock(struct INFTLrecord *s, int block);
/include/trace/events/
Dnilfs2.h169 unsigned long block),
171 TP_ARGS(inode, ino, block),
176 __field(unsigned long, block)
182 __entry->block = block;
188 __entry->block)
Dsmbus.h58 __entry->len = data->block[0] + 1;
60 memcpy(__entry->buf, data->block, __entry->len);
167 __entry->len = data->block[0] + 1;
169 memcpy(__entry->buf, data->block, __entry->len);
Dext4.h680 unsigned long long block, unsigned int count),
682 TP_ARGS(pa, block, count),
687 __field( __u64, block )
695 __entry->block = block;
702 __entry->block, __entry->count)
811 TP_PROTO(struct ext4_allocation_request *ar, unsigned long long block),
813 TP_ARGS(ar, block),
818 __field( __u64, block )
832 __entry->block = block;
847 __entry->len, __entry->block, __entry->logical,
[all …]
/include/media/
Dcec.h278 bool block);
280 bool block);
286 bool block);
389 bool block) in cec_s_phys_addr() argument
499 unsigned int block; in cec_get_edid_spa_location() local
516 for (block = 1; block < blocks; block++) { in cec_get_edid_spa_location()
517 unsigned int offset = block * 128; in cec_get_edid_spa_location()
/include/crypto/
Dmd5.h21 u32 block[MD5_BLOCK_WORDS]; member
/include/linux/iio/
Dbuffer-dma.h127 struct iio_dma_buffer_block *block);
131 void iio_dma_buffer_block_done(struct iio_dma_buffer_block *block);
/include/sound/
Dutil_mem.h28 struct list_head block; /* block linked-list header */ member
Dpcm_oss.h14 block:1, member
Dsoundfont.h37 struct snd_util_memblk *block; /* allocated data block */ member
/include/crypto/internal/
Dblake2b.h15 const u8 *block, size_t nblocks, u32 inc);
23 const u8 *block, size_t nblocks, u32 inc);
Dblake2s.h14 void blake2s_compress_generic(struct blake2s_state *state, const u8 *block,
17 void blake2s_compress(struct blake2s_state *state, const u8 *block,
/include/uapi/linux/
Di2c.h138 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; /* block[0] is used for length */ member
/include/linux/lockd/
Dxdr.h65 u32 block; member
/include/linux/mfd/
Dtc3589x.h148 unsigned int block; member
Dstmpe.h156 enum stmpe_block block);
/include/soc/at91/
Datmel_tcb.h75 extern struct atmel_tc *atmel_tc_alloc(unsigned block);

12