Home
last modified time | relevance | path

Searched refs:UMSDOS_GETVERSION (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/umsdos/
Dioctl.c85 if (cmd != UMSDOS_GETVERSION in UMSDOS_ioctl_dir()
113 if (current->euid != 0 && cmd != UMSDOS_GETVERSION) in UMSDOS_ioctl_dir()
117 if (cmd == UMSDOS_GETVERSION) { in UMSDOS_ioctl_dir()
/linux-2.4.37.9/include/linux/
Dumsdos_fs.h123 #define UMSDOS_GETVERSION _IO(0x04,217) /* Get the release number of UMSDOS */ macro