OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inoa
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/lfs/
lfs_vnops.c
1886
ino_t *
inoa
;
local
2236
inoa
= lfs_malloc(fs, inotbl.len * sizeof(ino_t),
2238
if ((error = copyin(inotbl.inodes,
inoa
,
2240
lfs_free(fs,
inoa
, LFS_NB_BLKIOV);
2245
if (
inoa
[i] <= LFS_IFILE_INUM ||
inoa
[i] >= maxino)
2250
error = lfs_rewrite_file(fs,
inoa
, inotbl.len, scramble,
2252
lfs_free(fs,
inoa
, LFS_NB_BLKIOV);
lfs_kclean.c
1047
lfs_rewrite_file(struct lfs *fs, ino_t *
inoa
, int len, bool scramble,
1064
error = VFS_VGET(fs->lfs_ivnode->v_mount,
inoa
[i],
Completed in 17 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026