Lines Matching refs:seq
1398 static void shmem_show_mpol(struct seq_file *seq, struct mempolicy *mpol) in shmem_show_mpol() argument
1407 seq_printf(seq, ",mpol=%s", buffer); in shmem_show_mpol()
1422 static inline void shmem_show_mpol(struct seq_file *seq, struct mempolicy *mpol) in shmem_show_mpol() argument
3593 static int shmem_show_options(struct seq_file *seq, struct dentry *root) in shmem_show_options() argument
3598 seq_printf(seq, ",size=%luk", in shmem_show_options()
3601 seq_printf(seq, ",nr_inodes=%lu", sbinfo->max_inodes); in shmem_show_options()
3603 seq_printf(seq, ",mode=%03ho", sbinfo->mode); in shmem_show_options()
3605 seq_printf(seq, ",uid=%u", in shmem_show_options()
3608 seq_printf(seq, ",gid=%u", in shmem_show_options()
3613 seq_printf(seq, ",huge=%s", shmem_format_huge(sbinfo->huge)); in shmem_show_options()
3615 shmem_show_mpol(seq, sbinfo->mpol); in shmem_show_options()