Home
last modified time | relevance | path

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

/linux/fs/
H A Dpipe.c1477 static struct file_system_type pipe_fs_type = { variable
1524 int err = register_filesystem(&pipe_fs_type); in init_pipe_fs()
1527 pipe_mnt = kern_mount(&pipe_fs_type); in init_pipe_fs()
1530 unregister_filesystem(&pipe_fs_type); in init_pipe_fs()