Searched refs:sv_type (Results 1 – 4 of 4) sorted by relevance
289 const char *sv_type; in print_mmu() local293 sv_type = "sv32"; in print_mmu()296 sv_type = "sv57"; in print_mmu()298 sv_type = "sv48"; in print_mmu()300 sv_type = "sv39"; in print_mmu()303 sv_type = "none"; in print_mmu()305 seq_printf(f, "mmu\t\t: %s\n", sv_type); in print_mmu()
837 if (v->sv_type == XFS_SCRUB_TYPE_BARRIER) in xfs_scrubv_check_barrier()941 if (v->sv_type == XFS_SCRUB_TYPE_BARRIER && in xfs_ioc_scrubv_metadata()964 .sm_type = v->sv_type, in xfs_ioc_scrubv_metadata()971 if (v->sv_type == XFS_SCRUB_TYPE_BARRIER) { in xfs_ioc_scrubv_metadata()
278 __entry->vec_type = v->sv_type;
805 __u32 sv_type; /* XFS_SCRUB_TYPE_* */ member