Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dperfmon.c618 static struct file_system_type pfm_fs_type = { variable
1532 int err = register_filesystem(&pfm_fs_type); in init_pfm_fs()
1534 pfmfs_mnt = kern_mount(&pfm_fs_type); in init_pfm_fs()
1537 unregister_filesystem(&pfm_fs_type); in init_pfm_fs()