Query: vfs_unlink
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VFS_UNLINK(9) The Linux VFS VFS_UNLINK(9)NAMEvfs_unlink - unlink a filesystem objectSYNOPSISint vfs_unlink(struct inode * dir, struct dentry * dentry, struct inode ** delegated_inode);ARGUMENTSdir parent directory dentry victim delegated_inode returns victim inode, if the inode is delegated.DESCRIPTIONThe caller must hold dir->i_mutex. If vfs_unlink discovers a delegation, it will return -EWOULDBLOCK and return a reference to the inode in delegated_inode. The caller should then break the delegation on that inode and retry. Because breaking a delegation may take a long time, the caller should drop dir->i_mutex before doing so. Alternatively, a caller may pass NULL for delegated_inode. This may be appropriate for callers that expect the underlying filesystem not to be NFS exported.COPYRIGHTKernel Hackers Manual 3.10 June 2014 VFS_UNLINK(9)
Related Man Pages |
---|
debugfs_create_u16(9) - centos |
debugfs_create_bool(9) - centos |
debugfs_create_u8(9) - centos |
securityfs_create_file(9) - centos |
debugfs_create_u16(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Set hard block limit for user using quota |
Best performance UNIX just for HOST Virtualization? |
Tar Command |
[TIP] Processing YAML files with yq |
Please Welcome Dave Munro to the Moderator Team! |