OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rootfd
(Results
1 - 2
of
2
) sorted by relevancy
/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) {
/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
);
Completed in 34 milliseconds
Indexes created Tue Sep 23 07:09:52 GMT 2025