taglinefilesource code
simple_strtoul102fs/msdos/inode.c*uid = simple_strtoul(value,&value,0);
simple_strtoul109fs/msdos/inode.c*gid = simple_strtoul(value,&value,0);
simple_strtoul116fs/msdos/inode.c*umask = simple_strtoul(value,&value,8);
simple_strtoul127fs/msdos/inode.c*fat = simple_strtoul(value,&value,0);
simple_strtoul15include/linux/kernel.hunsigned long simple_strtoul(const char *,char **,unsigned int);
simple_strtoul70init/main.cextern unsigned long simple_strtoul(const char *cp,char **endp,unsigned int
simple_strtoul191init/main.cROOT_DEV = simple_strtoul(line+5,NULL,16);