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

  /src/sys/compat/linux/common/
linux_statfs.h 54 if (strcmp(bsp->f_fstypename, linux_fstypes[i].mty_bsd) == 0) {
55 lsp->l_ftype = linux_fstypes[i].mty_linux;
103 if (strcmp(bsp->f_fstypename, linux_fstypes[i].mty_bsd) == 0) {
104 lsp->l_ftype = linux_fstypes[i].mty_linux;
linux_misc.h 147 extern const struct linux_mnttypes linux_fstypes[];
linux_misc.c 145 const struct linux_mnttypes linux_fstypes[] = { variable in typeref:typename:const struct linux_mnttypes[]
170 const int linux_fstypes_cnt = sizeof(linux_fstypes) / sizeof(linux_fstypes[0]);
  /src/sys/compat/linux32/common/
linux32_misc.c 68 extern const struct linux_mnttypes linux_fstypes[];

Completed in 15 milliseconds