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

  /src/sys/arch/sgimips/conf/
INSTALL32_IP2x 32 no file-system LFS
  /src/sys/arch/evbarm/conf/
GENERIC.common 25 no file-system LFS
39 # lfs
40 #options LFS_DIRHASH # LFS version of UFS_DIRHASH
  /src/sys/arch/hppa/stand/xxboot/
readufs_lfs.c 17 #include <ufs/lfs/lfs.h>
20 #error LFS currently requires USE_UFS1
30 * If it is an LFS, save information from the superblock.
42 printf("trying LFS\n");
49 printf("LFS: reading primary sblk at: 0x%x\n", (unsigned)sbpos);
54 printf("LFS: sblk: magic: 0x%x, version: %d\n",
62 printf("LFS: bsize %d, fsize %d, bshift %d, blktodb %d, fsbtodb %d, inopf %d, inopb %d\n",
80 printf("LFS: correcting primary sblk location\n");
93 printf("LFS: reading secondary sblk at: 0x%x\n"
    [all...]
  /src/sys/arch/x68k/stand/boot_ufs/
readufs_lfs.c 19 #error LFS currently requires USE_UFS1
31 * If it is an LFS, save information from the superblock.
43 printf("trying LFS\n");
50 printf("LFS: reading primary sblk at: 0x%x\n", (unsigned)sbpos);
55 printf("LFS: sblk: magic: 0x%x, version: %d\n",
63 printf("LFS: bsize %d, fsize %d, bshift %d, blktodb %d, fsbtodb %d, inopf %d, inopb %d\n",
81 printf("LFS: correcting primary sblk location\n");
94 printf("LFS: reading secondary sblk at: 0x%x\n",
102 printf("LFS: sblk2: magic: 0x%x, version: %d\n",
117 /* This partition looks like an LFS. *
    [all...]
  /src/sys/compat/common/
vfs_syscalls_50.c 58 #ifndef LFS
59 #define LFS
63 #include <ufs/lfs/lfs_extern.h>
287 /* XXX need to check presence of LFS at run-time XXX */
  /src/sys/ufs/lfs/
lfs_syscalls.c 66 #ifndef LFS
67 # define LFS /* for prototypes in syscallargs.h */
80 #include <ufs/lfs/ulfs_inode.h>
81 #include <ufs/lfs/ulfsmount.h>
82 #include <ufs/lfs/ulfs_extern.h>
84 #include <ufs/lfs/lfs.h>
85 #include <ufs/lfs/lfs_accessors.h>
86 #include <ufs/lfs/lfs_kernel.h>
87 #include <ufs/lfs/lfs_extern.h
    [all...]

Completed in 12 milliseconds