ctlop             794 lib/vfs/direntry.c vfs_s_setctl (const vfs_path_t *vpath, int ctlop, void *arg)
ctlop             800 lib/vfs/direntry.c     switch (ctlop)
ctlop             351 lib/vfs/interface.c mc_ctl (int handle, int ctlop, void *arg)
ctlop             358 lib/vfs/interface.c     return (vfs == NULL || vfs->ctl == NULL) ? 0 : vfs->ctl (fsinfo, ctlop, arg);
ctlop             364 lib/vfs/interface.c mc_setctl (const vfs_path_t *vpath, int ctlop, void *arg)
ctlop             374 lib/vfs/interface.c         result = me->setctl != NULL ? me->setctl (vpath, ctlop, arg) : 0;
ctlop             206 lib/vfs/vfs.h      int (*ctl) (void *vfs_info, int ctlop, void *arg);
ctlop             207 lib/vfs/vfs.h      int (*setctl) (const vfs_path_t * vpath, int ctlop, void *arg);
ctlop             336 lib/vfs/vfs.h  int mc_ctl (int fd, int ctlop, void *arg);
ctlop             337 lib/vfs/vfs.h  int mc_setctl (const vfs_path_t * vpath, int ctlop, void *arg);
ctlop            1713 src/vfs/extfs/extfs.c extfs_setctl (const vfs_path_t *vpath, int ctlop, void *arg)
ctlop            1717 src/vfs/extfs/extfs.c     if (ctlop == VFS_SETCTL_RUN)
ctlop            2091 src/vfs/ftpfs/ftpfs.c ftpfs_ctl (void *fh, int ctlop, void *arg)
ctlop            2095 src/vfs/ftpfs/ftpfs.c     switch (ctlop)
ctlop            1209 src/vfs/shell/shell.c shell_ctl (void *fh, int ctlop, void *arg)
ctlop            1213 src/vfs/shell/shell.c     (void) ctlop;
ctlop            1218 src/vfs/shell/shell.c     switch (ctlop)