/include/linux/ |
D | buffer_head.h | 209 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 …]
|
D | dm-bufio.h | 55 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);
|
D | n_r3964.h | 109 struct r3964_block_header *block; member
|
D | exportfs.h | 122 u32 block; member
|
/include/drm/ |
D | drm_displayid.h | 95 #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/ |
D | pkt_cls.h | 39 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/ |
D | blktrans.h | 49 unsigned long block, char *buffer); 51 unsigned long block, char *buffer); 53 unsigned long block, unsigned nr_blocks);
|
D | nftl.h | 42 int NFTL_formatblock(struct NFTLrecord *s, int block);
|
D | inftl.h | 51 int INFTL_formatblock(struct INFTLrecord *s, int block);
|
/include/trace/events/ |
D | nilfs2.h | 169 unsigned long block), 171 TP_ARGS(inode, ino, block), 176 __field(unsigned long, block) 182 __entry->block = block; 188 __entry->block)
|
D | smbus.h | 58 __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);
|
D | ext4.h | 680 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/ |
D | cec.h | 278 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/ |
D | md5.h | 21 u32 block[MD5_BLOCK_WORDS]; member
|
/include/linux/iio/ |
D | buffer-dma.h | 127 struct iio_dma_buffer_block *block); 131 void iio_dma_buffer_block_done(struct iio_dma_buffer_block *block);
|
/include/sound/ |
D | util_mem.h | 28 struct list_head block; /* block linked-list header */ member
|
D | pcm_oss.h | 14 block:1, member
|
D | soundfont.h | 37 struct snd_util_memblk *block; /* allocated data block */ member
|
/include/crypto/internal/ |
D | blake2b.h | 15 const u8 *block, size_t nblocks, u32 inc); 23 const u8 *block, size_t nblocks, u32 inc);
|
D | blake2s.h | 14 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/ |
D | i2c.h | 138 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; /* block[0] is used for length */ member
|
/include/linux/lockd/ |
D | xdr.h | 65 u32 block; member
|
/include/linux/mfd/ |
D | tc3589x.h | 148 unsigned int block; member
|
D | stmpe.h | 156 enum stmpe_block block);
|
/include/soc/at91/ |
D | atmel_tcb.h | 75 extern struct atmel_tc *atmel_tc_alloc(unsigned block);
|