Searched defs:fstatfs64 (Results 1 – 10 of 10) sorted by relevance
3 SYS_FUNC(fstatfs64) in SYS_FUNC() argument
23 #define fstatfs64 fstatfs macro
57 pub unsafe extern "C" fn fstatfs64(fd: ::c_int, buf: *mut ::statfs64) -> ::c_int { in fstatfs64() function
65 pub unsafe extern "C" fn fstatfs64(fd: ::c_int, buf: *mut ::statfs64) -> ::c_int { in fstatfs64() function
2126 "fstatfs64": 267, number
5004 LSS_INLINE int LSS_NAME(fstatfs64)(int f,struct kernel_statfs64 *b) { in LSS_NAME() argument
2857 pub fn fstatfs64(fd: ::c_int, buf: *mut statfs64) -> ::c_int; in fstatfs64() function
4139 pub fn fstatfs64(__fildes: ::c_int, __buf: *mut statfs64) -> ::c_int; in fstatfs64() function