vfs_op_unlink 222 uspace/srv/vfs/vfs.h extern errno_t vfs_op_unlink(int parentfd, int expectfd, char *path); vfs_op_unlink 268 uspace/srv/vfs/vfs_ipc.c rc = vfs_op_unlink(parentfd, expectfd, path);