table of contents
other versions
D_INSTANTIATE_NO_DIR(9) | The Linux VFS | D_INSTANTIATE_NO_DIR(9) |
NAME¶
d_instantiate_no_diralias - instantiate a non-aliased dentrySYNOPSIS¶
int d_instantiate_no_diralias(struct dentry * entry, struct inode * inode);
ARGUMENTS¶
struct dentry * entrydentry to complete
struct inode * inode
inode to attach to this dentry
DESCRIPTION¶
Fill in inode information in the entry. If a directory alias is found, then return an error (and drop inode). Together with d_materialise_unique this guarantees that a directory inode may never have more than one alias.COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |