Searched refs:sv_type (Results 1 – 4 of 4) sorted by relevance
291 const char *sv_type; in print_mmu() local295 sv_type = "sv32"; in print_mmu()298 sv_type = "sv57"; in print_mmu()300 sv_type = "sv48"; in print_mmu()302 sv_type = "sv39"; in print_mmu()305 sv_type = "none"; in print_mmu()307 seq_printf(f, "mmu\t\t: %s\n", sv_type); in print_mmu()
765 if (v->sv_type == XFS_SCRUB_TYPE_BARRIER) in xfs_scrubv_check_barrier()872 if (v->sv_type == XFS_SCRUB_TYPE_BARRIER && in xfs_ioc_scrubv_metadata()895 .sm_type = v->sv_type, in xfs_ioc_scrubv_metadata()902 if (v->sv_type == XFS_SCRUB_TYPE_BARRIER) { in xfs_ioc_scrubv_metadata()
266 __entry->vec_type = v->sv_type;
785 __u32 sv_type; /* XFS_SCRUB_TYPE_* */ member
Completed in 17 milliseconds