Home
last modified time | relevance | path

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

/include/linux/
Dbuffer_head.h165 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 …]
Dqnx4_fs.h122 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);
Dreiserfs_fs.h230 #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 …]
Dn_r3964.h162 struct r3964_block_header *block; member
Dexportfs.h81 u32 block; member
Datmel_tc.h62 extern struct atmel_tc *atmel_tc_alloc(unsigned block, const char *name);
Data.h877 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()
Dfuse.h409 __u64 block; member
415 __u64 block; member
Dblkdev.h921 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()
Dext3_fs.h830 ext3_fsblk_t block, unsigned long count);
832 ext3_fsblk_t block, unsigned long count,
Di2c.h573 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; /* block[0] is used for length */ member
Dnfs_xdr.h201 unsigned char block : 1; member
/include/linux/mtd/
Dblktrans.h41 unsigned long block, char *buffer);
43 unsigned long block, char *buffer);
45 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/sound/
Dutil_mem.h41 struct list_head block; /* block linked-list header */ member
Dpcm_oss.h29 block:1, member
Dsoundfont.h50 struct snd_util_memblk *block; /* allocated data block */ member
Demux_synth.h184 void *block; /* sample block pointer (optional) */ member
Dgus.h550 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/
Dxdr.h64 u32 block; member
Dlockd.h208 void nlmclnt_finish_block(struct nlm_wait *block);
209 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout);