Home | History | Annotate | Download | only in lfs

Lines Matching defs:lfs

1 /*	$NetBSD: lfs.h,v 1.210 2025/09/17 03:50:38 perseant Exp $	*/
62 * @(#)lfs.h 8.9 (Berkeley) 5/8/95
163 * Compile-time options for LFS.
172 #define LFS_LABELPAD 8192 /* LFS label size */
173 #define LFS_SBPAD 8192 /* LFS superblock size */
220 * Directories in LFS are files; they use the same inode and block
245 * for the integrity of FFS volumes; however, for LFS it's irrelevant.
247 * confuse earlier ufs-based versions of the LFS code.
290 * well before LFS was first written; there should be no LFS volumes
291 * (and certainly no LFS v2-format volumes or LFS64 volumes) where the
426 * A dinode contains all the meta-data associated with a LFS file.
814 * LFS, and accessor functions to hide the differences.
816 * For lfs64, the format version is always 2; version 1 lfs is old.
1015 struct lfs {
1171 struct lfs *fs; /* file system pointer */
1191 #define SEGM_WRITERD 0x0020 /* LFS writed called us */
1220 /* Fcntls to take the place of the lfs syscalls */
1254 DLOG((DLOG_SEG, "lfs func %s seglock wrong (%d)\n", __func__, \
1258 DLOG((DLOG_SEG, "lfs func %s seglock wrong (0)\n", __func__)); \
1263 DLOG((DLOG_SEG, "lfs func %s seglock wrong (1)\n", __func__)); \
1270 * Arguments to mount LFS filesystems