ctlop             791 lib/vfs/direntry.c vfs_s_setctl (const vfs_path_t *vpath, int ctlop, void *arg)
ctlop             797 lib/vfs/direntry.c     switch (ctlop)
ctlop             343 lib/vfs/interface.c mc_ctl (int handle, int ctlop, void *arg)
ctlop             350 lib/vfs/interface.c     return (vfs == NULL || vfs->ctl == NULL) ? 0 : vfs->ctl (fsinfo, ctlop, arg);
ctlop             356 lib/vfs/interface.c mc_setctl (const vfs_path_t *vpath, int ctlop, void *arg)
ctlop             366 lib/vfs/interface.c         result = me->setctl != NULL ? me->setctl (vpath, ctlop, arg) : 0;
ctlop             205 lib/vfs/vfs.h      int (*ctl) (void *vfs_info, int ctlop, void *arg);
ctlop             206 lib/vfs/vfs.h      int (*setctl) (const vfs_path_t *vpath, int ctlop, void *arg);
ctlop             332 lib/vfs/vfs.h  int mc_ctl (int fd, int ctlop, void *arg);
ctlop             333 lib/vfs/vfs.h  int mc_setctl (const vfs_path_t *vpath, int ctlop, void *arg);
ctlop            1697 src/vfs/extfs/extfs.c extfs_setctl (const vfs_path_t *vpath, int ctlop, void *arg)
ctlop            1701 src/vfs/extfs/extfs.c     if (ctlop == VFS_SETCTL_RUN)
ctlop            2089 src/vfs/ftpfs/ftpfs.c ftpfs_ctl (void *fh, int ctlop, void *arg)
ctlop            2093 src/vfs/ftpfs/ftpfs.c     switch (ctlop)
ctlop            1191 src/vfs/shell/shell.c shell_ctl (void *fh, int ctlop, void *arg)
ctlop            1195 src/vfs/shell/shell.c     (void) ctlop;
ctlop            1200 src/vfs/shell/shell.c     switch (ctlop)