Searched refs:fhandle_t (Results 1 – 2 of 2) sorted by relevance
129 #define NFSX_V3FH (sizeof(fhandle_t)) /* size this server uses …
42 pub type fhandle_t = fhandle; typedef3921 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() argument4261 pub fn fhstatfs(fhp: *const fhandle_t, buf: *mut ::statfs) -> ::c_int; in fhstatfs() argument4262 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()