Lines Matching refs:seq
1118 static int btrfs_show_options(struct seq_file *seq, struct dentry *dentry) in btrfs_show_options() argument
1125 seq_puts(seq, ",degraded"); in btrfs_show_options()
1127 seq_puts(seq, ",nodatasum"); in btrfs_show_options()
1129 seq_puts(seq, ",nodatacow"); in btrfs_show_options()
1131 seq_puts(seq, ",nobarrier"); in btrfs_show_options()
1133 seq_printf(seq, ",max_inline=%llu", info->max_inline); in btrfs_show_options()
1135 seq_printf(seq, ",alloc_start=%llu", info->alloc_start); in btrfs_show_options()
1138 seq_printf(seq, ",thread_pool=%d", info->thread_pool_size); in btrfs_show_options()
1145 seq_printf(seq, ",compress-force=%s", compress_type); in btrfs_show_options()
1147 seq_printf(seq, ",compress=%s", compress_type); in btrfs_show_options()
1150 seq_puts(seq, ",nossd"); in btrfs_show_options()
1152 seq_puts(seq, ",ssd_spread"); in btrfs_show_options()
1154 seq_puts(seq, ",ssd"); in btrfs_show_options()
1156 seq_puts(seq, ",notreelog"); in btrfs_show_options()
1158 seq_puts(seq, ",flushoncommit"); in btrfs_show_options()
1160 seq_puts(seq, ",discard"); in btrfs_show_options()
1162 seq_puts(seq, ",noacl"); in btrfs_show_options()
1164 seq_puts(seq, ",space_cache"); in btrfs_show_options()
1166 seq_puts(seq, ",nospace_cache"); in btrfs_show_options()
1168 seq_puts(seq, ",rescan_uuid_tree"); in btrfs_show_options()
1170 seq_puts(seq, ",clear_cache"); in btrfs_show_options()
1172 seq_puts(seq, ",user_subvol_rm_allowed"); in btrfs_show_options()
1174 seq_puts(seq, ",enospc_debug"); in btrfs_show_options()
1176 seq_puts(seq, ",autodefrag"); in btrfs_show_options()
1178 seq_puts(seq, ",inode_cache"); in btrfs_show_options()
1180 seq_puts(seq, ",skip_balance"); in btrfs_show_options()
1182 seq_puts(seq, ",recovery"); in btrfs_show_options()
1185 seq_puts(seq, ",check_int_data"); in btrfs_show_options()
1187 seq_puts(seq, ",check_int"); in btrfs_show_options()
1189 seq_printf(seq, ",check_int_print_mask=%d", in btrfs_show_options()
1193 seq_printf(seq, ",metadata_ratio=%d", in btrfs_show_options()
1196 seq_puts(seq, ",fatal_errors=panic"); in btrfs_show_options()
1198 seq_printf(seq, ",commit=%d", info->commit_interval); in btrfs_show_options()
1201 seq_puts(seq, ",fragment=data"); in btrfs_show_options()
1203 seq_puts(seq, ",fragment=metadata"); in btrfs_show_options()
1205 seq_printf(seq, ",subvolid=%llu", in btrfs_show_options()
1207 seq_puts(seq, ",subvol="); in btrfs_show_options()
1208 seq_dentry(seq, dentry, " \t\n\\"); in btrfs_show_options()