vfs_unlink (9) Linux Manual Page
vfs_unlink – unlink a filesystem object Synopsis int vfs_unlink(struct inode *dir, struct dentry *dentry, struct inode **delegated_inode); Arguments dir parent directory dentry victim delegated_inode returns victim inode, if the inode is delegated. Description The caller must hold dir->i_mutex. If vfs_unlink discovers a delegation, it will return -EWOULDBLOCK and return a reference to the inode in…
