Home
last modified time | relevance | path

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

/linux-6.12.1/net/
Dsocket.c424 static struct file_system_type sock_fs_type = { variable
3306 err = register_filesystem(&sock_fs_type); in sock_init()
3309 sock_mnt = kern_mount(&sock_fs_type); in sock_init()
3330 unregister_filesystem(&sock_fs_type); in sock_init()