Searched refs:fs_opt (Results 1 – 3 of 3) sorted by relevance
/external/syzkaller/sys/linux/ |
D | filesystem.txt | 73 type fs_opt[NAME, TYPE] { 79 type fs_opt_str[NAME] fs_opt[NAME, stringnoz] 80 type fs_opt_dec[NAME, VAL] fs_opt[NAME, fmt[dec, VAL]] 81 type fs_opt_hex[NAME, VAL] fs_opt[NAME, fmt[hex, VAL]] 82 type fs_opt_oct[NAME, VAL] fs_opt[NAME, fmt[oct, VAL]] 83 type fs_opt_dec_suffix[NAME] fs_opt[NAME, array[flags[fs_opt_digits_suffix, int8]]] 84 type fs_opt_filename[NAME] fs_opt[NAME, stringnoz[filename]] 85 type fs_opt_codepage[NAME] fs_opt[NAME, stringnoz[codepages_names]] 86 type fs_opt_cp_num[NAME] fs_opt[NAME, stringnoz[codepage_nums]] 242 type fs_opt["type", array[int8, 4]] [all …]
|
/external/autotest/client/bin/ |
D | fsinfo.py | 35 fs_opt = {} 59 for key, value in fs_opt.iteritems():
|
D | partition.py | 333 tag, fs_opt, do_fsck=True, **dargs): argument 355 p.set_fs_options(fs_opt)
|