Searched refs:simple_release_fs (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/security/ |
D | inode.c | 145 simple_release_fs(&mount, &mount_count); in securityfs_create_file() 214 simple_release_fs(&mount, &mount_count); in securityfs_remove()
|
/linux-3.4.99/fs/debugfs/ |
D | inode.c | 382 simple_release_fs(&debugfs_mount, &debugfs_mount_count); in debugfs_create_file() 512 simple_release_fs(&debugfs_mount, &debugfs_mount_count); in debugfs_remove() 554 simple_release_fs(&debugfs_mount, &debugfs_mount_count); in debugfs_remove_recursive() 569 simple_release_fs(&debugfs_mount, &debugfs_mount_count); in debugfs_remove_recursive()
|
/linux-3.4.99/fs/configfs/ |
D | mount.c | 127 simple_release_fs(&configfs_mount, &configfs_mnt_count); in configfs_release_fs()
|
/linux-3.4.99/drivers/usb/core/ |
D | inode.c | 597 simple_release_fs(&usbfs_mount, &usbfs_mount_count); in create_special_files() 607 simple_release_fs(&usbfs_mount, &usbfs_mount_count); in remove_special_files()
|
/linux-3.4.99/fs/ |
D | libfs.c | 559 void simple_release_fs(struct vfsmount **mount, int *count) in simple_release_fs() function 1000 EXPORT_SYMBOL(simple_release_fs);
|
D | binfmt_misc.c | 525 simple_release_fs(&bm_mnt, &entry_count); in kill_node()
|
/linux-3.4.99/drivers/mtd/ |
D | mtdchar.c | 149 simple_release_fs(&mnt, &count); in mtdchar_open() 171 simple_release_fs(&mnt, &count); in mtdchar_close()
|
/linux-3.4.99/include/linux/ |
D | fs.h | 2540 extern void simple_release_fs(struct vfsmount **mount, int *count);
|