'\" t
.\"     Title: d_unhashed
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\"      Date: September 2017
.\"    Manual: The Linux VFS
.\"    Source: Kernel Hackers Manual 4.12.13
.\"  Language: English
.\"
.TH "D_UNHASHED" "9" "September 2017" "Kernel Hackers Manual 4\&.12\&" "The Linux VFS"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
d_unhashed \- is dentry hashed
.SH "SYNOPSIS"
.HP \w'int\ d_unhashed('u
.BI "int d_unhashed(const\ struct\ dentry\ *\ " "dentry" ");"
.SH "ARGUMENTS"
.PP
\fIconst struct dentry * dentry\fR
.RS 4
entry to check
.RE
.SH "DESCRIPTION"
.PP
Returns true if the dentry passed is not currently hashed\&.
.SH "COPYRIGHT"
.br
