HomeSort by: relevance | last modified time | path
    Searched refs:bsd_to_linux_statfs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/compat/linux/common/
linux_statfs.h 36 static void __unused bsd_to_linux_statfs(const struct statvfs *,
47 bsd_to_linux_statfs(const struct statvfs *bsp, struct linux_statfs *lsp) function in typeref:typename:void __unused
91 * See comments in bsd_to_linux_statfs() for further background.
linux_misc.c 397 bsd_to_linux_statfs(sb, &ltmp);
419 bsd_to_linux_statfs(sb, &ltmp);
  /src/sys/compat/linux32/common/
linux32_misc.c 88 bsd_to_linux_statfs(sb, &ltmp);
110 bsd_to_linux_statfs(sb, &ltmp);

Completed in 14 milliseconds