Searched defs:fs_types (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c533 } fs_types[] = { variable in typeref:struct:fs_type
548 #define NUM_FS_TYPES (sizeof (fs_types) / sizeof (struct fs_type))
951 if (fs_types[i].type == v.v_type) {
952 type = fs_types[i].name;

Completed in 75 milliseconds