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

  /src/tests/fs/lfs/
t_fcntl.c 282 if (rump_sys_fcntl(fd, LFCNSEGUSE, &sua) < 0)
283 atf_tc_fail_errno("LFCNSEGUSE[1] failed");
311 if (rump_sys_fcntl(fd, LFCNSEGUSE, &sua) < 0)
312 atf_tc_fail_errno("LFCNSEGUSE[2] failed");
  /src/libexec/lfs_cleanerd/
lfs_cleanerd.c 436 if (fcntl(fs->clfs_ifilefd, LFCNSEGUSE, &sua) < 0) {
  /src/sys/ufs/lfs/
lfs.h 1360 * LFCNSEGUSE retrieves the current SEGUSE structure for segments
1373 #define LFS_SEGUSE_MAXCNT 65536 /* Max entry count for LFCNSEGUSE */
1387 #define LFCNSEGUSE _FCNRW_FSPRIV('L', 23, struct lfs_seguse_array)
lfs_vnops.c 2284 case LFCNSEGUSE:

Completed in 30 milliseconds