Searched refs:netfs_read_fs_stat (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A Dnetfs.cpp25 static int netfs_read_fs_stat(void *ns, struct fs_info *info);
143 &netfs_read_fs_stat, // read fs stat
266 // netfs_read_fs_stat
269 netfs_read_fs_stat(void *ns, struct fs_info *info) function
275 PRINT("netfs_read_fs_stat(%p, %p)\n", ns, info);
281 PRINT("netfs_read_fs_stat() done: %" B_PRIx32 " \n", error);

Completed in 81 milliseconds