Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dpipe.c1442 static struct file_system_type pipe_fs_type = { variable
1504 int err = register_filesystem(&pipe_fs_type); in init_pipe_fs()
1507 pipe_mnt = kern_mount(&pipe_fs_type); in init_pipe_fs()
1510 unregister_filesystem(&pipe_fs_type); in init_pipe_fs()