Home
last modified time | relevance | path

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

/openbmc/linux/fs/autofs/
H A Dinit.c16 struct file_system_type autofs_fs_type = { variable
31 err = register_filesystem(&autofs_fs_type); in init_autofs_fs()
41 unregister_filesystem(&autofs_fs_type); in exit_autofs_fs()
H A Dautofs_i.h42 extern struct file_system_type autofs_fs_type;
H A Ddev-ioctl.c658 if (sb->s_type != &autofs_fs_type) { in _autofs_dev_ioctl()