/src/lib/librefuse/refuse/ |
v11.h | 47 typedef int (*fuse_dirfil_t_v11)(fuse_dirh_t handle, const char *name, int type); 53 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v11);
|
legacy.h | 75 typedef void *fuse_dirh_t; typedef in typeref:typename:void *
|
v22.h | 47 typedef int (*fuse_dirfil_t_v22)(fuse_dirh_t handle, const char *name, int type, ino_t ino); 53 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v22);
|
v21.h | 49 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v11);
|
v23.h | 53 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v22);
|
v25.h | 49 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v22);
|
v28.h | 49 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v22);
|
v29.h | 49 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v22);
|
v26.h | 49 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v22);
|
fs.c | 796 fuse_dirfil_v11_to_fill_dir_v23(fuse_dirh_t handle, const char* name, int type) { 811 fuse_dirfil_v22_to_fill_dir_v23(fuse_dirh_t handle, const char* name, int type, ino_t ino) {
|