Home | History | Annotate | Download | only in lfs

Lines Matching refs:inotbl

1865 	struct lfs_inode_array inotbl;
2224 inotbl = *(struct lfs_inode_array *)ap->a_data;
2225 if (inotbl.len > LFS_REWRITE_MAXCNT)
2227 inoa = lfs_malloc(fs, inotbl.len * sizeof(ino_t),
2229 if ((error = copyin(inotbl.inodes, inoa,
2230 inotbl.len * sizeof(ino_t))) != 0) {
2235 for (i = 0; i < inotbl.len; i++) {
2241 error = lfs_rewrite_file(fs, inoa, inotbl.len, scramble,
2246 inotbl.stats.direct = direct;
2247 inotbl.stats.offset = offset;
2250 = inotbl.stats;