Home
last modified time | relevance | path

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

/linux/fs/
H A Dpipe.c1475 static struct file_system_type pipe_fs_type = { variable
1536 int err = register_filesystem(&pipe_fs_type); in init_pipe_fs()
1539 pipe_mnt = kern_mount(&pipe_fs_type); in init_pipe_fs()
1542 unregister_filesystem(&pipe_fs_type); in init_pipe_fs()