Searched refs:netfs_unlink (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A Dnetfs.cpp57 static int netfs_unlink(void *ns, void *dir, const char *name);
119 &netfs_unlink, // unlink
547 // netfs_unlink
550 netfs_unlink(void *ns, void *_dir, const char *name) function
553 PRINT("netfs_unlink(%p, %p, `%s')\n", ns, dir, name);
555 PRINT("netfs_unlink() done: (%" B_PRIx32 ")\n", error);

Completed in 36 milliseconds