Home
last modified time | relevance | path

Searched refs:block_device (Results 1 – 25 of 55) sorted by relevance

123

/fs/
Dblock_dev.c36 struct block_device bdev;
47 struct block_device *I_BDEV(struct inode *inode) in I_BDEV()
53 static void bdev_write_inode(struct block_device *bdev) in bdev_write_inode()
74 void kill_bdev(struct block_device *bdev) in kill_bdev()
87 void invalidate_bdev(struct block_device *bdev) in invalidate_bdev()
103 int set_blocksize(struct block_device *bdev, int size) in set_blocksize()
172 int __sync_blockdev(struct block_device *bdev, int wait) in __sync_blockdev()
185 int sync_blockdev(struct block_device *bdev) in sync_blockdev()
196 int fsync_bdev(struct block_device *bdev) in fsync_bdev()
220 struct super_block *freeze_bdev(struct block_device *bdev) in freeze_bdev()
[all …]
Dmbcache.c396 mb_cache_shrink(struct block_device *bdev) in mb_cache_shrink()
579 mb_cache_entry_insert(struct mb_cache_entry *ce, struct block_device *bdev, in mb_cache_entry_insert()
661 mb_cache_entry_get(struct mb_cache *cache, struct block_device *bdev, in mb_cache_entry_get()
720 struct block_device *bdev, unsigned int key) in __mb_cache_entry_find()
786 mb_cache_entry_find_first(struct mb_cache *cache, struct block_device *bdev, in mb_cache_entry_find_first()
825 struct block_device *bdev, unsigned int key) in mb_cache_entry_find_next()
Dinternal.h25 extern int __sync_blockdev(struct block_device *bdev, int wait);
32 static inline int __sync_blockdev(struct block_device *bdev, int wait) in __sync_blockdev()
Dmpage.c103 mpage_alloc(struct block_device *bdev, in mpage_alloc()
191 struct block_device *bdev = NULL; in do_mpage_readpage()
516 struct block_device *bdev = NULL; in __mpage_writepage()
519 struct block_device *boundary_bdev = NULL; in __mpage_writepage()
Dbuffer.c202 __find_get_block_slow(struct block_device *bdev, sector_t block) in __find_get_block_slow()
592 void write_boundary_block(struct block_device *bdev, in write_boundary_block()
942 static sector_t blkdev_max_block(struct block_device *bdev, unsigned int size) in blkdev_max_block()
958 init_page_buffers(struct page *page, struct block_device *bdev, in init_page_buffers()
992 grow_dev_page(struct block_device *bdev, sector_t block, in grow_dev_page()
1060 grow_buffers(struct block_device *bdev, sector_t block, int size, gfp_t gfp) in grow_buffers()
1091 __getblk_slow(struct block_device *bdev, sector_t block, in __getblk_slow()
1330 lookup_bh_lru(struct block_device *bdev, sector_t block, unsigned size) in lookup_bh_lru()
1365 __find_get_block(struct block_device *bdev, sector_t block, unsigned size) in __find_get_block()
1390 __getblk_gfp(struct block_device *bdev, sector_t block, in __getblk_gfp()
[all …]
Dsync.c82 static void fdatawrite_one_bdev(struct block_device *bdev, void *arg) in fdatawrite_one_bdev()
87 static void fdatawait_one_bdev(struct block_device *bdev, void *arg) in fdatawait_one_bdev()
Dsuper.c606 struct super_block *get_super(struct block_device *bdev) in get_super()
647 struct super_block *get_super_thawed(struct block_device *bdev) in get_super_thawed()
669 struct super_block *get_active_super(struct block_device *bdev) in get_active_super()
998 struct block_device *bdev; in mount_bdev()
1073 struct block_device *bdev = sb->s_bdev; in kill_block_super()
Ddirect-io.c113 struct block_device *bio_bdev;
359 struct block_device *bdev, in dio_bio_alloc()
1111 struct block_device *bdev, struct iov_iter *iter, in do_blockdev_direct_IO()
1326 struct block_device *bdev, struct iov_iter *iter, in __blockdev_direct_IO()
/fs/udf/
Dlowlevel.c32 struct block_device *bdev = sb->s_bdev; in udf_get_last_session()
52 struct block_device *bdev = sb->s_bdev; in udf_get_last_block()
/fs/logfs/
Ddev_bdev.c17 static int sync_request(struct page *page, struct block_device *bdev, int rw) in sync_request()
39 struct block_device *bdev = logfs_super(sb)->s_bdev; in bdev_readpage()
269 struct block_device *bdev = logfs_super(sb)->s_bdev; in bdev_write_sb()
300 struct block_device *bdev; in logfs_get_sb_bdev()
/fs/nfs/blocklayout/
Dblocklayout.h93 struct block_device *bdev;
106 struct block_device *bdev;
/fs/btrfs/
Ddisk-io.h62 struct buffer_head *btrfs_read_dev_super(struct block_device *bdev);
63 int btrfs_read_dev_one_super(struct block_device *bdev, int copy_num,
Dvolumes.h75 struct block_device *bdev;
238 struct block_device *latest_bdev;
502 void btrfs_scratch_superblocks(struct block_device *bdev, char *device_path);
Dcheck-integrity.c199 struct block_device *bdev;
276 struct block_device *bdev,
286 struct block_device *bdev_ref_to,
288 struct block_device *bdev_ref_from,
298 struct block_device *bdev,
387 struct block_device *bdev);
526 struct block_device *bdev, in btrfsic_block_hashtable_lookup()
579 struct block_device *bdev_ref_to, in btrfsic_block_link_hashtable_lookup()
581 struct block_device *bdev_ref_from, in btrfsic_block_link_hashtable_lookup()
636 struct block_device *bdev, in btrfsic_dev_state_hashtable_lookup()
[all …]
Dextent_map.h36 struct block_device *bdev;
Dcompression.c97 static struct bio *compressed_bio_alloc(struct block_device *bdev, in compressed_bio_alloc()
340 struct block_device *bdev; in btrfs_submit_compressed_write()
575 struct block_device *bdev; in btrfs_submit_compressed_read()
/fs/nilfs2/
Dthe_nilfs.h109 struct block_device *ns_bdev;
287 struct the_nilfs *alloc_nilfs(struct block_device *bdev);
/fs/xfs/
Dxfs_super.h62 struct block_device;
Dxfs_buf.h107 struct block_device *bt_bdev;
388 struct block_device *);
Dxfs_super.c659 struct block_device **bdevp) in xfs_blkdev_get()
675 struct block_device *bdev) in xfs_blkdev_put()
693 struct block_device *logdev = mp->m_logdev_targp->bt_bdev; in xfs_close_devices()
698 struct block_device *rtdev = mp->m_rtdev_targp->bt_bdev; in xfs_close_devices()
719 struct block_device *ddev = mp->m_super->s_bdev; in xfs_open_devices()
720 struct block_device *logdev = NULL, *rtdev = NULL; in xfs_open_devices()
Dxfs_discard.c44 struct block_device *bdev = mp->m_ddev_targp->bt_bdev; in xfs_trim_extents()
/fs/jfs/
Djfs_logmgr.h372 struct block_device *bdev; /* 4: log lv pointer */
/fs/f2fs/
Dsegment.c519 struct block_device *bdev) in __submit_flush_wait()
806 struct block_device *bdev, block_t lstart, in __create_discard_cmd()
835 struct block_device *bdev, block_t lstart, in __attach_discard_cmd()
895 static int __blkdev_issue_discard(struct block_device *bdev, sector_t sector, in __blkdev_issue_discard()
1075 struct block_device *bdev, block_t lstart, in __insert_discard_tree()
1144 struct block_device *bdev, block_t lstart, in __update_discard_tree_range()
1234 struct block_device *bdev, block_t blkstart, block_t blklen) in __queue_discard_cmd()
1505 struct block_device *bdev, block_t blkstart, block_t blklen) in __f2fs_issue_discard_zone()
1551 struct block_device *bdev, block_t blkstart, block_t blklen) in __issue_discard_async()
1565 struct block_device *bdev; in f2fs_issue_discard()
[all …]
/fs/ext4/
Dreadpage.c189 struct block_device *bdev = inode->i_sb->s_bdev; in ext4_mpage_readpages()
/fs/jbd2/
Drevoke.c329 struct block_device *bdev; in jbd2_journal_revoke()

123