Query: d_obtain_alias
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
D_OBTAIN_ALIAS(9) The Linux VFS D_OBTAIN_ALIAS(9)NAMEd_obtain_alias - find or allocate a dentry for a given inodeSYNOPSISstruct dentry * d_obtain_alias(struct inode * inode);ARGUMENTSinode inode to allocate the dentry forDESCRIPTIONObtain a dentry for an inode resulting from NFS filehandle conversion or similar open by handle operations. The returned dentry may be anonymous, or may have a full name (if the inode was already in the cache). When called on a directory inode, we must ensure that the inode only ever has one dentry. If a dentry is found, that is returned instead of allocating a new one. On successful return, the reference to the inode has been transferred to the dentry. In case of an error the reference on the inode is released. To make it easier to use in export operations a NULL or IS_ERR inode may be passed in and will be the error will be propagate to the return value, with a NULL inode replaced by ERR_PTR(-ESTALE).COPYRIGHTKernel Hackers Manual 2.6. July 2010 D_OBTAIN_ALIAS(9)
Related Man Pages |
---|
debugfs_create_file(9) - centos |
debugfs_create_bool(9) - centos |
debugfs_create_u8(9) - centos |
debugfs_create_file(9) - suse |
securityfs_create_file(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Getting command output to putty window title. |
Update kernel Linux without reboot?! |
Tar Command |
Shopt -s histappend |
32 bit process addressing more than 4GB |