HomeSort by: relevance | last modified time | path
    Searched refs:lfs (Results 1 - 25 of 124) sorted by relevancy

1 2 3 4 5

  /src/sbin/fsck_lfs/
segwrite.h 42 int lfs_segwrite(struct lfs *, int);
43 void lfs_writefile(struct lfs *, struct segment *, struct uvnode *);
44 int lfs_writeinode(struct lfs *, struct segment *, struct inode *);
46 int lfs_gather(struct lfs *, struct segment *, struct uvnode *,
47 int (*match) (struct lfs *, struct ubuf *));
49 int lfs_initseg(struct lfs *);
50 void lfs_newseg(struct lfs *);
51 int lfs_writeseg(struct lfs *, struct segment *);
52 void lfs_writesuper(struct lfs *, daddr_t);
54 int lfs_match_data(struct lfs *, struct ubuf *)
    [all...]
lfs_user.h 33 struct lfs;
84 struct uvnode *lfs_raw_vget(struct lfs *, ino_t, int, daddr_t);
85 struct lfs *lfs_init(int, daddr_t, daddr_t, int, int);
86 struct lfs *lfs_verify(struct lfs *, struct lfs *, struct uvnode *, int);
87 int check_summary(struct lfs *, union segsum *, daddr_t, int, struct uvnode *, void (*)(daddr_t, union finfo *));
88 daddr_t try_verify(struct lfs *, struct uvnode *, daddr_t, int);
89 union lfs_dinode *lfs_ifind(struct lfs *, ino_t, struct ubuf *);
92 int extend_ifile(struct lfs *);
    [all...]
vars.c 34 #include <ufs/lfs/lfs.h>
44 struct lfs *fs;
pass3.c 35 #include <ufs/lfs/lfs.h>
Makefile 10 SRCS= bufcache.c dir.c fsutil.c inode.c lfs.c lfs_cksum.c lfs_itimes.c main.c
15 .PATH: ${NETBSDSRCDIR}/sys/ufs/lfs ${FSCK}
  /src/sbin/mount_lfs/
mount_lfs.h 31 #include <ufs/lfs/lfs.h>
  /src/sys/ufs/lfs/
ulfs_dinode.h 52 #include <ufs/lfs/lfs.h>
lfs_extern.h 75 * Sysctl values for LFS.
107 struct lfs;
134 int lfs_valloc_fixed(struct lfs *, ino_t, int);
136 void lfs_order_freelist(struct lfs *, ino_t **, size_t *);
137 int lfs_extend_ifile(struct lfs *, kauth_cred_t);
138 void lfs_orphan(struct lfs *, ino_t);
139 void lfs_free_orphans(struct lfs *, ino_t *, size_t);
141 void lfs_check_freelist(struct lfs *, const char *, int);
158 int lfs_availwait(struct lfs *, int);
160 int lfs_fits(struct lfs *, int)
    [all...]
Makefile 3 INCSDIR= /usr/include/ufs/lfs
5 INCS= lfs.h lfs_accessors.h lfs_inode.h lfs_extern.h
ulfs_snapshot.c 67 #include <ufs/lfs/ulfs_quotacommon.h>
68 #include <ufs/lfs/ulfsmount.h>
69 #include <ufs/lfs/ulfs_inode.h>
70 #include <ufs/lfs/ulfs_extern.h>
71 #include <ufs/lfs/ulfs_bswap.h>
73 #include <ufs/lfs/lfs.h>
74 #include <ufs/lfs/lfs_extern.h>
ulfsmount.h 48 #include <ufs/lfs/ulfs_extattr.h>
49 #include <ufs/lfs/ulfs_quotacommon.h>
67 struct lfs *um_lfs;
120 #define MNINDIR(lfs) ((lfs)->um_nindir)
121 #define blkptrtodb(lfs, b) ((b) << (lfs)->um_bptrtodb)
ulfs_quotacommon.h 41 #include <ufs/lfs/lfs.h>
42 #include <ufs/lfs/lfs_inode.h>
lfs_inode.h 52 #include <ufs/lfs/lfs.h>
121 #define IN_CLEANING 0x0100 /* LFS: file is being cleaned */
122 #define IN_ADIROP 0x0200 /* LFS: dirop in progress */
124 #define IN_PAGING 0x1000 /* LFS: file is on paging queue */
125 #define IN_CDIROP 0x4000 /* LFS: dirop completed pending i/o */
126 #define IN_MARKER 0x00010000 /* LFS: marker inode for iteration */
134 struct lfs *i_lfs; /* The LFS volume we belong to. */
153 struct lfs_inode_ext *lfs; member in union:inode::__anon42687b35010a
    [all...]
