taglinefilesource code
opts238fs/hpfs/hpfs_fs.cstatic int parse_opts(char *opts, uid_t *uid, gid_t *gid, umode_t *umask,
opts552fs/hpfs/hpfs_fs.cstatic int parse_opts(char *opts, uid_t *uid, gid_t *gid, umode_t *umask,
opts564fs/hpfs/hpfs_fs.cif (!opts)
opts567fs/hpfs/hpfs_fs.cfor (p = strtok(opts, ","); p != 0; p = strtok(0, ",")) {
opts458fs/nfs/nfsroot.cstruct nfs_int_opts *opts = root_int_opts;
opts460fs/nfs/nfsroot.cwhile (opts->name && strcmp(opts->name, cp))
opts461fs/nfs/nfsroot.copts++;
opts462fs/nfs/nfsroot.cif (opts->name)
opts463fs/nfs/nfsroot.c*(opts->val) = (int) simple_strtoul(val, NULL, 10);
opts465fs/nfs/nfsroot.cstruct nfs_bool_opts *opts = root_bool_opts;
opts466fs/nfs/nfsroot.cwhile (opts->name && strcmp(opts->name, cp))
opts467fs/nfs/nfsroot.copts++;
opts468fs/nfs/nfsroot.cif (opts->name) {
opts469fs/nfs/nfsroot.cnfs_data.flags &= opts->and_mask;
opts470fs/nfs/nfsroot.cnfs_data.flags |= opts->or_mask;