• Home
  • Raw
  • Download

Lines Matching refs:seq_puts

388 			seq_puts(m, ",mountaddr=unspecified");  in nfs_show_mountd_options()
469 seq_puts(m, ",hard"); in nfs_show_mount_options()
472 seq_puts(m, nfs_infop->str); in nfs_show_mount_options()
474 seq_puts(m, nfs_infop->nostr); in nfs_show_mount_options()
501 seq_puts(m, ",fsc"); in nfs_show_mount_options()
504 seq_puts(m, ",migration"); in nfs_show_mount_options()
508 seq_puts(m, ",lookupcache=none"); in nfs_show_mount_options()
510 seq_puts(m, ",lookupcache=pos"); in nfs_show_mount_options()
517 seq_puts(m, ",local_lock=none"); in nfs_show_mount_options()
519 seq_puts(m, ",local_lock=all"); in nfs_show_mount_options()
521 seq_puts(m, ",local_lock=flock"); in nfs_show_mount_options()
523 seq_puts(m, ",local_lock=posix"); in nfs_show_mount_options()
527 seq_puts(m, ",write=wait"); in nfs_show_mount_options()
529 seq_puts(m, ",write=eager"); in nfs_show_mount_options()
567 seq_puts(m, ",sessions"); in show_sessions()
624 seq_puts(m, "/"); in nfs_show_path()
644 seq_puts(m, "\n\topts:\t"); in nfs_show_stats()
645 seq_puts(m, sb_rdonly(root->d_sb) ? "ro" : "rw"); in nfs_show_stats()
646 seq_puts(m, root->d_sb->s_flags & SB_SYNCHRONOUS ? ",sync" : ""); in nfs_show_stats()
647 seq_puts(m, root->d_sb->s_flags & SB_NOATIME ? ",noatime" : ""); in nfs_show_stats()
648 seq_puts(m, root->d_sb->s_flags & SB_NODIRATIME ? ",nodiratime" : ""); in nfs_show_stats()
655 seq_puts(m, "\n\tcaps:\t"); in nfs_show_stats()
664 seq_puts(m, "\n\tnfsv4:\t"); in nfs_show_stats()
703 seq_puts(m, "\n\tevents:\t"); in nfs_show_stats()
706 seq_puts(m, "\n\tbytes:\t"); in nfs_show_stats()
711 seq_puts(m, "\n\tfsc:\t"); in nfs_show_stats()