HomeSort by: relevance | last modified time | path
    Searched refs:inotbl (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/fs/lfs/
t_fcntl.c 205 struct lfs_inode_array inotbl; local
229 inotbl.len = 1;
230 inotbl.inodes = &ino;
237 if (rump_sys_fcntl(fd, LFCNSCRAMBLE, &inotbl) < 0)
252 if (rump_sys_fcntl(fd, LFCNREWRITEFILE, &inotbl) < 0)
  /src/sys/ufs/lfs/
lfs_vnops.c 1873 struct lfs_inode_array inotbl; local
2238 inotbl = *(struct lfs_inode_array *)ap->a_data;
2239 if (inotbl.len > LFS_REWRITE_MAXCNT)
2241 inoa = lfs_malloc(fs, inotbl.len * sizeof(ino_t),
2243 if ((error = copyin(inotbl.inodes, inoa,
2244 inotbl.len * sizeof(ino_t))) != 0) {
2249 for (i = 0; i < inotbl.len; i++) {
2255 error = lfs_rewrite_file(fs, inoa, inotbl.len, scramble,
2260 inotbl.stats.direct = direct;
2261 inotbl.stats.offset = offset
    [all...]

Completed in 71 milliseconds