OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lfs
(Results
1 - 6
of
6
) sorted by relevancy
/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/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/sys/ufs/ufs/
ufsmount.h
83
struct
lfs
*
lfs
; /*
LFS
*/
member in union:ufsmount::__anon2a7b98ac010a
88
#define um_lfs ufsmount_u.
lfs
inode.h
108
struct
lfs
*
lfs
; /*
LFS
*/
member in union:inode::__anon6267e6fa010a
112
#define i_lfs inode_u.
lfs
134
struct lfs_inode_ext *
lfs
;
member in union:inode::__anon6267e6fa020a
144
* These fields are currently only used by FFS and
LFS
,
230
/* unused 0x0100 */ /* was
LFS
-only IN_CLEANING */
231
/* unused 0x0200 */ /* was
LFS
-only IN_ADIROP */
234
/* unused 0x1000 */ /* was
LFS
-only IN_PAGING */
236
/* unused 0x4000 */ /* was
LFS
-only IN_CDIROP *
[
all
...]
/src/sys/ufs/lfs/
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.h
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
volume
1015
struct
lfs
{
struct
[
all
...]
Completed in 14 milliseconds
Indexes created Sun Sep 21 15:09:59 GMT 2025