• Home
  • Raw
  • Download

Lines Matching refs:seq

881 static int btrfs_show_options(struct seq_file *seq, struct dentry *dentry)  in btrfs_show_options()  argument
888 seq_puts(seq, ",degraded"); in btrfs_show_options()
890 seq_puts(seq, ",nodatasum"); in btrfs_show_options()
892 seq_puts(seq, ",nodatacow"); in btrfs_show_options()
894 seq_puts(seq, ",nobarrier"); in btrfs_show_options()
896 seq_printf(seq, ",max_inline=%llu", in btrfs_show_options()
899 seq_printf(seq, ",alloc_start=%llu", in btrfs_show_options()
903 seq_printf(seq, ",thread_pool=%d", info->thread_pool_size); in btrfs_show_options()
910 seq_printf(seq, ",compress-force=%s", compress_type); in btrfs_show_options()
912 seq_printf(seq, ",compress=%s", compress_type); in btrfs_show_options()
915 seq_puts(seq, ",nossd"); in btrfs_show_options()
917 seq_puts(seq, ",ssd_spread"); in btrfs_show_options()
919 seq_puts(seq, ",ssd"); in btrfs_show_options()
921 seq_puts(seq, ",notreelog"); in btrfs_show_options()
923 seq_puts(seq, ",flushoncommit"); in btrfs_show_options()
925 seq_puts(seq, ",discard"); in btrfs_show_options()
927 seq_puts(seq, ",noacl"); in btrfs_show_options()
929 seq_puts(seq, ",space_cache"); in btrfs_show_options()
931 seq_puts(seq, ",nospace_cache"); in btrfs_show_options()
933 seq_puts(seq, ",clear_cache"); in btrfs_show_options()
935 seq_puts(seq, ",user_subvol_rm_allowed"); in btrfs_show_options()
937 seq_puts(seq, ",enospc_debug"); in btrfs_show_options()
939 seq_puts(seq, ",autodefrag"); in btrfs_show_options()
941 seq_puts(seq, ",inode_cache"); in btrfs_show_options()
943 seq_puts(seq, ",skip_balance"); in btrfs_show_options()
945 seq_puts(seq, ",fatal_errors=panic"); in btrfs_show_options()