OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nominal_fd
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/librefuse/refuse/
v26.c
44
int
nominal_fd
;
local
50
nominal_fd
= fuse_mount_v25(mountpoint, args);
51
if (
nominal_fd
== -1)
54
return fuse_chan_peek(
nominal_fd
);
v21.c
46
int
nominal_fd
= -1;
local
56
nominal_fd
= fuse_mount_v25(mountpoint, &args);
60
return
nominal_fd
;
v11.c
49
int
nominal_fd
= -1;
local
65
nominal_fd
= fuse_mount_v25(mountpoint, &args);
69
return
nominal_fd
;
Completed in 34 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026