Lines Matching refs:seq

1030 static int btrfs_show_options(struct seq_file *seq, struct dentry *dentry)  in btrfs_show_options()  argument
1037 seq_puts(seq, ",degraded"); in btrfs_show_options()
1039 seq_puts(seq, ",nodatasum"); in btrfs_show_options()
1041 seq_puts(seq, ",nodatacow"); in btrfs_show_options()
1043 seq_puts(seq, ",nobarrier"); in btrfs_show_options()
1045 seq_printf(seq, ",max_inline=%llu", info->max_inline); in btrfs_show_options()
1047 seq_printf(seq, ",alloc_start=%llu", info->alloc_start); in btrfs_show_options()
1050 seq_printf(seq, ",thread_pool=%d", info->thread_pool_size); in btrfs_show_options()
1057 seq_printf(seq, ",compress-force=%s", compress_type); in btrfs_show_options()
1059 seq_printf(seq, ",compress=%s", compress_type); in btrfs_show_options()
1062 seq_puts(seq, ",nossd"); in btrfs_show_options()
1064 seq_puts(seq, ",ssd_spread"); in btrfs_show_options()
1066 seq_puts(seq, ",ssd"); in btrfs_show_options()
1068 seq_puts(seq, ",notreelog"); in btrfs_show_options()
1070 seq_puts(seq, ",flushoncommit"); in btrfs_show_options()
1072 seq_puts(seq, ",discard"); in btrfs_show_options()
1074 seq_puts(seq, ",noacl"); in btrfs_show_options()
1076 seq_puts(seq, ",space_cache"); in btrfs_show_options()
1078 seq_puts(seq, ",nospace_cache"); in btrfs_show_options()
1080 seq_puts(seq, ",rescan_uuid_tree"); in btrfs_show_options()
1082 seq_puts(seq, ",clear_cache"); in btrfs_show_options()
1084 seq_puts(seq, ",user_subvol_rm_allowed"); in btrfs_show_options()
1086 seq_puts(seq, ",enospc_debug"); in btrfs_show_options()
1088 seq_puts(seq, ",autodefrag"); in btrfs_show_options()
1090 seq_puts(seq, ",inode_cache"); in btrfs_show_options()
1092 seq_puts(seq, ",skip_balance"); in btrfs_show_options()
1094 seq_puts(seq, ",recovery"); in btrfs_show_options()
1097 seq_puts(seq, ",check_int_data"); in btrfs_show_options()
1099 seq_puts(seq, ",check_int"); in btrfs_show_options()
1101 seq_printf(seq, ",check_int_print_mask=%d", in btrfs_show_options()
1105 seq_printf(seq, ",metadata_ratio=%d", in btrfs_show_options()
1108 seq_puts(seq, ",fatal_errors=panic"); in btrfs_show_options()
1110 seq_printf(seq, ",commit=%d", info->commit_interval); in btrfs_show_options()