Searched refs:block_device (Results 1 - 25 of 250) sorted by last modified time

12345678910

/linux-master/mm/
H A Dswapfile.c749 void (*swap_slot_free_notify)(struct block_device *, unsigned long);
2354 struct block_device *bdev;
/linux-master/kernel/trace/
H A Dblktrace.c500 struct block_device *bdev)
515 struct block_device *bdev,
621 struct block_device *bdev, char __user *arg)
642 struct block_device *bdev,
657 dev_t dev, struct block_device *bdev,
729 int blk_trace_ioctl(struct block_device *bdev, unsigned cmd, char __user *arg)
1627 struct block_device *bdev)
1766 struct block_device *bdev = dev_to_bdev(dev);
1800 struct block_device *bdev = dev_to_bdev(dev);
/linux-master/include/trace/events/
H A Df2fs.h1571 TP_PROTO(struct block_device *dev, block_t blkstart, block_t blklen),
1595 TP_PROTO(struct block_device *dev, block_t blkstart, block_t blklen),
1602 TP_PROTO(struct block_device *dev, block_t blkstart, block_t blklen),
1609 TP_PROTO(struct block_device *dev, block_t blkstart, block_t blklen),
1616 TP_PROTO(struct block_device *dev, block_t blkstart),
1637 TP_PROTO(struct block_device *dev, block_t blkstart),
1644 TP_PROTO(struct block_device *dev, block_t blkstart),
1651 TP_PROTO(struct block_device *dev, unsigned int nobarrier,
/linux-master/include/linux/
H A Dswap.h313 struct block_device *bdev; /* swap device or bdev of swap file */
H A Dfs.h441 * @host: Owner, either the inode or the block_device.
1239 struct block_device *s_bdev; /* can go away once we use an accessor for @s_bdev_file */
3187 struct block_device *bdev, struct iov_iter *iter,
H A Dblkdev.h149 struct block_device *part0;
249 * The gendisk is refcounted by the part0 block_device, and the bd_device
342 int blkdev_report_zones(struct block_device *bdev, sector_t sector,
344 int blkdev_zone_mgmt(struct block_device *bdev, enum req_op op,
631 unsigned int bdev_nr_zones(struct block_device *bdev);
657 static inline unsigned int bdev_max_open_zones(struct block_device *bdev)
662 static inline unsigned int bdev_max_active_zones(struct block_device *bdev)
669 static inline unsigned int bdev_nr_zones(struct block_device *bdev)
682 static inline unsigned int bdev_max_open_zones(struct block_device *bdev)
687 static inline unsigned int bdev_max_active_zones(struct block_device *bde
[all...]
/linux-master/fs/xfs/
H A Dxfs_super.c440 struct block_device *ddev = sb->s_bdev;
H A Dxfs_linux.h218 int xfs_rw_bdev(struct block_device *bdev, sector_t sector, unsigned int count,
H A Dxfs_iops.c633 struct block_device *bdev = target->bt_bdev;
/linux-master/fs/
H A Dsuper.c1362 static struct super_block *bdev_super_lock(struct block_device *bdev, bool excl)
1398 static void fs_bdev_mark_dead(struct block_device *bdev, bool surprise)
1416 static void fs_bdev_sync(struct block_device *bdev)
1428 static struct super_block *get_bdev_super(struct block_device *bdev)
1458 static int fs_bdev_freeze(struct block_device *bdev)
1498 static int fs_bdev_thaw(struct block_device *bdev)
1532 struct block_device *bdev;
1674 struct block_device *bdev = sb->s_bdev;
/linux-master/fs/reiserfs/
H A Djournal.c2318 static struct buffer_head *reiserfs_breada(struct block_device *dev,
/linux-master/fs/nilfs2/
H A Dthe_nilfs.h100 struct block_device *ns_bdev;
/linux-master/fs/f2fs/
H A Dsuper.c3217 static struct block_device **f2fs_get_devices(struct super_block *sb,
3221 struct block_device **devs;
3889 struct block_device *bdev = FDEV(devi).bdev;
H A Dsegment.c524 struct block_device *bdev)
942 struct block_device *bdev, block_t lstart,
1211 struct block_device *bdev, block_t lstart,
1221 struct block_device *bdev = dc->bdev;
1257 struct block_device *bdev = dc->bdev;
1374 struct block_device *bdev, block_t lstart,
1448 struct block_device *bdev, block_t lstart,
1535 struct block_device *bdev, block_t blkstart, block_t lblkstart,
1547 struct block_device *bdev, block_t blkstart, block_t blklen)
1951 struct block_device *bde
[all...]
H A Dfile.c3839 static int f2fs_secure_erase(struct block_device *bdev, struct inode *inode,
3871 struct block_device *prev_bdev = NULL;
3958 struct block_device *cur_bdev;
H A Df2fs.h367 struct block_device *bdev; /* bdev */
701 struct block_device *m_bdev; /* for multi-device dio */
1247 struct block_device *bdev;
3833 struct block_device *f2fs_target_device(struct f2fs_sb_info *sbi,
4473 struct block_device *bdev)
4493 static inline bool f2fs_bdev_support_discard(struct block_device *bdev)
H A Ddata.c384 struct block_device *f2fs_target_device(struct f2fs_sb_info *sbi,
387 struct block_device *bdev = sbi->sb->s_bdev;
453 struct block_device *bdev;
1048 struct block_device *bdev = f2fs_target_device(sbi, blkaddr, &sector);
H A Dcheckpoint.c1446 static inline u64 get_sectors_written(struct block_device *bdev)
/linux-master/fs/ext4/
H A Dsuper.c5839 struct block_device *bdev;
/linux-master/fs/btrfs/
H A Dvolumes.c472 struct block_device *bdev;
1271 static struct btrfs_super_block *btrfs_read_disk_super(struct block_device *bdev,
2073 struct block_device *bdev, int copy_num)
2097 struct block_device *bdev = device->bdev;
H A Ddev-replace.c248 struct block_device *bdev;
/linux-master/fs/bcachefs/
H A Dsuper_types.h8 struct block_device *bdev;
H A Dfs.c1981 struct block_device *bdev = ca->disk_sb.bdev;
/linux-master/drivers/md/bcache/
H A Dsuper.c91 static const char *read_super_common(struct cache_sb *sb, struct block_device *bdev,
166 static const char *read_super(struct cache_sb *sb, struct block_device *bdev,
753 static int ioctl_dev(struct block_device *b, blk_mode_t mode,
897 sector_t sectors, struct block_device *cached_bdev,
/linux-master/drivers/block/zram/
H A Dzram_drv.h135 struct block_device *bdev;

Completed in 483 milliseconds

12345678910