Home
last modified time | relevance | path

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

/linux-6.12.1/fs/autofs/
Dinit.c10 struct file_system_type autofs_fs_type = { variable
26 err = register_filesystem(&autofs_fs_type); in init_autofs_fs()
36 unregister_filesystem(&autofs_fs_type); in exit_autofs_fs()
Dautofs_i.h44 extern struct file_system_type autofs_fs_type;
Ddev-ioctl.c744 if (sb->s_type != &autofs_fs_type) { in _autofs_dev_ioctl()