ctlop             796 lib/vfs/direntry.c vfs_s_setctl (const vfs_path_t * vpath, int ctlop, void *arg)
ctlop             802 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             200 lib/vfs/vfs.h      int (*ctl) (void *vfs_info, int ctlop, void *arg);
ctlop             201 lib/vfs/vfs.h      int (*setctl) (const vfs_path_t * vpath, int ctlop, void *arg);
ctlop             329 lib/vfs/vfs.h  int mc_ctl (int fd, int ctlop, void *arg);
ctlop             330 lib/vfs/vfs.h  int mc_setctl (const vfs_path_t * vpath, int ctlop, void *arg);
ctlop            1698 src/vfs/extfs/extfs.c extfs_setctl (const vfs_path_t * vpath, int ctlop, void *arg)
ctlop            1702 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            1213 src/vfs/shell/shell.c shell_ctl (void *fh, int ctlop, void *arg)
ctlop            1217 src/vfs/shell/shell.c     (void) ctlop;
ctlop            1222 src/vfs/shell/shell.c     switch (ctlop)