Lines Matching refs:seq_puts
380 seq_puts(m, ",mountaddr=unspecified"); in nfs_show_mountd_options()
461 seq_puts(m, ",hard"); in nfs_show_mount_options()
464 seq_puts(m, nfs_infop->str); in nfs_show_mount_options()
466 seq_puts(m, nfs_infop->nostr); in nfs_show_mount_options()
491 seq_puts(m, ",fsc"); in nfs_show_mount_options()
494 seq_puts(m, ",migration"); in nfs_show_mount_options()
498 seq_puts(m, ",lookupcache=none"); in nfs_show_mount_options()
500 seq_puts(m, ",lookupcache=pos"); in nfs_show_mount_options()
507 seq_puts(m, ",local_lock=none"); in nfs_show_mount_options()
509 seq_puts(m, ",local_lock=all"); in nfs_show_mount_options()
511 seq_puts(m, ",local_lock=flock"); in nfs_show_mount_options()
513 seq_puts(m, ",local_lock=posix"); in nfs_show_mount_options()
550 seq_puts(m, ",sessions"); in show_sessions()
607 seq_puts(m, "/"); in nfs_show_path()
627 seq_puts(m, "\n\topts:\t"); in nfs_show_stats()
628 seq_puts(m, sb_rdonly(root->d_sb) ? "ro" : "rw"); in nfs_show_stats()
629 seq_puts(m, root->d_sb->s_flags & SB_SYNCHRONOUS ? ",sync" : ""); in nfs_show_stats()
630 seq_puts(m, root->d_sb->s_flags & SB_NOATIME ? ",noatime" : ""); in nfs_show_stats()
631 seq_puts(m, root->d_sb->s_flags & SB_NODIRATIME ? ",nodiratime" : ""); in nfs_show_stats()
638 seq_puts(m, "\n\tcaps:\t"); in nfs_show_stats()
647 seq_puts(m, "\n\tnfsv4:\t"); in nfs_show_stats()
686 seq_puts(m, "\n\tevents:\t"); in nfs_show_stats()
689 seq_puts(m, "\n\tbytes:\t"); in nfs_show_stats()
694 seq_puts(m, "\n\tfsc:\t"); in nfs_show_stats()