Home
last modified time | relevance | path

Searched refs:fsfilcnt_t (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/include/sys/
Dstatvfs.h42 fsfilcnt_t f_files;
44 fsfilcnt_t f_ffree;
46 fsfilcnt_t f_favail;
71 fsfilcnt_t f_files;
73 fsfilcnt_t f_ffree;
75 fsfilcnt_t f_favail;
Dtypes.h61 typedef unsigned long fsfilcnt_t; typedef
/bionic/tests/headers/posix/
Dsys_statvfs_h.c40 STRUCT_MEMBER(struct statvfs, fsfilcnt_t, f_files); in sys_statvfs_h()
41 STRUCT_MEMBER(struct statvfs, fsfilcnt_t, f_ffree); in sys_statvfs_h()
42 STRUCT_MEMBER(struct statvfs, fsfilcnt_t, f_favail); in sys_statvfs_h()
48 TYPE(fsfilcnt_t); in sys_statvfs_h()
Dsys_types_h.c40 TYPE(fsfilcnt_t); in sys_types_h()