Lines Matching refs:fs_opt
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]]
243 creator fs_opt["creator", array[int8, 4]]
255 type fs_opt["type", array[int8, 4]]
256 creator fs_opt["creator", array[int8, 4]]
397 compress_algo fs_opt["compress", stringnoz[btrfs_compress_algos]]
398 compress_force_algo fs_opt["compress-force", stringnoz[btrfs_compress_algos]]