Home
last modified time | relevance | path

Searched refs:rootfd (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sbin/resize_lfs/
H A Dresize_lfs.c66 int devfd, rootfd; in main() local
122 rootfd = open(fsname, O_RDONLY); in main()
123 if (rootfd < 0) in main()
155 if (fcntl(rootfd, LFCNINVAL, &i) == 0) in main()
165 if (fcntl(rootfd, LFCNRESIZE, &newnsegs) == -1) { in main()
/netbsd-src/libexec/lfs_cleanerd/
H A Dlfs_cleanerd.c214 int rootfd; in init_fs() local
252 if ((rootfd = kops.ko_open(fsname, O_RDONLY, 0)) < 0) in init_fs()
254 if (kops.ko_fcntl(rootfd, LFCNIFILEFH, &fs->clfs_ifilefh) < 0) in init_fs()
259 kops.ko_close(rootfd); in init_fs()