Lines Matching refs:seq_puts
588 seq_puts(m, ",mountaddr=unspecified"); in nfs_show_mountd_options()
668 seq_puts(m, ",hard"); in nfs_show_mount_options()
671 seq_puts(m, nfs_infop->str); in nfs_show_mount_options()
673 seq_puts(m, nfs_infop->nostr); in nfs_show_mount_options()
698 seq_puts(m, ",fsc"); in nfs_show_mount_options()
701 seq_puts(m, ",migration"); in nfs_show_mount_options()
705 seq_puts(m, ",lookupcache=none"); in nfs_show_mount_options()
707 seq_puts(m, ",lookupcache=pos"); in nfs_show_mount_options()
714 seq_puts(m, ",local_lock=none"); in nfs_show_mount_options()
716 seq_puts(m, ",local_lock=all"); in nfs_show_mount_options()
718 seq_puts(m, ",local_lock=flock"); in nfs_show_mount_options()
720 seq_puts(m, ",local_lock=posix"); in nfs_show_mount_options()
757 seq_puts(m, ",sessions"); in show_sessions()
814 seq_puts(m, "/"); in nfs_show_path()
834 seq_puts(m, "\n\topts:\t"); in nfs_show_stats()
835 seq_puts(m, sb_rdonly(root->d_sb) ? "ro" : "rw"); in nfs_show_stats()
836 seq_puts(m, root->d_sb->s_flags & SB_SYNCHRONOUS ? ",sync" : ""); in nfs_show_stats()
837 seq_puts(m, root->d_sb->s_flags & SB_NOATIME ? ",noatime" : ""); in nfs_show_stats()
838 seq_puts(m, root->d_sb->s_flags & SB_NODIRATIME ? ",nodiratime" : ""); in nfs_show_stats()
845 seq_puts(m, "\n\tcaps:\t"); in nfs_show_stats()
854 seq_puts(m, "\n\tnfsv4:\t"); in nfs_show_stats()
893 seq_puts(m, "\n\tevents:\t"); in nfs_show_stats()
896 seq_puts(m, "\n\tbytes:\t"); in nfs_show_stats()
901 seq_puts(m, "\n\tfsc:\t"); in nfs_show_stats()