Searched refs:d_max_free_blks (Results 1 – 3 of 3) sorted by relevance
144 uint64_t d_max_free_blks; member
176 uint64_t d_max_free_blks; member782 if ((drive.d_max_free_blks > 0 && drive.d_max_free_seg_blks == 0)) in bd_attach()791 if ((drive.d_max_free_blks > 0 && in bd_attach()792 drive.d_max_free_seg_blks > drive.d_max_free_blks)) { in bd_attach()805 bd->d_max_free_blks = drive.d_max_free_blks; in bd_attach()2232 .dfi_max_bytes = bd->d_max_free_blks << bshift, in bd_free_space()
548 drive->d_max_free_blks = vib->vib_max_discard_sectors; in vioblk_bd_driveinfo()