taglinefilesource code
rhs555fs/hpfs/hpfs_fs.cchar *p, *rhs;
rhs568fs/hpfs/hpfs_fs.cif ((rhs = strchr(p, '=')) != 0)
rhs569fs/hpfs/hpfs_fs.c*rhs++ = '\0';
rhs571fs/hpfs/hpfs_fs.cif (!rhs || !*rhs)
rhs573fs/hpfs/hpfs_fs.c*uid = simple_strtoul(rhs, &rhs, 0);
rhs574fs/hpfs/hpfs_fs.cif (*rhs)
rhs578fs/hpfs/hpfs_fs.cif (!rhs || !*rhs)
rhs580fs/hpfs/hpfs_fs.c*gid = simple_strtoul(rhs, &rhs, 0);
rhs581fs/hpfs/hpfs_fs.cif (*rhs)
rhs585fs/hpfs/hpfs_fs.cif (!rhs || !*rhs)
rhs587fs/hpfs/hpfs_fs.c*umask = simple_strtoul(rhs, &rhs, 8);
rhs588fs/hpfs/hpfs_fs.cif (*rhs)
rhs592fs/hpfs/hpfs_fs.cif (!strcmp(rhs, "lower"))
rhs594fs/hpfs/hpfs_fs.celse if (!strcmp(rhs, "asis"))
rhs600fs/hpfs/hpfs_fs.cif (!strcmp(rhs, "binary"))
rhs602fs/hpfs/hpfs_fs.celse if (!strcmp(rhs, "text"))
rhs604fs/hpfs/hpfs_fs.celse if (!strcmp(rhs, "auto"))