Searched refs:simple_pin_fs (Results 1 – 5 of 5) sorted by relevance
/fs/configfs/ |
D | mount.c | 126 int err = simple_pin_fs(&configfs_fs_type, &configfs_mount, in configfs_pin_fs()
|
/fs/ |
D | libfs.c | 600 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count) in simple_pin_fs() function 619 EXPORT_SYMBOL(simple_pin_fs);
|
D | binfmt_misc.c | 733 err = simple_pin_fs(&bm_fs_type, &bm_mnt, &entry_count); in bm_register_write()
|
/fs/tracefs/ |
D | inode.c | 407 error = simple_pin_fs(&trace_fs_type, &tracefs_mount, in start_creating()
|
/fs/debugfs/ |
D | inode.c | 322 error = simple_pin_fs(&debug_fs_type, &debugfs_mount, in start_creating()
|