HomeSort by: relevance | last modified time | path
    Searched refs:fgetattr (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/librefuse/refuse/
v25.h 81 int (*fgetattr) (const char *, struct stat *, struct fuse_file_info *); member in struct:fuse_operations_v25
v28.h 81 int (*fgetattr) (const char *, struct stat *, struct fuse_file_info *); member in struct:fuse_operations_v28
v29.h 81 int (*fgetattr) (const char *, struct stat *, struct fuse_file_info *); member in struct:fuse_operations_v29
v26.h 81 int (*fgetattr) (const char *, struct stat *, struct fuse_file_info *); member in struct:fuse_operations_v26
fs.c 169 /* fgetattr() was introduced on FUSE 2.5 then disappeared on FUSE
180 if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fgetattr) \
181 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fgetattr(path, buf, fi); \

Completed in 14 milliseconds