OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thisino
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/xcvs/dist/lib/
getcwd.c
151
ino_t rootino,
thisino
;
197
thisino
= st.st_ino;
204
while (!(thisdev == rootdev &&
thisino
== rootino))
260
if (MATCHING_INO (d,
thisino
) || mount_point)
309
&& st.st_dev == thisdev && st.st_ino ==
thisino
)
357
thisino
= dotino;
150
ino_t rootino,
thisino
;
local
/src/sys/ufs/lfs/
lfs_alloc.c
354
ino_t headino,
thisino
, oldnext, tailino;
local
407
thisino
= headino;
408
while (
thisino
!= LFS_UNUSED_INUM) {
410
LFS_IENTRY(ifp, fs,
thisino
, bp);
417
thisino
= nextfree;
440
/* If our inode was the tail,
thisino
is now the tail */
442
LFS_PUT_TAILFREE(fs, cip, cbp,
thisino
);
1020
ino_t i, headino, maxino,
thisino
, tailino, nextfree;
local
1084
thisino
= headino;
1085
while (
thisino
!= LFS_UNUSED_INUM)
[
all
...]
/src/sbin/fsck_lfs/
pass6.c
425
ino_t
thisino
= lfs_dino_getinumber(fs, dp);
local
432
LFS_IENTRY(ifp, fs,
thisino
, bp);
447
vp = vget(fs,
thisino
);
468
alloc_inode(ino_t
thisino
, daddr_t daddr)
477
pwarn("allocating ino %ju at 0x%jx\n", (uintmax_t)
thisino
,
479
while (
thisino
>= maxino) {
483
LFS_IENTRY(ifp, fs,
thisino
, bp);
486
(long long)
thisino
);
494
if (oldhead ==
thisino
) {
506
if (lfs_if_getnextfree(fs, ifp) ==
thisino
) {
[
all
...]
Completed in 26 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026