Home
last modified time | relevance | path

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

123456

/linux/fs/exportfs/
A Dexpfs.c59 dput(toput); in find_acceptable_alias()
70 dput(toput); in find_acceptable_alias()
80 dput(dentry); in dentry_connected()
87 dput(dentry); in dentry_connected()
103 dput(dentry); in clear_disconnected()
106 dput(dentry); in clear_disconnected()
161 dput(tmp); in reconnect_one()
164 dput(tmp); in reconnect_one()
172 dput(parent); in reconnect_one()
175 dput(parent); in reconnect_one()
[all …]
/linux/fs/overlayfs/
A Dexport.c142 dput(next); in ovl_connect_layer()
146 dput(parent); in ovl_connect_layer()
147 dput(next); in ovl_connect_layer()
266 dput(dentry); in ovl_encode_fh()
303 dput(upper); in ovl_obtain_alias()
400 dput(this); in ovl_lookup_real_one()
404 dput(this); in ovl_lookup_real_one()
482 dput(this); in ovl_lookup_real_inode()
531 dput(next); in ovl_lookup_real_ancestor()
536 dput(next); in ovl_lookup_real_ancestor()
[all …]
A Dnamei.c189 dput(real); in ovl_decode_real_fh()
215 dput(ret); in ovl_lookup_positive_unlocked()
296 dput(this); in ovl_lookup_single()
301 dput(this); in ovl_lookup_single()
394 dput(origin); in ovl_check_origin_fh()
505 dput(upper); in ovl_index_upper()
586 dput(upper); in ovl_verify_index()
690 dput(index); in ovl_get_index_fh()
769 dput(index); in ovl_lookup_index()
774 dput(index); in ovl_lookup_index()
[all …]
A Ddir.c35 dput(wdentry); in ovl_cleanup()
57 dput(temp); in ovl_lookup_temp()
79 dput(whiteout); in ovl_whiteout()
100 dput(whiteout); in ovl_whiteout()
132 dput(whiteout); in ovl_cleanup_and_whiteout()
164 dput(dentry); in ovl_mkdir_real()
552 dput(upper); in ovl_create_over_whiteout()
791 dput(upper); in ovl_remove_and_whiteout()
843 dput(upper); in ovl_remove_upper()
1003 dput(d); in ovl_get_redirect()
[all …]
A Dcopy_up.c481 dput(index); in ovl_create_index()
486 dput(temp); in ovl_create_index()
529 dput(upper); in ovl_link_up()
693 dput(upper); in ovl_copy_up_workdir()
710 dput(temp); in ovl_copy_up_workdir()
742 dput(upper); in ovl_copy_up_tmpfile()
756 dput(temp); in ovl_copy_up_tmpfile()
1026 dput(next); in ovl_copy_up_flags()
1032 dput(parent); in ovl_copy_up_flags()
1033 dput(next); in ovl_copy_up_flags()
A Dsuper.c782 dput(work); in ovl_workdir_create()
837 dput(work); in ovl_workdir_create()
1278 dput(temp); in ovl_check_rename_whiteout()
1301 dput(whiteout); in ovl_check_rename_whiteout()
1306 dput(temp); in ovl_check_rename_whiteout()
1307 dput(dest); in ovl_check_rename_whiteout()
1327 dput(parent); in ovl_lookup_or_create()
1350 dput(d); in ovl_create_volatile_dirty()
1397 dput(temp); in ovl_make_workdir()
1880 dput(next); in ovl_check_layer()
[all …]
/linux/scripts/coccinelle/api/
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/cachefiles/
A Dnamei.c384 dput(grave); in cachefiles_bury_object()
392 dput(grave); in cachefiles_bury_object()
400 dput(grave); in cachefiles_bury_object()
433 dput(grave); in cachefiles_bury_object()
479 dput(dir); in cachefiles_delete_object()
625 dput(dir); in cachefiles_walk_to_object()
648 dput(next); in cachefiles_walk_to_object()
664 dput(dir); in cachefiles_walk_to_object()
743 dput(next); in cachefiles_walk_to_object()
745 dput(dir); in cachefiles_walk_to_object()
[all …]
A 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/fs/autofs/
A Dexpire.c108 dput(prev); in get_next_positive_subdir()
140 dput(prev); in get_next_positive_dentry()
209 dput(p); in autofs_tree_busy()
224 dput(p); in autofs_tree_busy()
311 dput(root); in autofs_expire_direct()
407 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 …]
/linux/fs/reiserfs/
A Dxattr.c138 dput(xaroot); in open_xa_root()
169 dput(xadir); in open_xa_dir()
175 dput(xaroot); in open_xa_dir()
219 dput(dentry); in fill_with_dentries()
320 dput(dir); in reiserfs_for_each_xattr()
420 dput(xadir); in xattr_lookup()
505 dput(dentry); in lookup_and_delete_xattr()
508 dput(xadir); in lookup_and_delete_xattr()
613 dput(dentry); in reiserfs_xattr_set_handle()
760 dput(dentry); in reiserfs_xattr_get()
[all …]
/linux/fs/nfs/
A Dunlink.c72 dput(dentry); in nfs_async_unlink_release()
146 dput(alias); in nfs_call_unlink()
301 dput(data->old_dentry); in nfs_async_rename_release()
302 dput(data->new_dentry); in nfs_async_rename_release()
456 dput(sdentry); in nfs_sillyrename()
518 dput(sdentry); in nfs_sillyrename()
/linux/fs/ksmbd/
A Dvfs.c89 dput(dentry); in ksmbd_vfs_lock_parent()
93 dput(dentry); in ksmbd_vfs_lock_parent()
109 dput(parent); in ksmbd_vfs_may_delete()
117 dput(parent); in ksmbd_vfs_may_delete()
144 dput(parent); in ksmbd_vfs_query_maximal_access()
152 dput(parent); in ksmbd_vfs_query_maximal_access()
234 dput(d); in ksmbd_vfs_mkdir()
240 dput(d); in ksmbd_vfs_mkdir()
610 dput(parent); in ksmbd_vfs_remove_file()
635 dput(parent); in ksmbd_vfs_remove_file()
[all …]
/linux/fs/afs/
A Ddir_silly.c118 dput(sdentry); in afs_sillyrename()
152 dput(sdentry); in afs_sillyrename()
267 dput(alias); in afs_silly_iput()
280 dput(alias); in afs_silly_iput()
A Ddynroot.c329 dput(subdir); in afs_dynroot_rmdir()
331 dput(subdir); in afs_dynroot_rmdir()
387 dput(subdir); in afs_dynroot_depopulate()
/linux/fs/
A Dnamei.c847 dput(dentry); in try_to_unlazy_next()
1560 dput(dentry); in __lookup_hash()
1623 dput(dentry); in lookup_fast()
2763 dput(ret); in lookup_positive_unlocked()
2791 dput(parent); in path_pts()
3292 dput(dentry); in lookup_open()
3490 dput(child); in vfs_tmpfile()
3679 dput(dentry); in filename_create()
3703 dput(dentry); in done_path_create()
3980 dput(dentry); in vfs_rmdir()
[all …]
A Dlibfs.c90 dput(file->private_data); in dcache_dir_close()
133 dput(last); in scan_positives()
166 dput(to); in dcache_dir_lseek()
219 dput(next); in dcache_readdir()
264 dput(prev); in find_next_child()
297 dput(victim); // unpin it in simple_recursive_removal()
305 dput(dentry); in simple_recursive_removal()
434 dput(dentry); in simple_unlink()
688 dput(dentry); in simple_fill_super()
702 dput(root); in simple_fill_super()
/linux/net/sunrpc/
A Drpc_pipe.c101 dput(dentry); in rpc_timeout_upcall_queue()
158 dput(dentry); in rpc_queue_upcall()
509 dput(dentry); in __rpc_create_common()
606 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()
856 dput(parent); in rpc_unlink()
1340 dput(clnt_dentry); in rpc_gssd_dummy_populate()
[all …]
/linux/fs/nfsd/
A Dvfs.c223 dput(dentry); in nfsd_lookup_dentry()
274 dput(dentry); in nfsd_lookup()
1254 dput(d); in nfsd_create_locked()
1299 dput(dchild); in nfsd_create_locked()
1345 dput(dchild); in nfsd_create()
1511 dput(dchild); in do_nfsd_create()
1604 dput(dnew); in nfsd_symlink()
1676 dput(dnew); in nfsd_link()
1800 dput(ndentry); in nfsd_rename()
1802 dput(odentry); in nfsd_rename()
[all …]
A Dnfsfh.c46 dput(parent); in nfsd_acceptable()
49 dput(tdentry); in nfsd_acceptable()
55 dput(tdentry); in nfsd_acceptable()
625 dput(dentry); in fh_put()
/linux/fs/ext4/
A Dfsync.c59 dput(dentry); in ext4_sync_parent()
77 dput(dentry); in ext4_sync_parent()
/linux/fs/configfs/
A Ddir.c392 dput(parent); in remove_dir()
417 dput(dentry); in configfs_remove_dir()
567 dput(dentry); in detach_attrs()
633 dput(child); in detach_groups()
639 dput(dentry); in detach_groups()
675 dput(child); in create_default_group()
1488 dput(wait); in configfs_rmdir()
1787 dput(dentry); in configfs_unregister_group()
1876 dput(dentry); in configfs_register_subsystem()
1932 dput(dentry); in configfs_unregister_subsystem()
/linux/fs/kernfs/
A Dmount.c211 dput(dentry); in kernfs_node_dentry()
223 dput(dentry); in kernfs_node_dentry()
228 dput(dentry); in kernfs_node_dentry()
/linux/fs/devpts/
A Dinode.c187 dput(path.dentry); in devpts_mntget()
354 dput(dentry); in mknod_ptmx()
490 dput(s->s_root); in devpts_fill_super()
626 dput(dentry); /* d_alloc_name() in devpts_pty_new() */ in devpts_pty_kill()
/linux/drivers/android/
A Dbinderfs.c198 dput(dentry); in binderfs_binder_device_create()
504 dput(dentry); in binderfs_create_dentry()
521 dput(dentry); in binderfs_remove_file()
544 dput(dentry); in binderfs_create_file()
576 dput(dentry); in binderfs_create_dir()

Completed in 98 milliseconds

123456