OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lfs_sp
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/ufs/lfs/
lfs_kclean.c
220
lfs_writeinode(fs, fs->
lfs_sp
, VTOI(vp));
265
fs->
lfs_sp
->vp = vp;
276
while (lfs_gatherblock(fs->
lfs_sp
, bp, &bufcache_lock)) {
282
KASSERT(fs->
lfs_sp
->cbpp[-1] == bp);
394
lfs_updatemeta(fs->
lfs_sp
);
395
fs->
lfs_sp
->vp = NULL;
397
lfs_writeinode(fs, fs->
lfs_sp
, VTOI(vp));
576
while (lfs_writeseg(fs, fs->
lfs_sp
))
579
*offsetp = lfs_btofsb(fs, fs->
lfs_sp
->bytes_written);
1105
*offsetp += lfs_btofsb(fs, fs->
lfs_sp
->bytes_written)
[
all
...]
lfs_pages.c
194
struct segment *sp = fs->
lfs_sp
;
735
sp = fs->
lfs_sp
;
833
lfs_gather(fs, fs->
lfs_sp
, vp, lfs_match_indir);
834
lfs_gather(fs, fs->
lfs_sp
, vp, lfs_match_dindir);
835
lfs_gather(fs, fs->
lfs_sp
, vp, lfs_match_tindir);
860
lfs_writeseg(fs, fs->
lfs_sp
);
lfs_subr.c
315
fs->
lfs_sp
->seg_flags |= flags;
324
sp = fs->
lfs_sp
= pool_get(&fs->lfs_segpool, PR_WAITOK);
498
sp = fs->
lfs_sp
;
523
* fs->
lfs_sp
so another process can use it (we have to
528
fs->
lfs_sp
= NULL;
798
lfs_writeseg(fs, fs->
lfs_sp
);
810
seg_flags = fs->
lfs_sp
->seg_flags;
lfs_segment.c
286
if (LFS_SHOULD_CHECKPOINT(fs, fs->
lfs_sp
->seg_flags)) {
303
sp = fs->
lfs_sp
;
589
sp = fs->
lfs_sp
;
633
sp = fs->
lfs_sp
;
1830
struct segment *sp = fs->
lfs_sp
;
2044
if (fs->
lfs_sp
->seg_flags & SEGM_SYNC) {
2046
cl->seg = fs->
lfs_sp
;
2407
if (fs->
lfs_sp
->seg_flags & SEGM_SYNC)
2422
if (fs->
lfs_sp
->seg_flags & SEGM_SYNC)
2424
if (fs->
lfs_sp
->seg_flags & SEGM_CLEAN)
[
all
...]
lfs_balloc.c
702
if (fs->
lfs_sp
&& (fs->
lfs_sp
->seg_flags & SEGM_CLEAN)) {
lfs_bio.c
381
fs->
lfs_sp
->seg_flags & (SEGM_CLEAN | SEGM_FORCE_CKP)) {
lfs_vfsops.c
1885
for (bpp = fs->
lfs_sp
->bpp;
1886
bpp != fs->
lfs_sp
->cbpp; ++bpp) {
1888
bpp != fs->
lfs_sp
->bpp) {
2140
struct segment *sp = fs->
lfs_sp
;
lfs_vnops.c
1596
sp = fs->
lfs_sp
;
1753
sp = fs->
lfs_sp
;
2037
lws.offset = lfs_btofsb(fs, fs->
lfs_sp
->bytes_written);
lfs.h
1040
struct segment *
lfs_sp
; /* current segment being written */
member in struct:lfs
/src/sbin/fsck_lfs/
segwrite.c
156
sp = fs->
lfs_sp
;
645
sp = fs->
lfs_sp
;
939
fs->
lfs_sp
->seg_flags |= flags;
944
sp = fs->
lfs_sp
= emalloc(sizeof(*sp));
967
sp = fs->
lfs_sp
;
986
fs->
lfs_sp
= NULL;
Completed in 28 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026