Home
last modified time | relevance | path

Searched refs:dput (Results 1 – 25 of 130) sorted by relevance

123456

/Linux-v4.19/fs/exportfs/
Dexpfs.c58 dput(toput); in find_acceptable_alias()
60 dput(result); in find_acceptable_alias()
69 dput(toput); in find_acceptable_alias()
79 dput(dentry); in dentry_connected()
81 dput(parent); in dentry_connected()
86 dput(dentry); in dentry_connected()
102 dput(dentry); in clear_disconnected()
105 dput(dentry); in clear_disconnected()
159 dput(tmp); in reconnect_one()
162 dput(tmp); in reconnect_one()
[all …]
/Linux-v4.19/fs/overlayfs/
Dexport.c145 dput(next); in ovl_connect_layer()
149 dput(parent); in ovl_connect_layer()
150 dput(next); in ovl_connect_layer()
286 dput(dentry); in ovl_encode_fh()
316 dput(upper); in ovl_obtain_alias()
345 dput(dentry); in ovl_obtain_alias()
406 dput(this); in ovl_lookup_real_one()
410 dput(this); in ovl_lookup_real_one()
417 dput(parent); in ovl_lookup_real_one()
471 dput(index); in ovl_lookup_real_inode()
[all …]
Dnamei.c184 dput(real); in ovl_decode_real_fh()
267 dput(this); in ovl_lookup_single()
272 dput(this); in ovl_lookup_single()
300 dput(dentry); in ovl_lookup_layer()
342 dput(origin); in ovl_check_origin_fh()
356 dput(origin); in ovl_check_origin_fh()
468 dput(upper); in ovl_index_upper()
560 dput(upper); in ovl_verify_index()
575 dput(origin.dentry); in ovl_verify_index()
665 dput(index); in ovl_get_index_fh()
[all …]
Ddir.c38 dput(wdentry); in ovl_cleanup()
60 dput(temp); in ovl_lookup_temp()
80 dput(whiteout); in ovl_whiteout()
111 dput(whiteout); in ovl_cleanup_and_whiteout()
144 dput(dentry); in ovl_mkdir_real()
200 dput(newdentry); in ovl_create_real()
267 dput(newdentry); in ovl_instantiate()
329 dput(newdentry); in ovl_create_upper()
400 dput(opaquedir); in ovl_clear_empty()
519 dput(upper); in ovl_create_over_whiteout()
[all …]
Dcopy_up.c377 dput(index); in ovl_create_index()
382 dput(temp); in ovl_create_index()
426 dput(upper); in ovl_link_up()
461 dput(upper); in ovl_install_temp()
593 dput(temp); in ovl_copy_up_locked()
823 dput(next); in ovl_copy_up_flags()
829 dput(parent); in ovl_copy_up_flags()
830 dput(next); in ovl_copy_up_flags()
Dsuper.c64 dput(oe->lowerstack[i].dentry); in ovl_entry_stack_free()
204 dput(oi->__upperdentry); in ovl_destroy_inode()
220 dput(ofs->indexdir); in ovl_free_fs()
221 dput(ofs->workdir); in ovl_free_fs()
224 dput(ofs->workbasedir); in ovl_free_fs()
622 dput(work); in ovl_workdir_create()
669 dput(work); in ovl_workdir_create()
1047 dput(temp); in ovl_make_workdir()
1447 dput(ofs->workdir); in ovl_fill_super()
/Linux-v4.19/scripts/coccinelle/api/
Dd_find_alias.cocci2 /// Make sure calls to d_find_alias() have a corresponding call to dput().
4 // Keywords: d_find_alias, dput
27 <...when != dput(dent)
28 when != if (...) { <+... dput(dent) ...+> }
61 cocci.print_main("Missing call to dput()",p1)
69 + dput(dent);
72 + dput(dent);
80 msg = "Missing call to dput() at line %s."
/Linux-v4.19/fs/cachefiles/
Dnamei.c388 dput(grave); in cachefiles_bury_object()
396 dput(grave); in cachefiles_bury_object()
404 dput(grave); in cachefiles_bury_object()
430 dput(grave); in cachefiles_bury_object()
476 dput(dir); in cachefiles_delete_object()
575 dput(next); in cachefiles_walk_to_object()
628 dput(dir); in cachefiles_walk_to_object()
651 dput(next); in cachefiles_walk_to_object()
667 dput(dir); in cachefiles_walk_to_object()
730 dput(object->dentry); in cachefiles_walk_to_object()
[all …]
Dbind.c230 dput(root); in cachefiles_daemon_add_cache()
240 dput(cache->graveyard); in cachefiles_daemon_add_cache()
245 dput(fsdef->dentry); in cachefiles_daemon_add_cache()
247 dput(root); in cachefiles_daemon_add_cache()
270 dput(cache->graveyard); in cachefiles_daemon_unbind()
/Linux-v4.19/fs/autofs/
Dexpire.c100 dput(prev); in get_next_positive_subdir()
118 dput(prev); in get_next_positive_subdir()
149 dput(prev); in get_next_positive_dentry()
181 dput(prev); in get_next_positive_dentry()
251 dput(p); in autofs_tree_busy()
266 dput(p); in autofs_tree_busy()
353 dput(root); in autofs_expire_direct()
449 dput(dentry); in should_expire()
509 dput(dentry); in autofs_expire_indirect()
518 dput(expired); in autofs_expire_indirect()
[all …]
/Linux-v4.19/fs/gfs2/
Ddentry.c89 dput(parent); in gfs2_drevalidate()
96 dput(parent); in gfs2_drevalidate()
102 dput(parent); in gfs2_drevalidate()
/Linux-v4.19/fs/reiserfs/
Dxattr.c138 dput(xaroot); in open_xa_root()
169 dput(xadir); in open_xa_dir()
175 dput(xaroot); in open_xa_dir()
217 dput(dentry); in fill_with_dentries()
232 dput(buf->dentries[i]); in cleanup_dentry_buf()
273 dput(dentry); in reiserfs_for_each_xattr()
313 dput(dir); in reiserfs_for_each_xattr()
406 dput(xafile); in xattr_lookup()
409 dput(xadir); in xattr_lookup()
485 dput(dentry); in lookup_and_delete_xattr()
[all …]
/Linux-v4.19/fs/nfs/
Dunlink.c71 dput(dentry); in nfs_async_unlink_release()
145 dput(alias); in nfs_call_unlink()
305 dput(data->old_dentry); in nfs_async_rename_release()
306 dput(data->new_dentry); in nfs_async_rename_release()
470 dput(sdentry); in nfs_sillyrename()
532 dput(sdentry); in nfs_sillyrename()
/Linux-v4.19/fs/ecryptfs/
Dinode.c50 dput(dir); in unlock_dir()
162 dput(lower_dentry); in ecryptfs_do_unlink()
335 dput(lower_dentry); in ecryptfs_lookup_interpose()
452 dput(lower_new_dentry); in ecryptfs_link()
453 dput(lower_old_dentry); in ecryptfs_link()
495 dput(lower_dentry); in ecryptfs_symlink()
536 dput(lower_dentry); in ecryptfs_rmdir()
544 dput(dentry); in ecryptfs_rmdir()
619 dput(lower_new_dir_dentry); in ecryptfs_rename()
620 dput(lower_old_dir_dentry); in ecryptfs_rename()
[all …]
/Linux-v4.19/fs/debugfs/
Dinode.c277 dput(dentry); in debugfs_lookup()
310 dput(dentry); in start_creating()
325 dput(dentry); in failed_creating()
655 dput(dentry); in __debugfs_remove()
817 dput(dentry); in debugfs_rename()
821 dput(dentry); in debugfs_rename()
/Linux-v4.19/fs/afs/
Ddynroot.c247 dput(subdir); in afs_dynroot_rmdir()
249 dput(subdir); in afs_dynroot_rmdir()
305 dput(subdir); in afs_dynroot_depopulate()
/Linux-v4.19/fs/
Dnamei.c484 dput(path->dentry); in path_put()
734 dput(dentry); in unlazy_child()
744 dput(dentry); in unlazy_child()
829 dput(path->dentry); in path_put_conditional()
838 dput(nd->path.dentry); in path_to_nameidata()
1127 dput(path->dentry); in follow_up()
1247 dput(path->dentry); in follow_managed()
1291 dput(path->dentry); in follow_down_one()
1440 dput(path->dentry); in follow_down()
1463 dput(path->dentry); in follow_mount()
[all …]
Ddcache.c827 void dput(struct dentry *dentry) in dput() function
849 EXPORT_SYMBOL(dput);
879 dput(ret); in dget_parent()
993 dput(parent); in d_prune_aliases()
1529 dput(dentry); in do_one_tree()
1592 dput(victim); in d_invalidate()
1929 dput(dentry); in __d_instantiate_anon()
2081 dput(found); in d_add_ci()
2460 dput(dentry); in d_alloc_parallel()
2464 dput(new); in d_alloc_parallel()
[all …]
/Linux-v4.19/net/sunrpc/
Drpc_pipe.c99 dput(dentry); in rpc_timeout_upcall_queue()
156 dput(dentry); in rpc_queue_upcall()
513 dput(dentry); in __rpc_create_common()
608 dput(dentry); in __rpc_rmdir()
619 dput(dentry); in __rpc_unlink()
643 dput(dentry); in __rpc_lookup_create_exclusive()
678 dput(dentry); in __rpc_depopulate()
780 dput(parent); in rpc_rmdir_depopulate()
855 dput(parent); in rpc_unlink()
1351 dput(clnt_dentry); in rpc_gssd_dummy_populate()
[all …]
/Linux-v4.19/fs/nfsd/
Dvfs.c147 dput(path->dentry); in follow_to_parent()
250 dput(dentry); in nfsd_lookup_dentry()
301 dput(dentry); in nfsd_lookup()
1215 dput(d); in nfsd_create_locked()
1219 dput(resfhp->fh_dentry); in nfsd_create_locked()
1222 dput(dchild); in nfsd_create_locked()
1259 dput(dchild); in nfsd_create_locked()
1307 dput(dchild); in nfsd_create()
1468 dput(dchild); in do_nfsd_create()
1561 dput(dnew); in nfsd_symlink()
[all …]
Dnfsfh.c44 dput(parent); in nfsd_acceptable()
47 dput(tdentry); in nfsd_acceptable()
53 dput(tdentry); in nfsd_acceptable()
650 dput(dentry); in fh_put()
/Linux-v4.19/fs/configfs/
Ddir.c389 dput(parent); in remove_dir()
414 dput(dentry); in configfs_remove_dir()
582 dput(dentry); in detach_attrs()
647 dput(child); in detach_groups()
653 dput(dentry); in detach_groups()
688 dput(child); in create_default_group()
1488 dput(wait); in configfs_rmdir()
1570 dput(new_dentry);
1801 dput(dentry); in configfs_unregister_group()
1884 dput(dentry); in configfs_register_subsystem()
[all …]
/Linux-v4.19/fs/proc/
Droot.c110 dput(ns->proc_self); in proc_kill_sb()
112 dput(ns->proc_thread_self); in proc_kill_sb()
/Linux-v4.19/fs/devpts/
Dinode.c190 dput(path.dentry); in devpts_mntget()
357 dput(dentry); in mknod_ptmx()
492 dput(s->s_root); in devpts_fill_super()
627 dput(dentry); /* d_alloc_name() in devpts_pty_new() */ in devpts_pty_kill()
/Linux-v4.19/security/
Dinode.c161 dput(dentry); in securityfs_create_dentry()
303 dput(dentry); in securityfs_remove()

123456