Searched refs:debugfs_mount (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/debugfs/ |
H A D | inode.c | 35 static struct vfsmount *debugfs_mount; variable 309 parent = debugfs_mount->mnt_root; in debugfs_lookup() 334 error = simple_pin_fs(&debug_fs_type, &debugfs_mount, in start_creating() 347 parent = debugfs_mount->mnt_root; in start_creating() 367 simple_release_fs(&debugfs_mount, &debugfs_mount_count); in start_creating() 377 simple_release_fs(&debugfs_mount, &debugfs_mount_count); in failed_creating() 722 simple_release_fs(&debugfs_mount, &debugfs_mount_count); in remove_one() 743 simple_pin_fs(&debug_fs_type, &debugfs_mount, &debugfs_mount_count); in debugfs_remove() 745 simple_release_fs(&debugfs_mount, &debugfs_mount_count); in debugfs_remove()
|
/kernel/linux/linux-6.6/fs/debugfs/ |
H A D | inode.c | 35 static struct vfsmount *debugfs_mount; variable 332 parent = debugfs_mount->mnt_root; in debugfs_lookup() 357 error = simple_pin_fs(&debug_fs_type, &debugfs_mount, in start_creating() 370 parent = debugfs_mount->mnt_root; in start_creating() 390 simple_release_fs(&debugfs_mount, &debugfs_mount_count); in start_creating() 400 simple_release_fs(&debugfs_mount, &debugfs_mount_count); in failed_creating() 755 simple_release_fs(&debugfs_mount, &debugfs_mount_count); in remove_one() 776 simple_pin_fs(&debug_fs_type, &debugfs_mount, &debugfs_mount_count); in debugfs_remove() 778 simple_release_fs(&debugfs_mount, &debugfs_mount_count); in debugfs_remove()
|
Completed in 3 milliseconds