/src/sbin/resize_lfs/ |
resize_lfs.c | 66 int devfd, rootfd; local in function:main 122 rootfd = open(fsname, O_RDONLY); 123 if (rootfd < 0) 155 if (fcntl(rootfd, LFCNINVAL, &i) == 0) 165 if (fcntl(rootfd, LFCNRESIZE, &newnsegs) == -1) {
|
resize_lfs.c | 66 int devfd, rootfd; local in function:main 122 rootfd = open(fsname, O_RDONLY); 123 if (rootfd < 0) 155 if (fcntl(rootfd, LFCNINVAL, &i) == 0) 165 if (fcntl(rootfd, LFCNRESIZE, &newnsegs) == -1) {
|
/src/libexec/lfs_cleanerd/ |
lfs_cleanerd.c | 214 int rootfd; local in function:init_fs 252 if ((rootfd = kops.ko_open(fsname, O_RDONLY, 0)) < 0) 254 if (kops.ko_fcntl(rootfd, LFCNIFILEFH, &fs->clfs_ifilefh) < 0) 259 kops.ko_close(rootfd);
|
lfs_cleanerd.c | 214 int rootfd; local in function:init_fs 252 if ((rootfd = kops.ko_open(fsname, O_RDONLY, 0)) < 0) 254 if (kops.ko_fcntl(rootfd, LFCNIFILEFH, &fs->clfs_ifilefh) < 0) 259 kops.ko_close(rootfd);
|