/fs/proc/ |
D | proc_tty.c | 39 seq_puts(m, "system"); in show_tty_range() 41 seq_puts(m, ":/dev/tty"); in show_tty_range() 43 seq_puts(m, ":console"); in show_tty_range() 45 seq_puts(m, ":vtmaster"); in show_tty_range() 48 seq_puts(m, "console"); in show_tty_range() 51 seq_puts(m, "serial"); in show_tty_range() 55 seq_puts(m, "pty:master"); in show_tty_range() 57 seq_puts(m, "pty:slave"); in show_tty_range() 59 seq_puts(m, "pty"); in show_tty_range() 77 seq_puts(m, "system:/dev/tty\n"); in show_tty_driver() [all …]
|
D | array.c | 181 seq_puts(m, "State:\t"); in task_state() 182 seq_puts(m, get_task_state(p)); in task_state() 199 seq_puts(m, "\nGroups:\t"); in task_state() 209 seq_puts(m, "\nNStgid:"); in task_state() 212 seq_puts(m, "\nNSpid:"); in task_state() 215 seq_puts(m, "\nNSpgid:"); in task_state() 218 seq_puts(m, "\nNSsid:"); in task_state() 232 seq_puts(m, header); in render_sigset_t() 306 seq_puts(m, header); in render_cap_t() 343 seq_puts(m, "\nSpeculation_Store_Bypass:\t"); in task_seccomp() [all …]
|
D | devices.c | 15 seq_puts(f, "Character devices:\n"); in devinfo_show() 22 seq_puts(f, "\nBlock devices:\n"); in devinfo_show()
|
/fs/smb/client/ |
D | cifsfs.c | 442 seq_puts(s, ",addr="); in cifs_show_address() 454 seq_puts(s, "(unknown)"); in cifs_show_address() 457 seq_puts(s, ",rdma"); in cifs_show_address() 465 seq_puts(s, ",sec=none"); in cifs_show_security() 469 seq_puts(s, ",sec="); in cifs_show_security() 473 seq_puts(s, "ntlmv2"); in cifs_show_security() 476 seq_puts(s, "krb5"); in cifs_show_security() 479 seq_puts(s, "ntlmssp"); in cifs_show_security() 483 seq_puts(s, "unknown"); in cifs_show_security() 488 seq_puts(s, "i"); in cifs_show_security() [all …]
|
D | cifs_debug.c | 103 seq_puts(m, " type: DISK "); in cifs_debug_tcon() 105 seq_puts(m, " type: CDROM "); in cifs_debug_tcon() 114 seq_puts(m, " encrypted"); in cifs_debug_tcon() 122 seq_puts(m, " Witness"); in cifs_debug_tcon() 124 seq_puts(m, " nosparse"); in cifs_debug_tcon() 126 seq_puts(m, "\tDISCONNECTED "); in cifs_debug_tcon() 219 seq_puts(m, "\t\tCapabilities: "); in cifs_dump_iface() 221 seq_puts(m, "rdma "); in cifs_dump_iface() 223 seq_puts(m, "rss "); in cifs_dump_iface() 225 seq_puts(m, "None"); in cifs_dump_iface() [all …]
|
/fs/ |
D | proc_namespace.c | 58 seq_puts(m, fs_infop->str); in show_sb_opts() 80 seq_puts(m, fs_infop->str); in show_mnt_opts() 84 seq_puts(m, ",idmapped"); in show_mnt_opts() 123 seq_puts(m, __mnt_is_readonly(mnt) ? " ro" : " rw"); in show_vfsmnt() 130 seq_puts(m, " 0 0\n"); in show_vfsmnt() 159 seq_puts(m, mnt->mnt_flags & MNT_READONLY ? " ro" : " rw"); in show_mountinfo() 173 seq_puts(m, " unbindable"); in show_mountinfo() 176 seq_puts(m, " - "); in show_mountinfo() 186 seq_puts(m, sb_rdonly(sb) ? " ro" : " rw"); in show_mountinfo() 207 seq_puts(m, "device "); in show_vfsstat() [all …]
|
/fs/nfs/ |
D | super.c | 392 seq_puts(m, ",mountaddr=unspecified"); in nfs_show_mountd_options() 473 seq_puts(m, ",hard"); in nfs_show_mount_options() 476 seq_puts(m, nfs_infop->str); in nfs_show_mount_options() 478 seq_puts(m, nfs_infop->nostr); in nfs_show_mount_options() 500 seq_puts(m, ",xprtsec=tls"); in nfs_show_mount_options() 503 seq_puts(m, ",xprtsec=mtls"); in nfs_show_mount_options() 515 seq_puts(m, ",fsc"); in nfs_show_mount_options() 518 seq_puts(m, ",migration"); in nfs_show_mount_options() 522 seq_puts(m, ",lookupcache=none"); in nfs_show_mount_options() 524 seq_puts(m, ",lookupcache=pos"); in nfs_show_mount_options() [all …]
|
/fs/btrfs/ |
D | super.c | 1250 seq_puts(seq, ",degraded"); in btrfs_show_options() 1252 seq_puts(seq, ",nodatasum"); in btrfs_show_options() 1254 seq_puts(seq, ",nodatacow"); in btrfs_show_options() 1256 seq_puts(seq, ",nobarrier"); in btrfs_show_options() 1272 seq_puts(seq, ",nossd"); in btrfs_show_options() 1274 seq_puts(seq, ",ssd_spread"); in btrfs_show_options() 1276 seq_puts(seq, ",ssd"); in btrfs_show_options() 1278 seq_puts(seq, ",notreelog"); in btrfs_show_options() 1288 seq_puts(seq, ",flushoncommit"); in btrfs_show_options() 1290 seq_puts(seq, ",discard"); in btrfs_show_options() [all …]
|
/fs/fat/ |
D | inode.c | 964 seq_puts(m, ",shortname=win95"); in fat_show_options() 967 seq_puts(m, ",shortname=winnt"); in fat_show_options() 970 seq_puts(m, ",shortname=mixed"); in fat_show_options() 973 seq_puts(m, ",shortname=lower"); in fat_show_options() 976 seq_puts(m, ",shortname=unknown"); in fat_show_options() 983 seq_puts(m, ",usefree"); in fat_show_options() 985 seq_puts(m, ",quiet"); in fat_show_options() 987 seq_puts(m, ",showexec"); in fat_show_options() 989 seq_puts(m, ",sys_immutable"); in fat_show_options() 992 seq_puts(m, ",dotsOK=yes"); in fat_show_options() [all …]
|
/fs/f2fs/ |
D | debug.c | 389 seq_puts(s, "[SBI:"); in stat_show() 392 seq_puts(s, "]\n"); in stat_show() 404 seq_puts(s, "Policy:\n"); in stat_show() 405 seq_puts(s, " - IPU: ["); in stat_show() 407 seq_puts(s, " DISABLE"); in stat_show() 414 seq_puts(s, " ]\n\n"); in stat_show() 512 seq_puts(s, "CP merge:\n"); in stat_show() 536 seq_puts(s, " - Reclaimed segs :\n"); in stat_show() 554 seq_puts(s, "\nExtent Cache (Read):\n"); in stat_show() 566 seq_puts(s, "\nExtent Cache (Block Age):\n"); in stat_show() [all …]
|
D | super.c | 1920 seq_puts(seq, ",compress_chksum"); in f2fs_show_compress_options() 1928 seq_puts(seq, ",compress_cache"); in f2fs_show_compress_options() 1944 seq_puts(seq, ",gc_merge"); in f2fs_show_options() 1946 seq_puts(seq, ",nogc_merge"); in f2fs_show_options() 1949 seq_puts(seq, ",disable_roll_forward"); in f2fs_show_options() 1951 seq_puts(seq, ",norecovery"); in f2fs_show_options() 1953 seq_puts(seq, ",discard"); in f2fs_show_options() 1961 seq_puts(seq, ",nodiscard"); in f2fs_show_options() 1965 seq_puts(seq, ",user_xattr"); in f2fs_show_options() 1967 seq_puts(seq, ",nouser_xattr"); in f2fs_show_options() [all …]
|
D | iostat.c | 46 seq_puts(seq, "[WRITE]\n"); in iostat_info_seq_show() 65 seq_puts(seq, "[READ]\n"); in iostat_info_seq_show() 80 seq_puts(seq, "[OTHER]\n"); in iostat_info_seq_show()
|
/fs/dlm/ |
D | debug_fs.c | 95 seq_puts(s, "\"\nMaster Copy\n"); in print_format1() 106 seq_puts(s, "LVB: "); in print_format1() 109 seq_puts(s, "\n "); in print_format1() 114 seq_puts(s, " (INVALID)"); in print_format1() 130 seq_puts(s, "Granted Queue\n"); in print_format1() 137 seq_puts(s, "Conversion Queue\n"); in print_format1() 144 seq_puts(s, "Waiting Queue\n"); in print_format1() 154 seq_puts(s, "Lookup Queue\n"); in print_format1() 283 seq_puts(s, print_name ? "str " : "hex"); in print_format3() 357 seq_puts(s, print_name ? "str " : "hex"); in print_format4() [all …]
|
/fs/9p/ |
D | v9fs.c | 118 seq_puts(m, ",nodevmap"); in v9fs_show_options() 128 seq_puts(m, ",access=user"); in v9fs_show_options() 131 seq_puts(m, ",access=any"); in v9fs_show_options() 134 seq_puts(m, ",access=client"); in v9fs_show_options() 143 seq_puts(m, ",ignoreqv"); in v9fs_show_options() 145 seq_puts(m, ",directio"); in v9fs_show_options() 147 seq_puts(m, ",posixacl"); in v9fs_show_options() 150 seq_puts(m, ",noxattr"); in v9fs_show_options()
|
/fs/autofs/ |
D | inode.c | 83 seq_puts(m, ",offset"); in autofs_show_options() 85 seq_puts(m, ",direct"); in autofs_show_options() 87 seq_puts(m, ",indirect"); in autofs_show_options() 89 seq_puts(m, ",strictexpire"); in autofs_show_options() 91 seq_puts(m, ",ignore"); in autofs_show_options() 96 seq_puts(m, ",pipe_ino=-1"); in autofs_show_options()
|
/fs/reiserfs/ |
D | bitmap.c | 686 seq_puts(seq, ":"); in print_sep() 699 seq_puts(seq, ",alloc="); in show_alloc_options() 707 seq_puts(seq, "concentrating_formatted_nodes"); in show_alloc_options() 715 seq_puts(seq, "displacing_large_files"); in show_alloc_options() 719 seq_puts(seq, "displacing_new_packing_localities"); in show_alloc_options() 723 seq_puts(seq, "old_hashed_relocation"); in show_alloc_options() 727 seq_puts(seq, "new_hashed_relocation"); in show_alloc_options() 731 seq_puts(seq, "dirid_groups"); in show_alloc_options() 735 seq_puts(seq, "oid_groups"); in show_alloc_options() 739 seq_puts(seq, "packing_groups"); in show_alloc_options() [all …]
|
D | super.c | 728 seq_puts(seq, ",tails=on"); in reiserfs_show_options() 730 seq_puts(seq, ",notail"); in reiserfs_show_options() 734 seq_puts(seq, ",barrier=none"); in reiserfs_show_options() 738 seq_puts(seq, ",errors=continue"); in reiserfs_show_options() 740 seq_puts(seq, ",errors=panic"); in reiserfs_show_options() 744 seq_puts(seq, ",data=journal"); in reiserfs_show_options() 746 seq_puts(seq, ",data=writeback"); in reiserfs_show_options() 750 seq_puts(seq, ",attrs"); in reiserfs_show_options() 753 seq_puts(seq, ",user_xattr"); in reiserfs_show_options() 756 seq_puts(seq, ",expose_privroot"); in reiserfs_show_options() [all …]
|
/fs/ext2/ |
D | super.c | 249 seq_puts(seq, ",minixdf"); in ext2_show_options() 251 seq_puts(seq, ",grpid"); in ext2_show_options() 253 seq_puts(seq, ",nogrpid"); in ext2_show_options() 269 seq_puts(seq, ",errors=remount-ro"); in ext2_show_options() 273 seq_puts(seq, ",errors=continue"); in ext2_show_options() 275 seq_puts(seq, ",errors=panic"); in ext2_show_options() 277 seq_puts(seq, ",nouid32"); in ext2_show_options() 279 seq_puts(seq, ",debug"); in ext2_show_options() 281 seq_puts(seq, ",oldalloc"); in ext2_show_options() 285 seq_puts(seq, ",user_xattr"); in ext2_show_options() [all …]
|
/fs/ceph/ |
D | super.c | 705 seq_puts(m, ",dirstat"); in ceph_show_options() 707 seq_puts(m, ",rbytes"); in ceph_show_options() 709 seq_puts(m, ",noasyncreaddir"); in ceph_show_options() 711 seq_puts(m, ",nodcache"); in ceph_show_options() 713 seq_puts(m, ",ino32"); in ceph_show_options() 718 seq_puts(m, ",nopoolperm"); in ceph_show_options() 720 seq_puts(m, ",noquotadf"); in ceph_show_options() 724 seq_puts(m, ",acl"); in ceph_show_options() 726 seq_puts(m, ",noacl"); in ceph_show_options() 730 seq_puts(m, ",copyfrom"); in ceph_show_options() [all …]
|
/fs/erofs/ |
D | super.c | 940 seq_puts(seq, ",user_xattr"); in erofs_show_options() 942 seq_puts(seq, ",nouser_xattr"); in erofs_show_options() 946 seq_puts(seq, ",acl"); in erofs_show_options() 948 seq_puts(seq, ",noacl"); in erofs_show_options() 952 seq_puts(seq, ",cache_strategy=disabled"); in erofs_show_options() 954 seq_puts(seq, ",cache_strategy=readahead"); in erofs_show_options() 956 seq_puts(seq, ",cache_strategy=readaround"); in erofs_show_options() 959 seq_puts(seq, ",dax=always"); in erofs_show_options() 961 seq_puts(seq, ",dax=never"); in erofs_show_options()
|
/fs/gfs2/ |
D | super.c | 1102 seq_puts(s, ",meta"); in gfs2_show_options() 1110 seq_puts(s, ",spectator"); in gfs2_show_options() 1112 seq_puts(s, ",localflocks"); in gfs2_show_options() 1114 seq_puts(s, ",debug"); in gfs2_show_options() 1116 seq_puts(s, ",acl"); in gfs2_show_options() 1139 seq_puts(s, ",suiddir"); in gfs2_show_options() 1156 seq_puts(s, ",discard"); in gfs2_show_options() 1162 seq_puts(s, ",statfs_quantum=0"); in gfs2_show_options() 1184 seq_puts(s, ",nobarrier"); in gfs2_show_options() 1186 seq_puts(s, ",demote_interface_used"); in gfs2_show_options() [all …]
|
/fs/exfat/ |
D | super.c | 151 seq_puts(m, ",iocharset=utf8"); in exfat_show_options() 155 seq_puts(m, ",errors=continue"); in exfat_show_options() 157 seq_puts(m, ",errors=panic"); in exfat_show_options() 159 seq_puts(m, ",errors=remount-ro"); in exfat_show_options() 161 seq_puts(m, ",discard"); in exfat_show_options() 163 seq_puts(m, ",keep_last_dots"); in exfat_show_options() 165 seq_puts(m, ",sys_tz"); in exfat_show_options()
|
/fs/nfsd/ |
D | stats.c | 49 seq_puts(seq, " 0.000"); in nfsd_show() 52 seq_puts(seq, "\nra 0 0 0 0 0 0 0 0 0 0 0 0\n"); in nfsd_show()
|
/fs/ntfs3/ |
D | super.c | 688 seq_puts(m, ",sys_immutable"); in ntfs_show_options() 690 seq_puts(m, ",discard"); in ntfs_show_options() 692 seq_puts(m, ",force"); in ntfs_show_options() 694 seq_puts(m, ",sparse"); in ntfs_show_options() 696 seq_puts(m, ",nohidden"); in ntfs_show_options() 698 seq_puts(m, ",hide_dot_files"); in ntfs_show_options() 700 seq_puts(m, ",windows_names"); in ntfs_show_options() 702 seq_puts(m, ",showmeta"); in ntfs_show_options() 704 seq_puts(m, ",acl"); in ntfs_show_options() 708 seq_puts(m, ",iocharset=utf8"); in ntfs_show_options() [all …]
|
/fs/isofs/ |
D | inode.c | 492 if (!sbi->s_rock) seq_puts(m, ",norock"); in isofs_show_options() 493 else if (!sbi->s_joliet_level) seq_puts(m, ",nojoliet"); in isofs_show_options() 494 if (sbi->s_cruft) seq_puts(m, ",cruft"); in isofs_show_options() 495 if (sbi->s_hide) seq_puts(m, ",hide"); in isofs_show_options() 496 if (sbi->s_nocompress) seq_puts(m, ",nocompress"); in isofs_show_options() 497 if (sbi->s_overriderockperm) seq_puts(m, ",overriderockperm"); in isofs_show_options() 498 if (sbi->s_showassoc) seq_puts(m, ",showassoc"); in isofs_show_options() 524 seq_puts(m, ",iocharset=utf8"); in isofs_show_options()
|