/include/linux/ |
D | buffer_head.h | 162 void unmap_underlying_metadata(struct block_device *bdev, sector_t block); 167 struct buffer_head *__find_get_block(struct block_device *bdev, sector_t block, 169 struct buffer_head *__getblk(struct block_device *bdev, sector_t block, 173 void __breadahead(struct block_device *, sector_t block, unsigned int size); 174 struct buffer_head *__bread(struct block_device *, sector_t block, unsigned size); 287 sb_bread(struct super_block *sb, sector_t block) in sb_bread() argument 289 return __bread(sb->s_bdev, block, sb->s_blocksize); in sb_bread() 293 sb_breadahead(struct super_block *sb, sector_t block) in sb_breadahead() argument 295 __breadahead(sb->s_bdev, block, sb->s_blocksize); in sb_breadahead() 299 sb_getblk(struct super_block *sb, sector_t block) in sb_getblk() argument [all …]
|
D | n_r3964.h | 161 struct r3964_block_header *block; member
|
D | exportfs.h | 97 u32 block; member
|
D | atmel_tc.h | 72 extern struct atmel_tc *atmel_tc_alloc(unsigned block, const char *name);
|
D | ata.h | 1061 static inline bool lba_28_ok(u64 block, u32 n_block) in lba_28_ok() argument 1064 return ((block + n_block) < ((1 << 28) - 1)) && (n_block <= 256); in lba_28_ok() 1067 static inline bool lba_48_ok(u64 block, u32 n_block) in lba_48_ok() argument 1070 return ((block + n_block - 1) < ((u64)1 << 48)) && (n_block <= 65536); in lba_48_ok()
|
D | fuse.h | 528 __u64 block; member 534 __u64 block; member
|
D | jbd2.h | 976 unsigned long *block); 977 void __jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block); 978 void jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block);
|
D | suspend.h | 359 extern bool pm_get_wakeup_count(unsigned int *count, bool block);
|
/include/linux/mtd/ |
D | blktrans.h | 62 unsigned long block, char *buffer); 64 unsigned long block, char *buffer); 66 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/trace/events/ |
D | ext3.h | 370 unsigned long count, unsigned long block), 372 TP_ARGS(inode, goal, count, block), 377 __field( unsigned long, block ) 385 __entry->block = block; 393 __entry->count, __entry->block, 398 TP_PROTO(struct inode *inode, unsigned long block, 401 TP_ARGS(inode, block, count), 407 __field( unsigned long, block ) 415 __entry->block = block; 422 __entry->mode, __entry->block, __entry->count) [all …]
|
D | ext4.h | 550 unsigned long long block, unsigned int count), 552 TP_ARGS(pa, block, count), 557 __field( __u64, block ) 565 __entry->block = block; 572 __entry->block, __entry->count) 681 TP_PROTO(struct ext4_allocation_request *ar, unsigned long long block), 683 TP_ARGS(ar, block), 688 __field( __u64, block ) 702 __entry->block = block; 717 __entry->len, __entry->block, __entry->logical, [all …]
|
/include/crypto/ |
D | md5.h | 13 u32 block[MD5_BLOCK_WORDS]; 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
|
D | gus.h | 550 int snd_gf1_mem_xfree(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block); 568 struct snd_gf1_dma_block * block,
|
/include/drm/ |
D | drm_mm.h | 169 static inline struct drm_mm *drm_get_mm(struct drm_mm_node *block) in drm_get_mm() argument 171 return block->mm; in drm_get_mm()
|
/include/linux/lockd/ |
D | xdr.h | 64 u32 block; member
|
D | lockd.h | 210 void nlmclnt_finish_block(struct nlm_wait *block); 211 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 | 104 enum stmpe_block block);
|