lfs_kernel.h 3 /* from NetBSD: lfs.h,v 1.157 2013/06/28 16:14:06 matt Exp */
61 * @(#)lfs.h 8.9 (Berkeley) 5/8/95
67 #include <ufs/lfs/lfs.h>
85 struct lfs *fs; /* LFS that this belongs to */
lfs_cksum.c 73 #include <ufs/lfs/lfs.h>
74 #include <ufs/lfs/lfs_extern.h>
103 lfs_sb_cksum(struct lfs *fs)
lfs_itimes.c 47 #include <ufs/lfs/ulfs_inode.h>
48 #include <ufs/lfs/lfs_extern.h>
52 #include <ufs/lfs/lfs.h>
53 #include <ufs/lfs/lfs_accessors.h>
54 #include <ufs/lfs/lfs_inode.h>
60 struct lfs *fs = ip->i_lfs;
ulfs_vfsops.c 59 #include <ufs/lfs/lfs.h>
60 #include <ufs/lfs/lfs_accessors.h>
61 #include <ufs/lfs/ulfs_quotacommon.h>
62 #include <ufs/lfs/ulfs_inode.h>
63 #include <ufs/lfs/ulfsmount.h>
64 #include <ufs/lfs/ulfs_extern.h>
66 #include <ufs/lfs/ulfs_dirhash.h>
  /src/sbin/newfs_lfs/
extern.h 34 struct lfs;
36 uint32_t lfs_sb_cksum(struct lfs *);
  /src/sys/ufs/
Makefile 3 SUBDIR= ffs lfs mfs ufs ext2fs
  /src/usr.sbin/sysinst/
disks_lfs.c 29 /* this gets its own file as LFS includes interfere with other ones */
34 #include <ufs/lfs/lfs.h>
  /src/sbin/scan_ffs/
scan_ffs.c 30 * Currently it can detect FFS and LFS partitions (version 1 or 2)
47 #include <ufs/lfs/lfs.h>
48 #include <ufs/lfs/lfs_accessors.h>
49 #include <ufs/lfs/lfs_extern.h>
65 /* common struct for FFS/LFS */
67 struct lfs *lfs; member in struct:sblockinfo
80 static int sbaddr = 0; /* counter for the LFS superblocks */
94 /* This is only useful for LFS */
    [all...]
  /src/usr.sbin/dumplfs/
Makefile 10 .PATH: ${NETBSDSRCDIR}/sys/ufs/lfs
  /src/usr.sbin/puffs/rump_lfs/
Makefile 6 MOUNTNAME= lfs
  /src/sys/arch/sparc/stand/bootblk/
Makefile 15 CLEANFILES= ffs.fth.h lfs.fth.h assym.fth.h.tmp \
31 lfs.fth.h: genlfs.cf machine sparc
33 ${GENASSYM_CPPFLAGS} < ${.CURDIR}/genlfs.cf >lfs.fth.h.tmp && \
34 mv -f lfs.fth.h.tmp lfs.fth.h
36 bootblk.text: bootblk.fth ffs.fth.h lfs.fth.h
41 bootblk: bootblk.fth ffs.fth.h lfs.fth.h
  /src/sys/modules/lfs/
Makefile 5 .PATH: ${S}/ufs/lfs
9 KMOD= lfs

Completed in 25 milliseconds

1 2 3 4 5