Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dpipe.c1446 static struct file_system_type pipe_fs_type = { variable
1507 int err = register_filesystem(&pipe_fs_type); in init_pipe_fs()
1510 pipe_mnt = kern_mount(&pipe_fs_type); in init_pipe_fs()
1513 unregister_filesystem(&pipe_fs_type); in init_pipe_fs()