Home
last modified time | relevance | path

Searched refs:fhandle_t (Results 1 – 2 of 2) sorted by relevance

/third_party/NuttX/fs/nfs/
Dnfs_proto.h129 #define NFSX_V3FH (sizeof(fhandle_t)) /* size this server uses …
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs42 pub type fhandle_t = fhandle; typedef
3921 pub fn fhlink(fhp: *mut fhandle_t, to: *const ::c_char) -> ::c_int;
3922 pub fn fhlinkat(fhp: *mut fhandle_t, tofd: ::c_int, to: *const ::c_char) -> ::c_int;
3924 fhp: *mut fhandle_t,
4259 pub fn fhopen(fhp: *const fhandle_t, flags: ::c_int) -> ::c_int; in fhopen() argument
4261 pub fn fhstatfs(fhp: *const fhandle_t, buf: *mut ::statfs) -> ::c_int; in fhstatfs() argument
4262 pub fn getfh(path: *const ::c_char, fhp: *mut fhandle_t) -> ::c_int; in getfh()
4263 pub fn lgetfh(path: *const ::c_char, fhp: *mut fhandle_t) -> ::c_int; in lgetfh()