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

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A Dnetfs.cpp88 static int netfs_remove_attr(void *ns, void *node, const char *name);
165 &netfs_remove_attr, // remove attr
831 // netfs_remove_attr
834 netfs_remove_attr(void *ns, void *_node, const char *name) function
837 PRINT("netfs_remove_attr(%p, %p, `%s')\n", ns, node, name);
839 PRINT("netfs_remove_attr() done: (%" B_PRIx32 ")\n", error);

Completed in 43 milliseconds