| fs.c | 770 void* dirh; member in struct:fuse_fill_dir_v23_shim 804 res = shim->fill_dir_v23(shim->dirh, name, &stbuf, 0); 820 res = shim->fill_dir_v23(shim->dirh, name, &stbuf, 0); 825 void* dirh; member in struct:fuse_fill_dir_v30_shim 837 return shim->fill_dir_v30(shim->dirh, name, stat, off, (enum fuse_fill_dir_flags)0); 847 v23_shim.dirh = buf; 907 v30_shim.dirh = buf;
|