OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:root_fd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/dump_lfs/
lfs_inode.c
407
static int
root_fd
= -1;
variable
415
root_fd
= open(mpname, O_RDONLY, 0);
416
if (
root_fd
< 0)
419
fcntl(
root_fd
, LFCNREWIND, -1); /* Ignore return value */
420
if (fcntl(
root_fd
, LFCNWRAPSTOP, &waitfor) < 0) {
438
if (
root_fd
< 0)
441
fcntl(
root_fd
, LFCNWRAPGO, &waitfor);
442
close(
root_fd
);
443
root_fd
= -1;
lfs_inode.c
407
static int
root_fd
= -1;
variable
415
root_fd
= open(mpname, O_RDONLY, 0);
416
if (
root_fd
< 0)
419
fcntl(
root_fd
, LFCNREWIND, -1); /* Ignore return value */
420
if (fcntl(
root_fd
, LFCNWRAPSTOP, &waitfor) < 0) {
438
if (
root_fd
< 0)
441
fcntl(
root_fd
, LFCNWRAPGO, &waitfor);
442
close(
root_fd
);
443
root_fd
= -1;
Completed in 31 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026