OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEGUSE
(Results
1 - 19
of
19
) sorted by relevancy
/src/sbin/fsck_lfs/
fsck_vars.h
85
extern
SEGUSE
*seg_table;
setup.c
100
SEGUSE
*seg_table;
173
SEGUSE
*sup;
427
seg_table = ecalloc(lfs_sb_getnseg(fs), sizeof(
SEGUSE
));
pass4.c
150
SEGUSE
*sup;
pass6.c
76
SEGUSE
*sup;
211
SEGUSE
*sup;
421
SEGUSE
*sup;
472
SEGUSE
*sup;
549
SEGUSE
*sup;
pass5.c
56
SEGUSE
*su;
segwrite.c
247
SEGUSE
*sup;
453
SEGUSE
*sup;
640
SEGUSE
*sup;
727
SEGUSE
*sup;
766
SEGUSE
*sup;
inode.c
490
SEGUSE
*sup;
/src/sys/ufs/lfs/
lfs_segment.c
531
SEGUSE
*segusep;
636
"
seguse
%u: error %d\n",
638
segusep = (
SEGUSE
*)bp->b_data;
653
segusep = (
SEGUSE
*)
887
SEGUSE
*sup;
1464
SEGUSE
*sup;
1744
SEGUSE
*sup;
1788
SEGUSE
*sup;
1892
SEGUSE
*sup;
1912
SEGUSE
*sup
[
all
...]
lfs_rfw.c
231
SEGUSE
*sup;
417
SEGUSE
*sup;
894
SEGUSE
*sup;
1487
SEGUSE
*sup;
lfs_alloc.c
559
SEGUSE
*sup;
974
SEGUSE
*sup;
lfs.h
531
typedef struct segusage
SEGUSE
;
534
uint32_t su_olastmod; /* 4:
SEGUSE
last modified timestamp */
552
uint32_t su_lastmod; /* 4:
SEGUSE
last modified timestamp */
886
uint32_t dlfs_sepb; /* 108:
SEGUSE
entries per block */
961
uint32_t dlfs_sepb; /* 156:
SEGUSE
entries per block */
1312
SEGUSE
*
seguse
; /* Out: array of
seguse
*/
member in struct:lfs_seguse_array
lfs_vfsops.c
226
{ "
seguse
", "Debug segment used-bytes accounting" },
897
SEGUSE
*sup;
1362
SEGUSE
*sup;
2475
SEGUSE
*sup;
2611
/* If we are expanding, write the new empty
SEGUSE
entries */
2622
sup = &((
SEGUSE
*)bp->b_data)[i % lfs_sb_getsepb(fs)];
2623
memset(sup, 0, (nexti - i) * sizeof(
SEGUSE
));
lfs_accessors.h
688
(SP) = (
SEGUSE
*)((SEGUSE_V1 *)(BP)->b_data + \
691
(SP) = (
SEGUSE
*)(BP)->b_data + ((IN) % lfs_sb_getsepb(F)); \
lfs_inode.c
675
SEGUSE
*sup;
lfs_syscalls.c
857
SEGUSE
*sup;
lfs_vnops.c
1860
SEGUSE
*sup, *sua;
2273
* Retrieve
SEGUSE
information for one or more segments.
2295
error = copyout(sua, suap.
seguse
, suap.len * sizeof *sua);
/src/sbin/newfs_lfs/
make_lfs.c
140
.dlfs_sepb = DFL_LFSBLOCK/sizeof(
SEGUSE
),
205
.dlfs_sepb = DFL_LFSBLOCK/sizeof(
SEGUSE
),
401
SEGUSE
*segp; /* Segment usage table */
560
lfs_sb_setsepb(fs, bsize / sizeof(
SEGUSE
));
/src/usr.sbin/dumplfs/
dumplfs.c
95
print_suentry(int i,
SEGUSE
*sp, struct lfs *fs)
520
SEGUSE
*sp;
525
for (sp = (
SEGUSE
*)pp, cnt = i;
539
sp = (
SEGUSE
*)((SEGUSE_V1 *)sp + 1);
/src/libexec/lfs_cleanerd/
lfs_cleanerd.c
776
syslog(LOG_WARNING, "segment %d: bad
seguse
count %d",
1081
SEGUSE
*sup;
1102
sup = ((
SEGUSE
*)bp->b_data) + j;
Completed in 30 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025