/linux-4.1.27/drivers/tty/serial/ |
D | earlycon.c | 64 static int __init parse_options(struct earlycon_device *device, char *options) in parse_options() function 112 if (buf && !parse_options(&early_console_dev, buf)) in register_earlycon()
|
/linux-4.1.27/tools/perf/ |
D | builtin-evlist.c | 59 argc = parse_options(argc, argv, options, evlist_usage, 0); in cmd_evlist()
|
D | builtin-buildid-list.c | 104 argc = parse_options(argc, argv, options, buildid_list_usage, 0); in cmd_buildid_list()
|
D | builtin-list.c | 34 argc = parse_options(argc, argv, list_options, list_usage, in cmd_list()
|
D | builtin-data.c | 72 argc = parse_options(argc, argv, options, in cmd_data_convert()
|
D | builtin-bench.c | 222 argc = parse_options(argc, argv, bench_options, bench_usage, in cmd_bench()
|
D | builtin-annotate.c | 334 argc = parse_options(argc, argv, options, annotate_usage, 0); in cmd_annotate()
|
D | builtin-buildid-cache.c | 343 argc = parse_options(argc, argv, buildid_cache_options, in cmd_buildid_cache()
|
D | builtin-lock.c | 997 argc = parse_options(argc, argv, in cmd_lock() 1008 argc = parse_options(argc, argv, in cmd_lock()
|
D | builtin-probe.c | 406 argc = parse_options(argc, argv, options, probe_usage, in __cmd_probe()
|
D | builtin-inject.c | 454 argc = parse_options(argc, argv, options, inject_usage, 0); in cmd_inject()
|
D | builtin-kvm.c | 1218 argc = parse_options(argc, argv, in kvm_events_report() 1347 argc = parse_options(argc, argv, live_options, in kvm_events_live()
|
D | builtin-report.c | 732 argc = parse_options(argc, argv, options, report_usage, 0); in cmd_report()
|
D | builtin-record.c | 949 argc = parse_options(argc, argv, record_options, record_usage, in cmd_record()
|
D | builtin-sched.c | 1785 argc = parse_options(argc, argv, latency_options, latency_usage, 0); in cmd_sched() 1798 argc = parse_options(argc, argv, replay_options, replay_usage, 0); in cmd_sched()
|
D | builtin-diff.c | 1264 argc = parse_options(argc, argv, options, diff_usage, 0); in cmd_diff()
|
D | builtin-top.c | 1179 argc = parse_options(argc, argv, options, top_usage, 0); in cmd_top()
|
D | builtin-stat.c | 1786 argc = parse_options(argc, argv, options, stat_usage, in cmd_stat()
|
D | builtin-script.c | 1482 argc = parse_options(argc, (const char **)__argv, record_options, in have_cmd()
|
D | builtin-timechart.c | 1992 argc = parse_options(argc, argv, timechart_record_options, in cmd_timechart()
|
/linux-4.1.27/fs/pstore/ |
D | inode.c | 247 static void parse_options(char *options) in parse_options() function 275 parse_options(data); in pstore_remount() 428 parse_options(data); in pstore_fill_super()
|
/linux-4.1.27/scripts/ |
D | checkkconfigsymbols.py | 37 def parse_options(): function 88 opts = parse_options()
|
/linux-4.1.27/fs/autofs4/ |
D | inode.c | 129 static int parse_options(char *options, int *pipefd, kuid_t *uid, kgid_t *gid, in parse_options() function 266 if (parse_options(data, &pipefd, &root_inode->i_uid, &root_inode->i_gid, in autofs4_fill_super()
|
/linux-4.1.27/fs/adfs/ |
D | super.c | 158 static int parse_options(struct super_block *sb, char *options) in parse_options() function 217 return parse_options(sb, data); in adfs_remount() 389 if (parse_options(sb, data)) in adfs_fill_super()
|
/linux-4.1.27/fs/affs/ |
D | super.c | 190 parse_options(char *options, kuid_t *uid, kgid_t *gid, int *mode, int *reserved, s32 *root, in parse_options() function 336 if (!parse_options(data,&uid,&gid,&i,&reserved,&root_block, in affs_fill_super() 538 if (!parse_options(data, &uid, &gid, &mode, &reserved, &root_block, in affs_remount()
|
/linux-4.1.27/tools/perf/bench/ |
D | sched-pipe.c | 95 argc = parse_options(argc, argv, options, bench_sched_pipe_usage, 0); in bench_sched_pipe()
|
D | futex-wake.c | 116 argc = parse_options(argc, argv, options, bench_futex_wake_usage, 0); in bench_futex_wake()
|
D | futex-requeue.c | 115 argc = parse_options(argc, argv, options, bench_futex_requeue_usage, 0); in bench_futex_requeue()
|
D | futex-hash.c | 119 argc = parse_options(argc, argv, options, bench_futex_hash_usage, 0); in bench_futex_hash()
|
D | sched-messaging.c | 272 argc = parse_options(argc, argv, options, in bench_sched_messaging()
|
D | mem-memcpy.c | 228 argc = parse_options(argc, argv, options, in bench_mem_common()
|
D | numa.c | 1616 argc = parse_options(argc, argv, options, bench_numa_usage, 0); in run_bench_numa() 1737 argc = parse_options(argc, argv, options, bench_numa_usage, 0); in bench_numa()
|
/linux-4.1.27/fs/hfs/ |
D | super.c | 229 static int parse_options(char *options, struct hfs_sb_info *hsb) in parse_options() function 402 if (!parse_options((char *)data, sbi)) { in hfs_fill_super()
|
/linux-4.1.27/net/tipc/ |
D | udp_media.c | 276 static int parse_options(struct nlattr *attrs[], struct udp_bearer *ub, in parse_options() function 356 err = parse_options(attrs, ub, &local, remote); in tipc_udp_enable()
|
/linux-4.1.27/fs/befs/ |
D | linuxvfs.c | 54 static int parse_options(char *, struct befs_mount_options *); 672 parse_options(char *options, struct befs_mount_options *opts) in parse_options() function 789 if (!parse_options((char *) data, &befs_sb->mount_opts)) { in befs_fill_super()
|
/linux-4.1.27/fs/jfs/ |
D | super.c | 232 static int parse_options(char *options, struct super_block *sb, s64 *newLVSize, in parse_options() function 437 if (!parse_options(data, sb, &newLVSize, &flag)) in jfs_remount() 516 if (!parse_options((char *) data, sb, &newLVSize, &flag)) in jfs_fill_super()
|
/linux-4.1.27/fs/omfs/ |
D | inode.c | 375 static int parse_options(char *options, struct omfs_sb_info *sbi) in parse_options() function 448 if (!parse_options((char *) data, sbi)) in omfs_fill_super()
|
/linux-4.1.27/tools/perf/util/ |
D | parse-options.h | 148 extern int parse_options(int argc, const char **argv,
|
D | parse-options.c | 550 int parse_options(int argc, const char **argv, const struct option *options, in parse_options() function
|
/linux-4.1.27/fs/f2fs/ |
D | super.c | 258 static int parse_options(struct super_block *sb, char *options) in parse_options() function 682 err = parse_options(sb, data); in f2fs_remount() 1016 err = parse_options(sb, options); in f2fs_fill_super()
|
/linux-4.1.27/fs/nilfs2/ |
D | super.c | 738 static int parse_options(char *options, struct super_block *sb, int is_remount) in parse_options() function 891 return !parse_options(data, sb, 0) ? -EINVAL : 0 ; in nilfs_store_magic_and_option() 1140 if (!parse_options(data, sb, 1)) { in nilfs_remount()
|
/linux-4.1.27/fs/exofs/ |
D | super.c | 81 static int parse_options(char *options, struct exofs_mountopt *opts) in parse_options() function 870 ret = parse_options(data, &opts); in exofs_mount()
|
/linux-4.1.27/fs/ext2/ |
D | super.c | 446 static int parse_options(char *options, struct super_block *sb) in parse_options() function 879 if (!parse_options((char *) data, sb)) in ext2_fill_super() 1287 if (!parse_options(data, sb)) { in ext2_remount()
|
/linux-4.1.27/fs/isofs/ |
D | inode.c | 339 static int parse_options(char *options, struct iso9660_options *popt) in parse_options() function 595 if (!parse_options((char *)data, &opt)) in isofs_fill_super()
|
/linux-4.1.27/fs/ntfs/ |
D | super.c | 101 static bool parse_options(ntfs_volume *vol, char *opt) in parse_options() function 564 if (!parse_options(vol, opt)) in ntfs_remount() 2772 if (!parse_options(vol, (char*)opt)) in ntfs_fill_super()
|
/linux-4.1.27/fs/ext3/ |
D | super.c | 981 static int parse_options (char *options, struct super_block *sb, in parse_options() function 1791 if (!parse_options ((char *) data, sb, &journal_inum, &journal_devnum, in ext3_fill_super() 2685 if (!parse_options(data, sb, NULL, NULL, &n_blocks_count, 1)) { in ext3_remount()
|
/linux-4.1.27/fs/fat/ |
D | inode.c | 1021 static int parse_options(struct super_block *sb, char *options, int is_vfat, in parse_options() function 1518 error = parse_options(sb, data, isvfat, silent, &debug, &sbi->options); in fat_fill_super()
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 1670 static int parse_options(char *options, struct super_block *sb, in parse_options() function 3621 if (!parse_options((char *) sbi->s_es->s_mount_opts, sb, in ext4_fill_super() 3628 if (!parse_options((char *) data, sb, &journal_devnum, in ext4_fill_super() 4924 if (!parse_options(data, sb, NULL, &journal_ioprio, 1)) { in ext4_remount()
|