Home
last modified time | relevance | path

Searched defs:bdev (Results 1 – 25 of 46) sorted by relevance

12

/fs/
Dblock_dev.c34 struct block_device bdev; member
80 sector_t blkdev_max_block(struct block_device *bdev) in blkdev_max_block()
94 void kill_bdev(struct block_device *bdev) in kill_bdev()
107 void invalidate_bdev(struct block_device *bdev) in invalidate_bdev()
124 int set_blocksize(struct block_device *bdev, int size) in set_blocksize()
230 int __sync_blockdev(struct block_device *bdev, int wait) in __sync_blockdev()
243 int sync_blockdev(struct block_device *bdev) in sync_blockdev()
254 int fsync_bdev(struct block_device *bdev) in fsync_bdev()
278 struct super_block *freeze_bdev(struct block_device *bdev) in freeze_bdev()
321 int thaw_bdev(struct block_device *bdev, struct super_block *sb) in thaw_bdev()
[all …]
Dmbcache.c268 mb_cache_shrink(struct block_device *bdev) in mb_cache_shrink()
386 mb_cache_entry_insert(struct mb_cache_entry *ce, struct block_device *bdev, in mb_cache_entry_insert()
457 mb_cache_entry_get(struct mb_cache *cache, struct block_device *bdev, in mb_cache_entry_get()
505 struct block_device *bdev, unsigned int key) in __mb_cache_entry_find()
556 mb_cache_entry_find_first(struct mb_cache *cache, struct block_device *bdev, in mb_cache_entry_find_first()
591 struct block_device *bdev, unsigned int key) in mb_cache_entry_find_next()
Dsuper.c600 struct super_block *get_super(struct block_device *bdev) in get_super()
641 struct super_block *get_super_thawed(struct block_device *bdev) in get_super_thawed()
662 struct super_block *get_active_super(struct block_device *bdev) in get_active_super()
967 struct block_device *bdev; in mount_bdev() local
1042 struct block_device *bdev = sb->s_bdev; in kill_block_super() local
Dmpage.c82 mpage_alloc(struct block_device *bdev, in mpage_alloc()
169 struct block_device *bdev = NULL; in do_mpage_readpage() local
458 struct block_device *bdev = NULL; in __mpage_writepage() local
Dbuffer.c177 __find_get_block_slow(struct block_device *bdev, sector_t block) in __find_get_block_slow()
574 void write_boundary_block(struct block_device *bdev, in write_boundary_block()
918 init_page_buffers(struct page *page, struct block_device *bdev, in init_page_buffers()
952 grow_dev_page(struct block_device *bdev, sector_t block, in grow_dev_page()
1008 grow_buffers(struct block_device *bdev, sector_t block, int size) in grow_buffers()
1039 __getblk_slow(struct block_device *bdev, sector_t block, int size) in __getblk_slow()
1267 lookup_bh_lru(struct block_device *bdev, sector_t block, unsigned size) in lookup_bh_lru()
1302 __find_get_block(struct block_device *bdev, sector_t block, unsigned size) in __find_get_block()
1326 __getblk(struct block_device *bdev, sector_t block, unsigned size) in __getblk()
1340 void __breadahead(struct block_device *bdev, sector_t block, unsigned size) in __breadahead()
[all …]
Dinternal.h33 static inline int __sync_blockdev(struct block_device *bdev, int wait) in __sync_blockdev()
Dbio.c505 int bio_get_nr_vecs(struct block_device *bdev) in bio_get_nr_vecs()
965 struct block_device *bdev, in __bio_map_user_iov()
1088 struct bio *bio_map_user(struct request_queue *q, struct block_device *bdev, in bio_map_user()
1113 struct bio *bio_map_user_iov(struct request_queue *q, struct block_device *bdev, in bio_map_user_iov()
Ddirect-io.c383 struct block_device *bdev, in dio_bio_alloc()
1093 struct block_device *bdev, const struct iovec *iov, loff_t offset, in do_blockdev_direct_IO()
1323 struct block_device *bdev, const struct iovec *iov, loff_t offset, in __blockdev_direct_IO()
/fs/udf/
Dlowlevel.c32 struct block_device *bdev = sb->s_bdev; in udf_get_last_session() local
52 struct block_device *bdev = sb->s_bdev; in udf_get_last_block() local
/fs/nfs/blocklayout/
Dblocklayoutdm.c89 static void nfs4_blk_metadev_release(struct pnfs_block_dev *bdev) in nfs4_blk_metadev_release()
102 void bl_free_block_dev(struct pnfs_block_dev *bdev) in bl_free_block_dev()
Dblocklayoutdev.c75 int nfs4_blkdev_put(struct block_device *bdev) in nfs4_blkdev_put()
/fs/logfs/
Ddev_bdev.c22 static int sync_request(struct page *page, struct block_device *bdev, int rw) in sync_request()
50 struct block_device *bdev = logfs_super(sb)->s_bdev; in bdev_readpage() local
294 struct block_device *bdev = logfs_super(sb)->s_bdev; in bdev_write_sb() local
325 struct block_device *bdev; in logfs_get_sb_bdev() local
/fs/ext2/
Dxip.c20 struct block_device *bdev = inode->i_sb->s_bdev; in __inode_direct_access() local
/fs/xfs/
Dxfs_discard.c45 struct block_device *bdev = mp->m_ddev_targp->bt_bdev; in xfs_trim_extents() local
Dxfs_buf.c1489 struct block_device *bdev) in xfs_setsize_buftarg_early()
1521 struct block_device *bdev, in xfs_alloc_buftarg()
/fs/btrfs/
Dcompression.c95 static struct bio *compressed_bio_alloc(struct block_device *bdev, in compressed_bio_alloc()
339 struct block_device *bdev; in btrfs_submit_compressed_write() local
573 struct block_device *bdev; in btrfs_submit_compressed_read() local
Dextent_map.h27 struct block_device *bdev; member
Dcheck-integrity.c188 struct block_device *bdev; member
513 struct block_device *bdev, in btrfsic_block_hashtable_lookup()
623 struct block_device *bdev, in btrfsic_dev_state_hashtable_lookup()
1492 u32 len, struct block_device *bdev, in btrfsic_map_superblock()
1654 struct block_device *bdev = dev_state->bdev; in btrfsic_process_written_block() local
2747 struct block_device *bdev) in btrfsic_dev_state_lookup()
/fs/gfs2/
Dops_fstype.c1249 struct block_device *bdev = ptr; in test_gfs2_super() local
1270 struct block_device *bdev; in gfs2_mount() local
/fs/ext3/
Dsuper.c358 struct block_device *bdev; in ext3_blkdev_get() local
376 static int ext3_blkdev_put(struct block_device *bdev) in ext3_blkdev_put()
383 struct block_device *bdev; in ext3_blkdev_remove() local
2171 struct block_device *bdev; in ext3_get_dev_journal() local
/fs/jbd/
Djournal.c770 journal_t * journal_init_dev(struct block_device *bdev, in journal_init_dev()
1561 struct block_device *bdev; in journal_dev_name() local
Drevoke.c344 struct block_device *bdev; in journal_revoke() local
/fs/jfs/
Djfs_logmgr.c1082 struct block_device *bdev; in lmLogOpen() local
1462 struct block_device *bdev; in lmLogClose() local
/fs/quota/
Dquota.c316 struct block_device *bdev; in quotactl_block() local
/fs/nilfs2/
Dthe_nilfs.c68 struct the_nilfs *alloc_nilfs(struct block_device *bdev) in alloc_nilfs()

12