| /linux-6.15/fs/ |
| H A D | init.c | 26 path_put(&path); in init_mount() 55 path_put(&path); in init_chdir() 78 path_put(&path); in init_chroot() 96 path_put(&path); in init_chown() 109 path_put(&path); in init_chmod() 122 path_put(&path); in init_eaccess() 137 path_put(&path); in init_stat() 196 path_put(&old_path); in init_link() 257 path_put(&path); in init_utimes()
|
| H A D | fs_struct.c | 27 path_put(&old_root); in set_fs_root() 47 path_put(&old_pwd); in set_fs_pwd() 85 path_put(old_root); in chroot_fs_refs() 90 path_put(&fs->root); in free_fs_struct() 91 path_put(&fs->pwd); in free_fs_struct()
|
| H A D | fhandle.c | 166 path_put(&path); in SYSCALL_DEFINE5() 390 path_put(&ctx.root); in handle_to_path() 399 struct path path __free(path_put) = {}; in do_handle_open()
|
| H A D | namei.c | 752 path_put(&nd->path); in terminate_walk() 1079 path_put(&nd->path); in nd_jump_link() 1086 path_put(path); in nd_jump_link() 1419 path_put(path); in choose_mountpoint() 1900 path_put(link); in pick_link() 4003 path_put(&path); in do_tmpfile() 4014 path_put(&path); in do_o_path() 4151 path_put(path); in filename_create() 4172 path_put(path); in done_path_create() 4516 path_put(&path); in do_rmdir() [all …]
|
| H A D | file_table.c | 73 path_put(backing_file_user_path(f)); in file_free() 383 path_put(&path); in alloc_file_pseudo() 411 path_put(&path); in alloc_file_pseudo_noaccount()
|
| H A D | open.c | 139 path_put(&path); in do_sys_truncate() 523 path_put(&path); in do_faccessat() 568 path_put(&path); in SYSCALL_DEFINE1() 618 path_put(&path); in SYSCALL_DEFINE1() 691 path_put(&path); in do_fchmodat() 816 path_put(&path); in do_fchownat() 1015 path_put(&f->f_path); in do_dentry_open()
|
| H A D | nsfs.c | 96 struct path path __free(path_put) = {}; in open_namespace() 296 struct path path __free(path_put) = {}; in ns_ioctl()
|
| H A D | fsopen.c | 200 path_put(&target); in SYSCALL_DEFINE3() 206 path_put(&target); in SYSCALL_DEFINE3()
|
| H A D | proc_namespace.c | 286 path_put(&root); in mounts_open_common() 297 path_put(&p->root); in mounts_release()
|
| H A D | namespace.c | 2832 path_put(&under); in do_lock_mount() 2859 path_put(path); in do_lock_mount() 2874 path_put(&under); in do_lock_mount() 2881 path_put(&under); in do_lock_mount() 4222 path_put(&path); in do_mount() 4830 path_put(&root); in SYSCALL_DEFINE2() 4832 path_put(&old); in SYSCALL_DEFINE2() 4834 path_put(&new); in SYSCALL_DEFINE2() 5263 path_put(&target); in SYSCALL_DEFINE5() 6307 path_put(&fs_root); in current_chrooted() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | path.h | 14 extern void path_put(const struct path *); 28 #define __free_path_put path_put
|
| /linux-6.15/fs/configfs/ |
| H A D | symlink.c | 128 path_put(path); in get_target() 132 path_put(path); in get_target() 213 path_put(&path); in configfs_symlink()
|
| /linux-6.15/fs/smb/server/ |
| H A D | vfs.c | 99 path_put(parent_path); in ksmbd_vfs_path_lookup_locked() 106 path_put(parent_path); in ksmbd_vfs_path_lookup_locked() 122 path_put(path); in ksmbd_vfs_path_lookup_locked() 133 path_put(parent_path); in ksmbd_vfs_path_lookup_locked() 666 path_put(&oldpath); in ksmbd_vfs_link() 785 path_put(&new_path); in ksmbd_vfs_rename() 1269 path_put(parent_path); in ksmbd_vfs_kern_path_locked() 1276 path_put(path); in ksmbd_vfs_kern_path_locked() 1283 path_put(path); in ksmbd_vfs_kern_path_locked() 1294 path_put(path); in ksmbd_vfs_kern_path_unlock() [all …]
|
| /linux-6.15/fs/cachefiles/ |
| H A D | daemon.c | 662 path_put(&path); in cachefiles_daemon_cull() 667 path_put(&path); in cachefiles_daemon_cull() 733 path_put(&path); in cachefiles_daemon_inuse() 738 path_put(&path); in cachefiles_daemon_inuse()
|
| /linux-6.15/security/tomoyo/ |
| H A D | load_policy.c | 48 path_put(&path); in tomoyo_policy_loader_exists()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | fs-ioctl.c | 244 path_put(&src_path); in bch2_ioctl_subvolume_create() 314 path_put(&src_path); in bch2_ioctl_subvolume_create() 350 path_put(&path); in bch2_ioctl_subvolume_destroy()
|
| /linux-6.15/security/keys/ |
| H A D | big_key.c | 157 path_put(&payload->path); in big_key_free_preparse() 183 path_put(&payload->path); in big_key_destroy()
|
| /linux-6.15/fs/autofs/ |
| H A D | dev-ioctl.c | 212 path_put(&path); in find_autofs_mount() 246 path_put(&path); in autofs_dev_ioctl_open_mountpoint() 533 path_put(&path); in autofs_dev_ioctl_requester() 637 path_put(&path); in autofs_dev_ioctl_ismountpoint()
|
| /linux-6.15/fs/ecryptfs/ |
| H A D | dentry.c | 80 path_put(&p->lower_path); in ecryptfs_d_release()
|
| /linux-6.15/fs/coda/ |
| H A D | pioctl.c | 86 path_put(&path); in coda_pioctl()
|
| /linux-6.15/fs/overlayfs/ |
| H A D | params.c | 433 struct path layer_path __free(path_put) = {}; in ovl_parse_layer() 478 path_put(&l->path); in ovl_reset_lowerdirs() 539 struct path path __free(path_put) = {}; in ovl_parse_param_lowerdir() 707 path_put(&ctx->upper); in ovl_fs_context_free() 708 path_put(&ctx->work); in ovl_fs_context_free()
|
| /linux-6.15/kernel/ |
| H A D | audit_tree.c | 700 path_put(&path); in audit_trim_trees() 832 path_put(&path); in audit_add_tree_rule() 882 path_put(&path2); in audit_tag_tree() 908 path_put(&path2); in audit_tag_tree() 957 path_put(&path1); in audit_tag_tree()
|
| /linux-6.15/security/apparmor/ |
| H A D | path.c | 123 path_put(&root); in d_namespace_path()
|
| /linux-6.15/drivers/base/ |
| H A D | devtmpfs.c | 270 path_put(&parent); in dev_rmdir() 355 path_put(&parent); in handle_remove()
|
| /linux-6.15/fs/notify/inotify/ |
| H A D | inotify_user.c | 383 path_put(path); in inotify_find_inode() 389 path_put(path); in inotify_find_inode() 782 path_put(&path); in SYSCALL_DEFINE3()
|