HomeSort by: relevance | last modified time | path
    Searched refs:FINFO (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.sbin/rpcbind/
rpcb_svc_com.c 90 struct finfo { struct
102 static struct finfo FINFO[NFORWARD];
113 static struct finfo *forward_find(u_int32_t);
120 static void xprt_set_caller(SVCXPRT *, struct finfo *);
121 static void send_svcsyserr(SVCXPRT *, struct finfo *);
596 * used was for forwarding (by looking through the finfo structures to see
943 min_time = FINFO[0].time;
955 if (FINFO[i].flag & FINFO_ACTIVE) {
956 if ((FINFO[i].caller_xid == caller_xid) &
    [all...]
  /src/sys/ufs/lfs/
lfs_accessors.h 705 * FINFO (file info) entries.
716 /* size of a FINFO, without the block pointers */
719 /* Full size of the provided FINFO record, including its block pointers. */
724 ((FINFO *)((char *)(fip) + FINFO_FULLSIZE(fs, fip)))
728 lfs_fi_get##field(STRUCT_LFS *fs, FINFO *fip) \
737 lfs_fi_set##field(STRUCT_LFS *fs, FINFO *fip, type val) \
756 lfs_fi_getblock(STRUCT_LFS *fs, FINFO *fip, unsigned idx)
770 lfs_fi_setblock(STRUCT_LFS *fs, FINFO *fip, unsigned idx, daddr_t blk)
1034 * The SEGSUM structure is followed by FINFO structures. Get the pointer
1035 * to the first FINFO
    [all...]
lfs.h 559 * The FINFO structure is a header; it is followed by fi_nblocks block
583 typedef union finfo { union
586 } FINFO;
587 __CTASSERT(__alignof(union finfo) == __alignof(struct finfo64));
589 __CTASSERT(__alignof(union finfo) == __alignof(struct finfo32));
758 /* FINFO's and inode daddr's... */
776 /* FINFO's and inode daddr's... */
794 /* FINFO's and inode daddr's... */
1162 * pointers following a FINFO.
1177 FINFO *fip; /* current fileinfo pointer *
    [all...]
lfs_rfw.c 557 FINFO *fip;
lfs_segment.c 928 * write the indirect blocks, or the finfo will have a small block
1364 /* Insert into the buffer list, update the FINFO block. */
1648 * Update the metadata that points to the blocks listed in the FINFO
1675 * not point to the beginning of the finfo block pointer area.
1937 /* Set pointer to first FINFO, initialize it. */
2101 FINFO *fip;
2150 /* Check for zero-length and zero-version FINFO entries. */
2828 * Set up an FINFO entry for a new file. The fip pointer is assumed to
2852 * Release the FINFO entry, either clearing out an unused entry or
  /src/regress/sys/fs/lfs/ckckp/
check-all 395 if (m/FINFO for inode: ([0-9]*) version/) {
  /src/sbin/fsck_lfs/
setup.c 235 FINFO *fp;
lfs.c 791 struct uvnode *devvp, void (func(daddr_t, FINFO *)))
793 FINFO *fp;
pass6.c 256 pass6harvest(daddr_t daddr, FINFO *fip)
824 * Second pass. Run through FINFO entries looking for blocks
segwrite.c 198 FINFO *fip;
398 /* Insert into the buffer list, update the FINFO block. */
535 * Update the metadata that points to the blocks listed in the FINFO
706 /* Set pointer to first FINFO, initialize it. */
  /src/usr.sbin/dumplfs/
dumplfs.c 584 FINFO *fp;
666 (void)printf(" FINFO for inode: %ju version %u nblocks %u lastlength %u\n",
  /src/libexec/lfs_cleanerd/
lfs_cleanerd.c 449 FINFO *fip;
465 * as well as the first FINFO and inode address pointer.
564 * Note each file block from the finfo blocks
569 /* Count this finfo, whether or not we use it */
573 * If this finfo has nblocks==0, it was written wrong.
575 * finfo last, so just ignore it.
582 syslog(LOG_WARNING, "fixing short FINFO at %jx (seg %d)",
592 syslog(LOG_WARNING, "zero-length FINFO at %jx (seg %d)",

Completed in 163 milliseconds