tag | line | file | source code |
---|---|---|---|
specialfile | 111 | include/unistd.h | int mount(const char * specialfile, const char * dir, const char * type, int rwflag); |
specialfile | 131 | include/unistd.h | int umount(const char * specialfile); |
specialfile | 154 | include/unistd.h | int swapon(const char * specialfile); |
specialfile | 248 | mm/swap.c | int sys_swapon(const char * specialfile) |
specialfile | 256 | mm/swap.c | if (!(swap_inode = namei(specialfile))) |