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

  /src/lib/librefuse/refuse/
legacy.h 47 /* statfs structure used by FUSE < 1.9. On 2.1 it's been replaced with
48 * "struct statfs" and later replaced again with struct statvfs on
59 /* Linux-specific struct statfs; used by FUSE >= 2.1 && < 2.5. */
60 struct statfs { struct
v11.h 68 int (*statfs) (const char *, struct fuse_statfs *); member in struct:fuse_operations_v11
v21.h 64 int (*statfs) (const char *, struct statfs *); member in struct:fuse_operations_v21
v22.h 68 int (*statfs) (const char *, struct statfs *); member in struct:fuse_operations_v22
v23.h 68 int (*statfs) (const char *, struct statfs *); member in struct:fuse_operations_v23
v25.h 64 int (*statfs) (const char *, struct statvfs *); member in struct:fuse_operations_v25
v26.h 64 int (*statfs) (const char *, struct statvfs *); member in struct:fuse_operations_v26
v28.h 64 int (*statfs) (const char *, struct statvfs *); member in struct:fuse_operations_v28
v29.h 64 int (*statfs) (const char *, struct statvfs *); member in struct:fuse_operations_v29
v30.h 72 int (*statfs) (const char *, struct statvfs *); member in struct:fuse_operations_v30
v34.h 62 int (*statfs) (const char *, struct statvfs *); member in struct:fuse_operations_v34
v35.h 62 int (*statfs) (const char *, struct statvfs *); member in struct:fuse_operations_v35
v38.h 62 int (*statfs) (const char *, struct statvfs *); member in struct:fuse_operations_v38

Completed in 15 milliseconds