OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FINFO
(Results
1 - 13
of
13
) 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
702
*
FINFO
(file info) entries.
713
/* size of a
FINFO
, without the block pointers */
716
/* Full size of the provided
FINFO
record, including its block pointers. */
721
((
FINFO
*)((char *)(fip) + FINFO_FULLSIZE(fs, fip)))
725
lfs_fi_get##field(STRUCT_LFS *fs,
FINFO
*fip) \
734
lfs_fi_set##field(STRUCT_LFS *fs,
FINFO
*fip, type val) \
753
lfs_fi_getblock(STRUCT_LFS *fs,
FINFO
*fip, unsigned idx)
767
lfs_fi_setblock(STRUCT_LFS *fs,
FINFO
*fip, unsigned idx, daddr_t blk)
1051
* The SEGSUM structure is followed by
FINFO
structures. Get the pointer
1052
* to the first
FINFO
[
all
...]
lfs.h
560
* The
FINFO
structure is a header; it is followed by fi_nblocks block
584
typedef union
finfo
{
union
587
}
FINFO
;
588
__CTASSERT(__alignof(union
finfo
) == __alignof(struct finfo64));
590
__CTASSERT(__alignof(union
finfo
) == __alignof(struct finfo32));
759
/*
FINFO
's and inode daddr's... */
777
/*
FINFO
's and inode daddr's... */
795
/*
FINFO
's and inode daddr's... */
1176
FINFO
*finfop; /* The
FINFO
structure to parse *
[
all
...]
lfs_kclean.c
308
FINFO
*fip;
376
* causes us to skip the rest of this
FINFO
.
391
* If we acquired
finfo
, release it and write the blocks.
413
FINFO
*fip;
642
FINFO
*fip;
661
* If we can't, or if version is wrong, this
FINFO
does not refer
lfs_rfw.c
562
FINFO
*fip;
644
FINFO
*fip;
lfs_segment.c
894
* write the indirect blocks, or the
finfo
will have a small block
1346
/* Insert into the buffer list, update the
FINFO
block. */
1634
* Update the metadata that points to the blocks listed in the
FINFO
1661
* not point to the beginning of the
finfo
block pointer area.
1922
/* Set pointer to first
FINFO
, initialize it. */
2080
FINFO
*fip;
2132
/* Check for zero-length and zero-version
FINFO
entries. */
2826
* Set up an
FINFO
entry for a new file. The fip pointer is assumed to
2850
* 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
785
struct uvnode *devvp, void (func(daddr_t,
FINFO
*)))
787
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
705
/* Set pointer to first
FINFO
, initialize it. */
/src/usr.sbin/dumplfs/
dumplfs.c
590
FINFO
*fp;
672
(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 31 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026