HomeSort by: relevance | last modified time | path
    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