HomeSort by: relevance | last modified time | path
    Searched defs:nominal_fd (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/librefuse/refuse/
v21.c 46 int nominal_fd = -1; local in function:fuse_mount_v21
56 nominal_fd = fuse_mount_v25(mountpoint, &args);
60 return nominal_fd;
v26.c 44 int nominal_fd; local in function:fuse_mount_v26
50 nominal_fd = fuse_mount_v25(mountpoint, args);
51 if (nominal_fd == -1)
54 return fuse_chan_peek(nominal_fd);
v11.c 49 int nominal_fd = -1; local in function:fuse_mount_v11
65 nominal_fd = fuse_mount_v25(mountpoint, &args);
69 return nominal_fd;

Completed in 13 milliseconds