fh_close          670 lib/vfs/direntry.c     if (sub->fh_close != NULL)
fh_close          671 lib/vfs/direntry.c         res = sub->fh_close (me, fh);
fh_close          142 lib/vfs/xdirentry.h     int (*fh_close) (struct vfs_class *me, vfs_file_handler_t *fh);
fh_close         2771 src/vfs/ftpfs/ftpfs.c     ftpfs_subclass.fh_close = ftpfs_fh_close;