centos man page for __d_drop

Query: __d_drop

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

__D_DROP(9)							   The Linux VFS						       __D_DROP(9)

NAME
__d_drop - drop a dentry
SYNOPSIS
void __d_drop(struct dentry * dentry);
ARGUMENTS
dentry dentry to drop
DESCRIPTION
d_drop unhashes the entry from the parent dentry hashes, so that it won't be found through a VFS lookup any more. Note that this is different from deleting the dentry - d_delete will try to mark the dentry negative if possible, giving a successful _negative_ lookup, while d_drop will just make the cache lookup fail. d_drop is used mainly for stuff that wants to invalidate a dentry for some reason (NFS timeouts or autofs deletes). __d_drop requires dentry->d_lock.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 __D_DROP(9)
Related Man Pages
debugfs_create_blob(9) - centos
debugfs_create_u8(9) - centos
debugfs_create_bool(9) - suse
debugfs_create_u32(9) - suse
debugfs_create_u8(9) - suse
Similar Topics in the Unix Linux Community
Drag and drop items in plain html page
Sed command dropping last record in File
Read .txt file and dropping lines starting with #
Rename multiple files, changing prefix, extension and dropping characters
Cat command drops lines in output file