/include/linux/ |
D | buffer_head.h | 165 void unmap_underlying_metadata(struct block_device *bdev, sector_t block); 177 struct buffer_head *__find_get_block(struct block_device *bdev, sector_t block, 179 struct buffer_head *__getblk(struct block_device *bdev, sector_t block, 183 void __breadahead(struct block_device *, sector_t block, unsigned int size); 184 struct buffer_head *__bread(struct block_device *, sector_t block, unsigned size); 280 sb_bread(struct super_block *sb, sector_t block) in sb_bread() argument 282 return __bread(sb->s_bdev, block, sb->s_blocksize); in sb_bread() 286 sb_breadahead(struct super_block *sb, sector_t block) in sb_breadahead() argument 288 __breadahead(sb->s_bdev, block, sb->s_blocksize); in sb_breadahead() 292 sb_getblk(struct super_block *sb, sector_t block) in sb_getblk() argument [all …]
|
D | qnx4_fs.h | 122 extern int qnx4_is_free(struct super_block *sb, long block); 123 extern int qnx4_set_bitmap(struct super_block *sb, long block, int busy);
|
D | reiserfs_fs.h | 230 #define is_block_in_log_or_reserved_area(s, block) \ argument 231 block >= SB_JOURNAL_1st_RESERVED_BLOCK(s) \ 232 && block < SB_JOURNAL_1st_RESERVED_BLOCK(s) + \ 1628 #define _jhashfn(sb,block) \ argument 1630 (((block)<<(JBH_HASH_SHIFT - 6)) ^ ((block) >> 13) ^ ((block) << (JBH_HASH_SHIFT - 12)))) 1631 #define journal_hash(t,sb,block) ((t)[_jhashfn((sb),(block)) & JBH_HASH_MASK]) argument 1634 #define journal_find_get_block(s, block) __find_get_block(SB_JOURNAL(s)->j_dev_bd, block, s->s_bloc… argument 1635 #define journal_getblk(s, block) __getblk(SB_JOURNAL(s)->j_dev_bd, block, s->s_blocksize) argument 1636 #define journal_bread(s, block) __bread(SB_JOURNAL(s)->j_dev_bd, block, s->s_blocksize) argument 1880 int reiserfs_get_block(struct inode *inode, sector_t block, [all …]
|
D | n_r3964.h | 162 struct r3964_block_header *block; member
|
D | exportfs.h | 81 u32 block; member
|
D | atmel_tc.h | 62 extern struct atmel_tc *atmel_tc_alloc(unsigned block, const char *name);
|
D | ata.h | 877 static inline int lba_28_ok(u64 block, u32 n_block) in lba_28_ok() argument 880 return ((block + n_block) < ((u64)1 << 28)) && (n_block <= 256); in lba_28_ok() 883 static inline int lba_48_ok(u64 block, u32 n_block) in lba_48_ok() argument 886 return ((block + n_block - 1) < ((u64)1 << 48)) && (n_block <= 65536); in lba_48_ok()
|
D | fuse.h | 409 __u64 block; member 415 __u64 block; member
|
D | blkdev.h | 921 sector_t block, sector_t nr_blocks) in sb_issue_discard() argument 923 block <<= (sb->s_blocksize_bits - 9); in sb_issue_discard() 925 return blkdev_issue_discard(sb->s_bdev, block, nr_blocks, GFP_KERNEL); in sb_issue_discard()
|
D | ext3_fs.h | 830 ext3_fsblk_t block, unsigned long count); 832 ext3_fsblk_t block, unsigned long count,
|
D | i2c.h | 573 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; /* block[0] is used for length */ member
|
D | nfs_xdr.h | 201 unsigned char block : 1; member
|
/include/linux/mtd/ |
D | blktrans.h | 41 unsigned long block, char *buffer); 43 unsigned long block, char *buffer); 45 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/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/linux/lockd/ |
D | xdr.h | 64 u32 block; member
|
D | lockd.h | 208 void nlmclnt_finish_block(struct nlm_wait *block); 209 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout);
|