/include/linux/ |
D | buffer_head.h | 171 void unmap_underlying_metadata(struct block_device *bdev, sector_t block); 176 struct buffer_head *__find_get_block(struct block_device *bdev, sector_t block, 178 struct buffer_head *__getblk_gfp(struct block_device *bdev, sector_t block, 182 void __breadahead(struct block_device *, sector_t block, unsigned int size); 184 sector_t block, unsigned size, gfp_t gfp); 295 sb_bread(struct super_block *sb, sector_t block) in sb_bread() argument 297 return __bread_gfp(sb->s_bdev, block, sb->s_blocksize, __GFP_MOVABLE); in sb_bread() 301 sb_bread_unmovable(struct super_block *sb, sector_t block) in sb_bread_unmovable() argument 303 return __bread_gfp(sb->s_bdev, block, sb->s_blocksize, 0); in sb_bread_unmovable() 307 sb_breadahead(struct super_block *sb, sector_t block) in sb_breadahead() argument [all …]
|
D | n_r3964.h | 109 struct r3964_block_header *block; member
|
D | exportfs.h | 113 u32 block; member
|
D | atmel_tc.h | 74 extern struct atmel_tc *atmel_tc_alloc(unsigned block);
|
D | ata.h | 1004 static inline bool lba_28_ok(u64 block, u32 n_block) in lba_28_ok() argument 1007 return ((block + n_block) < ((1 << 28) - 1)) && (n_block <= 256); in lba_28_ok() 1010 static inline bool lba_48_ok(u64 block, u32 n_block) in lba_48_ok() argument 1013 return ((block + n_block - 1) < ((u64)1 << 48)) && (n_block <= 65536); in lba_48_ok()
|
D | jbd2.h | 1038 unsigned long *block); 1039 int __jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block); 1040 void jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block);
|
/include/linux/mtd/ |
D | blktrans.h | 64 unsigned long block, char *buffer); 66 unsigned long block, char *buffer); 68 unsigned long block, unsigned nr_blocks);
|
D | nftl.h | 57 int NFTL_formatblock(struct NFTLrecord *s, int block);
|
D | inftl.h | 51 int INFTL_formatblock(struct INFTLrecord *s, int block);
|
D | onenand.h | 229 loff_t onenand_addr(struct onenand_chip *this, int block);
|
/include/crypto/ |
D | md5.h | 13 u32 block[MD5_BLOCK_WORDS]; member
|
/include/trace/events/ |
D | ext3.h | 372 unsigned long count, unsigned long block), 374 TP_ARGS(inode, goal, count, block), 379 __field( unsigned long, block ) 387 __entry->block = block; 395 __entry->count, __entry->block, 400 TP_PROTO(struct inode *inode, unsigned long block, 403 TP_ARGS(inode, block, count), 409 __field( unsigned long, block ) 417 __entry->block = block; 424 __entry->mode, __entry->block, __entry->count) [all …]
|
D | i2c.h | 185 __entry->len = data->block[0] + 1; 187 memcpy(__entry->buf, data->block, __entry->len); 294 __entry->len = data->block[0] + 1; 296 memcpy(__entry->buf, data->block, __entry->len);
|
D | ext4.h | 629 unsigned long long block, unsigned int count), 631 TP_ARGS(pa, block, count), 636 __field( __u64, block ) 644 __entry->block = block; 651 __entry->block, __entry->count) 760 TP_PROTO(struct ext4_allocation_request *ar, unsigned long long block), 762 TP_ARGS(ar, block), 767 __field( __u64, block ) 781 __entry->block = block; 796 __entry->len, __entry->block, __entry->logical, [all …]
|
/include/uapi/linux/ |
D | wil6210_uapi.h | 84 void __user *block; /* block address */ member
|
D | i2c.h | 131 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; /* block[0] is used for length */ member
|
D | fuse.h | 620 uint64_t block; member 626 uint64_t block; member
|
/include/sound/ |
D | util_mem.h | 41 struct list_head block; /* block linked-list header */ member
|
D | pcm_oss.h | 29 block:1, member
|
D | soundfont.h | 50 struct snd_util_memblk *block; /* allocated data block */ member
|
D | emux_synth.h | 184 void *block; /* sample block pointer (optional) */ member
|
/include/linux/lockd/ |
D | xdr.h | 64 u32 block; member
|
D | lockd.h | 209 void nlmclnt_finish_block(struct nlm_wait *block); 210 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout);
|
/include/linux/mfd/ |
D | tc3589x.h | 186 unsigned int block; member
|
D | stmpe.h | 112 enum stmpe_block block);
|