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

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A Dnetfs.cpp36 static int netfs_read_stat(void *ns, void *node, struct stat *st);
136 &netfs_read_stat, // read stat
383 // netfs_read_stat
386 netfs_read_stat(void *ns, void *_node, struct stat *st) function
389 PRINT("netfs_read_stat(%p, %p, %p)\n", ns, node, st);
391 PRINT("netfs_read_stat() done: %" B_PRIx32 "\n", error);

Completed in 196 milliseconds