/src/lib/librefuse/refuse/ |
v23.h | 78 int (*releasedir) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v23
|
v25.h | 74 int (*releasedir) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v25
|
v28.h | 74 int (*releasedir) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v28
|
v29.h | 74 int (*releasedir) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v29
|
v34.h | 72 int (*releasedir) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v34
|
v35.h | 72 int (*releasedir) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v35
|
v26.h | 74 int (*releasedir) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v26
|
v30.h | 82 int (*releasedir) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v30
|
v38.h | 72 int (*releasedir) (const char *, struct fuse_file_info *); member in struct:fuse_operations_v38
|
fs.c | 970 /* FUSE < 2.3 didn't have releasedir() and was reading 979 if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->releasedir) \ 980 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->releasedir(path, fi); \
|