| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | md-linear.c | 100 if (blk_queue_discard(bdev_get_queue(rdev->bdev))) in linear_conf() 256 !blk_queue_discard(bio->bi_disk->queue))) { in linear_make_request()
|
| H A D | raid0.c | 398 if (blk_queue_discard(bdev_get_queue(rdev->bdev))) in raid0_run()
|
| H A D | raid1.c | 803 !blk_queue_discard(bio->bi_disk->queue))) in flush_bio_list() 1783 if (mddev->queue && blk_queue_discard(bdev_get_queue(rdev->bdev))) in raid1_add_disk() 3104 if (blk_queue_discard(bdev_get_queue(rdev->bdev))) in raid1_run()
|
| H A D | dm-log-writes.c | 892 if (!q || !blk_queue_discard(q)) { in log_writes_io_hints()
|
| H A D | raid10.c | 891 !blk_queue_discard(bio->bi_disk->queue))) in flush_pending_writes() 1084 !blk_queue_discard(bio->bi_disk->queue))) in raid10_unplug() 1799 if (mddev->queue && blk_queue_discard(bdev_get_queue(rdev->bdev))) in raid10_add_disk() 3802 if (blk_queue_discard(bdev_get_queue(rdev->bdev))) in raid10_run()
|
| H A D | dm-clone-target.c | 2031 return (q && blk_queue_discard(q)); in bdev_supports_discards()
|
| /OK3568_Linux_fs/kernel/drivers/block/rnbd/ |
| H A D | rnbd-srv-dev.h | 66 if (!blk_queue_discard(bdev_get_queue(dev->bdev))) in rnbd_dev_get_max_discard_sects()
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | ioctl.c | 132 if (!blk_queue_discard(q)) { in jfs_ioctl()
|
| H A D | super.c | 384 if (blk_queue_discard(q)) in parse_options() 400 if (blk_queue_discard(q)) { in parse_options()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_discard.c | 165 if (!blk_queue_discard(q)) in xfs_ioc_trim()
|
| H A D | xfs_super.c | 1573 if (!blk_queue_discard(q)) { in xfs_fc_fill_super()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-lib.c | 45 if (!blk_queue_discard(q)) in __blkdev_issue_discard()
|
| H A D | ioctl.c | 129 if (!blk_queue_discard(q)) in blk_ioctl_discard()
|
| H A D | blk-core.c | 862 if (!blk_queue_discard(q)) in submit_bio_checks()
|
| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A D | file.c | 136 if (!blk_queue_discard(q)) in fat_ioctl_fitrim()
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | request.c | 1013 !blk_queue_discard(bdev_get_queue(dc->bdev))) in cached_dev_write() 1127 !blk_queue_discard(bdev_get_queue(dc->bdev))) in detached_dev_do_request()
|
| H A D | sysfs.c | 1129 if (blk_queue_discard(bdev_get_queue(ca->bdev))) in STORE()
|
| /OK3568_Linux_fs/kernel/fs/exfat/ |
| H A D | super.c | 631 if (!blk_queue_discard(q)) { in exfat_fill_super()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | ioctl.c | 928 if (!blk_queue_discard(q)) in ocfs2_ioctl()
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | ioctl.c | 1077 if (!blk_queue_discard(q)) in nilfs_ioctl_trim_fs()
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_device.c | 822 if (!blk_queue_discard(q)) in target_configure_unmap_from_queue()
|
| /OK3568_Linux_fs/kernel/drivers/block/xen-blkback/ |
| H A D | xenbus.c | 583 if (blk_queue_discard(q)) { in xen_blkbk_discard()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | ioctl.c | 1112 if (!blk_queue_discard(q)) in __ext4_ioctl()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | blkdev.h | 665 #define blk_queue_discard(q) test_bit(QUEUE_FLAG_DISCARD, &(q)->queue_flags) macro
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_nl.c | 1216 bool can_do = b ? blk_queue_discard(b) : true; in decide_on_discard_support() 1247 if (!blk_queue_discard(q)) { in fixup_discard_if_not_supported() 1515 if (!blk_queue_discard(q)) { in sanitize_disk_conf()
|