Home
last modified time | relevance | path

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

/linux-3.4.99/fs/
Dpipe.c1304 static struct file_system_type pipe_fs_type = { variable
1312 int err = register_filesystem(&pipe_fs_type); in init_pipe_fs()
1315 pipe_mnt = kern_mount(&pipe_fs_type); in init_pipe_fs()
1318 unregister_filesystem(&pipe_fs_type); in init_pipe_fs()