Home
last modified time | relevance | path

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

/linux-3.4.99/net/
Dsocket.c327 static struct file_system_type sock_fs_type = { variable
2595 err = register_filesystem(&sock_fs_type); in sock_init()
2598 sock_mnt = kern_mount(&sock_fs_type); in sock_init()
2619 unregister_filesystem(&sock_fs_type); in sock_init()