Home
last modified time | relevance | path

Searched refs:pfm_fs_type (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/arch/ia64/kernel/
Dperfmon.c623 static struct file_system_type pfm_fs_type = { variable
1541 int err = register_filesystem(&pfm_fs_type); in init_pfm_fs()
1543 pfmfs_mnt = kern_mount(&pfm_fs_type); in init_pfm_fs()
1546 unregister_filesystem(&pfm_fs_type); in init_pfm_fs()