Home
last modified time | relevance | path

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

1234

/linux/scripts/coccinelle/api/
H A 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/fs/autofs/
H A Dexpire.c105 dput(prev); in get_next_positive_subdir()
137 dput(prev); in get_next_positive_dentry()
206 dput(p); in autofs_tree_busy()
221 dput(p); in autofs_tree_busy()
308 dput(root); in autofs_expire_direct()
404 dput(dentry); in should_expire()
463 dput(found); in autofs_expire_indirect()
468 dput(dentry); in autofs_expire_indirect()
477 dput(expired); in autofs_expire_indirect()
570 dput(dentry); in autofs_expire_run()
[all …]
H A Dwaitq.c296 dput(new); in validate_request()
474 dput(de); in autofs_wait()
/linux/fs/xfs/scrub/
H A Dorphanage.c208 dput(root_dentry); in xrep_orphanage_create()
450 dput(d_orphanage); in xrep_adoption_check_dcache()
462 dput(d_child); in xrep_adoption_check_dcache()
465 dput(d_orphanage); in xrep_adoption_check_dcache()
496 dput(d_child); in xrep_adoption_zap_dcache()
500 dput(d_orphanage); in xrep_adoption_zap_dcache()
507 dput(d_child); in xrep_adoption_zap_dcache()
H A Dfindparent.c474 dput(parent); in xrep_findparent_from_dcache()
487 dput(dentry); in xrep_findparent_from_dcache()
/linux/fs/
H A Dfhandle.c243 dput(d); in vfs_dentry_acceptable()
244 dput(parent); in vfs_dentry_acceptable()
248 dput(d); in vfs_dentry_acceptable()
261 dput(d); in vfs_dentry_acceptable()
H A Dnamei.c722 dput(path->dentry); in path_put()
1027 dput(dentry); in try_to_unlazy_next()
1480 dput(path->dentry); in follow_up()
1598 dput(path->dentry); in __traverse_mounts()
1656 dput(path->dentry); in follow_down_one()
1753 dput(path->dentry); in handle_mounts()
1774 dput(dentry); in lookup_dcache()
1812 dput(dentry); in lookup_one_qstr_excl()
1819 dput(dentry); in lookup_one_qstr_excl()
1823 dput(dentry); in lookup_one_qstr_excl()
[all …]
H A Ddcache.c1035 void dput(struct dentry *dentry) in dput() function
1044 EXPORT_SYMBOL(dput);
1113 dput(ret); in dget_parent()
1803 dput(dentry); in do_one_tree()
1886 dput(victim); in d_invalidate()
2277 dput(new); in __d_obtain_alias()
2376 dput(found); in d_add_ci()
2797 dput(dentry); in d_alloc_parallel()
2800 dput(new); in d_alloc_parallel()
2860 dput(new); in d_alloc_parallel()
[all …]
/linux/fs/kernfs/
H A Dmount.c249 dput(dentry); in kernfs_node_dentry()
264 dput(dentry); in kernfs_node_dentry()
270 dput(dentry); in kernfs_node_dentry()
274 dput(dentry); in kernfs_node_dentry()
/linux/fs/overlayfs/
H A Dsuper.c111 dput(parent); in ovl_revalidate_real()
217 dput(oi->__upperdentry); in ovl_destroy_inode()
338 dput(work); in ovl_workdir_create()
390 dput(work); in ovl_workdir_create()
587 dput(temp); in ovl_check_rename_whiteout()
612 dput(whiteout); in ovl_check_rename_whiteout()
617 dput(temp); in ovl_check_rename_whiteout()
636 dput(parent); in ovl_lookup_or_create()
659 dput(d); in ovl_create_volatile_dirty()
866 dput(ofs->workdir); in ovl_get_indexdir()
[all …]
H A Dreaddir.c364 dput(dentry); in ovl_check_whiteouts()
620 dput(this); in ovl_cache_update()
1133 dput(dentry); in ovl_cleanup_whiteouts()
1222 dput(dentry); in ovl_workdir_cleanup_recurse()
1317 dput(index); in ovl_indexdir_cleanup()
1320 dput(index); in ovl_indexdir_cleanup()
H A Dcopy_up.c571 dput(temp); in ovl_create_index()
847 dput(temp); in ovl_copy_up_workdir()
1246 dput(next); in ovl_copy_up_flags()
1253 dput(parent); in ovl_copy_up_flags()
1254 dput(next); in ovl_copy_up_flags()
/linux/fs/smb/client/
H A Dcached_dir.c91 dput(dentry); in path_to_dentry()
108 dput(dentry); in path_to_dentry()
481 dput(cfid->dentry); in smb2_close_cached_fid()
604 dput(tmp_list->dentry); in close_all_cached_dirs()
676 dput(cfid->dentry); in cached_dir_put_work()
747 dput(cfid->dentry); in free_cached_dir()
812 dput(cfid->dentry); in cfids_laundromat_worker()
H A Dreaddir.c115 dput(dentry); in cifs_prime_dcache()
154 dput(dentry); in cifs_prime_dcache()
160 dput(dentry); in cifs_prime_dcache()
169 dput(alias); in cifs_prime_dcache()
171 dput(dentry); in cifs_prime_dcache()
/linux/fs/cachefiles/
H A Dnamei.c198 dput(subdir); in cachefiles_get_directory()
223 dput(dir); in cachefiles_put_directory()
612 dput(dentry); in cachefiles_look_up_object()
619 dput(dentry); in cachefiles_look_up_object()
783 dput(victim); in cachefiles_cull()
822 dput(victim); in cachefiles_check_in_use()
H A Dcache.c151 dput(root); in cachefiles_add_cache()
169 dput(root); in cachefiles_add_cache()
/linux/fs/nfsd/
H A Dnfsfh.c49 dput(parent); in nfsd_acceptable()
52 dput(tdentry); in nfsd_acceptable()
58 dput(tdentry); in nfsd_acceptable()
347 dput(dentry); in nfsd_set_fh_dentry()
356 dput(dentry); in nfsd_set_fh_dentry()
873 dput(dentry); in fh_put()
/linux/fs/ecryptfs/
H A Ddentry.c70 dput(dentry->d_fsdata); in ecryptfs_d_release()
/linux/fs/configfs/
H A Ddir.c432 dput(parent); in configfs_remove_dir()
622 dput(child); in detach_attrs()
698 dput(child); in detach_groups()
737 dput(child); in create_default_group()
1538 dput(wait); in configfs_rmdir()
1829 dput(dentry); in configfs_unregister_group()
1927 dput(dentry); in configfs_register_subsystem()
1980 dput(dentry); in configfs_unregister_subsystem()
/linux/fs/fuse/
H A Dreaddir.c216 dput(dentry); in fuse_direntplus_link()
220 dput(dentry); in fuse_direntplus_link()
247 dput(dentry); in fuse_direntplus_link()
266 dput(dentry); in fuse_direntplus_link()
/linux/security/landlock/
H A Dfs.c991 dput(walker_path.dentry); in is_access_to_paths_allowed()
998 dput(walker_path.dentry); in is_access_to_paths_allowed()
1169 dput(dir); in collect_domain_accesses()
1172 dput(dir); in collect_domain_accesses()
1316 dput(old_parent); in current_check_refer_path()
1331 dput(old_parent); in current_check_refer_path()
1343 dput(old_parent); in current_check_refer_path()
/linux/fs/nfs/
H A Dcache_lib.c123 dput(dir); in nfs_cache_register_sb()
/linux/fs/ceph/
H A Ddir.c228 dput(dentry); in __dcache_readdir()
257 dput(dentry); in __dcache_readdir()
274 dput(dentry); in __dcache_readdir()
281 dput(last); in __dcache_readdir()
284 dput(dentry); in __dcache_readdir()
297 dput(last); in __dcache_readdir()
1388 dput(dn); in ceph_unlink()
1741 dput(dentry); in __dentry_leases_walk()
H A Dinode.c1554 dput(realdn); in splice_dentry()
1572 dput(dn); in splice_dentry()
1657 dput(parent); in ceph_fill_trace()
1663 dput(parent); in ceph_fill_trace()
1682 dput(parent); in ceph_fill_trace()
1700 dput(dn); in ceph_fill_trace()
1706 dput(parent); in ceph_fill_trace()
2125 dput(dn); in ceph_readdir_prepopulate()
2137 dput(dn); in ceph_readdir_prepopulate()
2189 dput(dn); in ceph_readdir_prepopulate()
[all …]
/linux/fs/devpts/
H A Dinode.c169 dput(path.dentry); in devpts_mntget()
530 dput(dentry); in devpts_pty_new()

1234