Searched refs:sblk (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sbin/fsck_ffs/
H A Dsetup.c259 readcnt[sblk.b_type]++;
330 readcnt[sblk.b_type]++;
346 readcnt[sblk.b_type]++;
374 sblk.b_bno = super / dev_bsize;
375 sblk.b_size = SBLOCKSIZE;
423 sblk.b_bno, asblk.b_bno);
454 initbarea(&sblk, BT_SUPERBLK);
456 sblk.b_un.b_buf = Malloc(SBLOCKSIZE);
458 if (sblk.b_un.b_buf == NULL || asblk.b_un.b_buf == NULL)
H A Dsuj.c320 struct suj_blk *sblk; local
328 LIST_FOREACH(sblk, hd, sb_next)
329 if (sblk->sb_blk == blk)
330 return (sblk);
333 sblk = errmalloc(sizeof(*sblk));
334 bzero(sblk, sizeof(*sblk));
335 sblk->sb_blk = blk;
336 TAILQ_INIT(&sblk
535 struct suj_blk *sblk; local
587 struct suj_blk *sblk; local
1705 blk_check(struct suj_blk *sblk) argument
1822 struct suj_blk *sblk; local
2188 struct suj_blk *sblk; local
[all...]
H A Dglobs.c55 struct bufarea sblk; /* file system superblock */ variable in typeref:struct:bufarea
129 bzero(&sblk, sizeof(struct bufarea));
H A Dfsck.h201 extern struct bufarea sblk; /* file system superblock */
218 #define sbdirty() dirty(&sblk)
219 #define sblock (*sblk.b_un.b_fs)
H A Dfsutil.c363 if (bp != &sblk)
418 flush(fswritefd, &sblk);
420 sblk.b_bno != sblock.fs_sblockloc / dev_bsize &&
422 sblk.b_bno = sblock.fs_sblockloc / dev_bsize;
424 flush(fswritefd, &sblk);
456 flush(fswritefd, &sblk);
H A Dmain.c440 flush(fswritefd, &sblk);
549 if (cvtlevel && sblk.b_dirty) {
/freebsd-11-stable/sys/geom/
H A Dgeom_ccd.c534 daddr_t sblk; local
536 sblk = 0;
537 for (ci = cs->sc_cinfo; cbn >= sblk + ci->ci_size; ci++)
538 sblk += ci->ci_size;
539 cbn -= sblk;
/freebsd-11-stable/sbin/quotacheck/
H A Dquotacheck.c79 struct fs sblk; member in union:__anon7075
82 #define sblock sb_un.sblk
/freebsd-11-stable/sys/dev/bce/
H A Dif_bce.c10655 if (sblk->status_rx_quick_consumer_index##arg) \
10657 sblk->status_rx_quick_consumer_index##arg, (u16) \
10658 RX_CHAIN_IDX(sblk->status_rx_quick_consumer_index##arg), \
10663 if (sblk->status_tx_quick_consumer_index##arg) \
10665 sblk->status_tx_quick_consumer_index##arg, (u16) \
10666 TX_CHAIN_IDX(sblk->status_tx_quick_consumer_index##arg), \
10678 struct status_block *sblk; local
10682 sblk = sc->status_block;
10691 sblk->status_attn_bits);
10694 sblk
10742 struct statistics_block *sblk; local
[all...]

Completed in 201 milliseconds