Searched refs:child_dent (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/ntfs/
H A Dnamei.c285 * @child_dent: dentry of the directory whose parent directory to find
288 * dentry @child_dent. This function is called from
295 * Note: ntfs_get_parent() is called with @d_inode(child_dent)->i_mutex down.
300 static struct dentry *ntfs_get_parent(struct dentry *child_dent) ntfs_get_parent() argument
302 struct inode *vi = d_inode(child_dent); ntfs_get_parent()

Completed in 37 milliseconds