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

/netbsd-6-1-5-RELEASE/sbin/resize_lfs/
H A Dresize_lfs.c64 int devfd, rootfd; local
118 rootfd = open(fsname, O_RDONLY);
119 if (rootfd < 0)
150 if (fcntl(rootfd, LFCNINVAL, &i) == 0)
159 if (fcntl(rootfd, LFCNRESIZE, &newnsegs) == -1) {
/netbsd-6-1-5-RELEASE/libexec/lfs_cleanerd/
H A Dlfs_cleanerd.c205 int rootfd; local
234 if ((rootfd = kops.ko_open(fsname, O_RDONLY, 0)) < 0)
236 if (kops.ko_fcntl(rootfd, LFCNIFILEFH, &fs->clfs_ifilefh) < 0)
241 kops.ko_close(rootfd);

Completed in 65 milliseconds