Home
last modified time | relevance | path

Searched refs:bdev_nonrot (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/block/
H A Dioctl.c546 return put_ushort(argp, !bdev_nonrot(bdev)); in blkdev_common_ioctl()
/openbmc/linux/drivers/target/
H A Dtarget_core_file.c176 if (bdev_nonrot(bdev)) in fd_configure_device()
H A Dtarget_core_iblock.c144 if (bdev_nonrot(bd)) in iblock_configure_device()
/openbmc/linux/include/linux/
H A Dblkdev.h1243 static inline bool bdev_nonrot(struct block_device *bdev) in bdev_nonrot() function
/openbmc/linux/mm/
H A Dswapfile.c2502 if (!p->bdev || !bdev_nonrot(p->bdev)) in SYSCALL_DEFINE1()
3088 if (p->bdev && bdev_nonrot(p->bdev)) { in SYSCALL_DEFINE2()
/openbmc/linux/drivers/md/
H A Ddm-table.c1829 return !bdev_nonrot(dev->bdev); in device_is_rotational()
H A Draid1.c704 nonrot = bdev_nonrot(rdev->bdev); in read_balance()
H A Draid10.c826 nonrot = bdev_nonrot(rdev->bdev); in read_balance()
H A Draid5.c7591 if (bdev_nonrot(rdev->bdev)) { in setup_conf()
H A Dmd.c6068 if (rdev->raid_disk >= 0 && !bdev_nonrot(rdev->bdev)) { in md_run()
/openbmc/linux/drivers/block/
H A Dloop.c939 nonrot = bdev_nonrot(file_bdev); in loop_update_rotational()
/openbmc/linux/fs/btrfs/
H A Dvolumes.c657 if (!bdev_nonrot(bdev)) in btrfs_open_one_device()
2770 if (!bdev_nonrot(bdev)) in btrfs_init_new_device()
/openbmc/linux/fs/ext4/
H A Dmballoc.c3718 if (bdev_nonrot(sb->s_bdev)) in ext4_mb_init()