OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APPLEUFS_LABEL_SIZE
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/ufs/ffs/
ffs_appleufs.c
61
int len =
APPLEUFS_LABEL_SIZE
; /* sizeof(struct appleufslabel) */
67
#if 0 /*
APPLEUFS_LABEL_SIZE
is guaranteed to be even */
142
memset(appleufs, 0,
APPLEUFS_LABEL_SIZE
);
fs.h
754
#define
APPLEUFS_LABEL_SIZE
1024
755
#define APPLEUFS_LABEL_OFFSET (BBSIZE -
APPLEUFS_LABEL_SIZE
) /* located at 7k */
ffs_vfsops.c
1148
error = bread(devvp, blkno,
APPLEUFS_LABEL_SIZE
, 0, &bp);
/src/sbin/fsck_ffs/
setup.c
615
if (
APPLEUFS_LABEL_SIZE
% dev_bsize != 0)
618
(long)
APPLEUFS_LABEL_SIZE
) != 0)
621
appleufsblk.b_size =
APPLEUFS_LABEL_SIZE
;
utilities.c
144
bufp = aligned_alloc(DEV_BSIZE, (unsigned int)
APPLEUFS_LABEL_SIZE
);
/src/sbin/newfs/
mkfs.c
643
APPLEUFS_LABEL_SIZE
, &appleufs);
644
} else if (
APPLEUFS_LABEL_SIZE
% sectorsize == 0) {
648
APPLEUFS_LABEL_SIZE
, &appleufs);
652
APPLEUFS_LABEL_SIZE
, &appleufs);
Completed in 17 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025