/fs/proc/ |
D | proc_tty.c | 29 seq_printf(m, "%-20s ", p->driver_name ? p->driver_name : "unknown"); in show_tty_range() 30 seq_printf(m, "/dev/%-8s ", p->name); in show_tty_range() 32 seq_printf(m, "%3d %d-%d ", MAJOR(from), MINOR(from), in show_tty_range() 35 seq_printf(m, "%3d %7d ", MAJOR(from), MINOR(from)); in show_tty_range() 39 seq_printf(m, "system"); in show_tty_range() 41 seq_printf(m, ":/dev/tty"); in show_tty_range() 43 seq_printf(m, ":console"); in show_tty_range() 45 seq_printf(m, ":vtmaster"); in show_tty_range() 48 seq_printf(m, "console"); in show_tty_range() 51 seq_printf(m, "serial"); in show_tty_range() [all …]
|
D | array.c | 98 seq_printf(m, "Name:\t"); in task_name() 125 seq_printf(m, "\n"); in task_name() 175 seq_printf(m, in task_state() 193 seq_printf(m, in task_state() 203 seq_printf(m, "%d ", GROUP_AT(group_info, g)); in task_state() 206 seq_printf(m, "\n"); in task_state() 214 seq_printf(m, "%s", header); in render_sigset_t() 225 seq_printf(m, "%x", x); in render_sigset_t() 228 seq_printf(m, "\n"); in render_sigset_t() 271 seq_printf(m, "Threads:\t%d\n", num_threads); in task_sig() [all …]
|
D | stat.c | 55 seq_printf(p, "cpu %llu %llu %llu %llu %llu %llu %llu %llu %llu\n", in show_stat() 77 seq_printf(p, in show_stat() 90 seq_printf(p, "intr %llu", (unsigned long long)sum); in show_stat() 98 seq_printf(p, " %u", per_irq_sum); in show_stat() 101 seq_printf(p, in show_stat()
|
D | devices.c | 12 seq_printf(f, "Character devices:\n"); in devinfo_show() 19 seq_printf(f, "\nBlock devices:\n"); in devinfo_show()
|
D | nommu.c | 54 seq_printf(m, in nommu_region_show() 69 seq_printf(m, "%*c", len, ' '); in nommu_region_show()
|
D | task_nommu.c | 69 seq_printf(m, in task_mem() 138 seq_printf(m, in nommu_vma_show() 153 seq_printf(m, "%*c", len, ' '); in nommu_vma_show()
|
/fs/dlm/ |
D | debug_fs.c | 53 seq_printf(s, "%08x %s", lkb->lkb_id, print_lockmode(lkb->lkb_grmode)); in print_format1_lock() 57 seq_printf(s, " (%s)", print_lockmode(lkb->lkb_rqmode)); in print_format1_lock() 61 seq_printf(s, " Remote: %3d %08x", lkb->lkb_nodeid, in print_format1_lock() 64 seq_printf(s, " Master: %08x", lkb->lkb_remid); in print_format1_lock() 68 seq_printf(s, " wait_type: %d", lkb->lkb_wait_type); in print_format1_lock() 70 return seq_printf(s, "\n"); in print_format1_lock() 81 rv = seq_printf(s, "\nResource %p Name (len=%d) \"", in print_format1() 88 seq_printf(s, "%c", res->res_name[i]); in print_format1() 90 seq_printf(s, "%c", '.'); in print_format1() 94 rv = seq_printf(s, "\" \nLocal Copy, Master is node %d\n", in print_format1() [all …]
|
/fs/cifs/ |
D | cifs_debug.c | 121 seq_printf(m, "CIFS Version %s\n", CIFS_VERSION); in cifs_debug_data_proc_show() 122 seq_printf(m, "Active VFS Requests: %d\n", GlobalTotalActiveXid); in cifs_debug_data_proc_show() 123 seq_printf(m, "Servers:"); in cifs_debug_data_proc_show() 137 seq_printf(m, "\n%d) entry for %s not fully " in cifs_debug_data_proc_show() 140 seq_printf(m, in cifs_debug_data_proc_show() 148 seq_printf(m, "TCP status: %d\n\tLocal Users To " in cifs_debug_data_proc_show() 155 seq_printf(m, " In Send: %d In MaxReq Wait: %d", in cifs_debug_data_proc_show() 167 seq_printf(m, "\n\t%d) %s Mounts: %d ", j, in cifs_debug_data_proc_show() 170 seq_printf(m, "Type: %s ", in cifs_debug_data_proc_show() 173 seq_printf(m, "DevInfo: 0x%x Attributes: 0x%x" in cifs_debug_data_proc_show() [all …]
|
D | cifsfs.c | 350 seq_printf(s, ",unc=%s", cifs_sb->tcon->treeName); in cifs_show_options() 353 seq_printf(s, ",username=%s", in cifs_show_options() 356 seq_printf(s, ",domain=%s", in cifs_show_options() 360 seq_printf(s, ",addr="); in cifs_show_options() 364 seq_printf(s, "%pI6", in cifs_show_options() 368 seq_printf(s, "%pI4", in cifs_show_options() 376 seq_printf(s, ",uid=%d", cifs_sb->mnt_uid); in cifs_show_options() 379 seq_printf(s, ",gid=%d", cifs_sb->mnt_gid); in cifs_show_options() 381 seq_printf(s, ",file_mode=0%o,dir_mode=0%o", in cifs_show_options() 386 seq_printf(s, ",seal"); in cifs_show_options() [all …]
|
/fs/nfsd/ |
D | stats.c | 47 seq_printf(seq, "rc %u %u %u\nfh %u %u %u %u %u\nio %u %u\n", in nfsd_proc_show() 59 seq_printf(seq, "th %u %u", nfsdstats.th_cnt, nfsdstats.th_fullcnt); in nfsd_proc_show() 63 seq_printf(seq, " %u.%03u", sec, msec); in nfsd_proc_show() 67 seq_printf(seq, "\nra %u", nfsdstats.ra_size); in nfsd_proc_show() 69 seq_printf(seq, " %u", nfsdstats.ra_depth[i]); in nfsd_proc_show() 78 seq_printf(seq,"proc4ops %u", LAST_NFS4_OP + 1); in nfsd_proc_show() 80 seq_printf(seq, " %u", nfsdstats.nfs4_opcount[i]); in nfsd_proc_show()
|
D | nfs4idmap.c | 168 seq_printf(m, "%s %s %u", ent->authname, in idtoname_show() 172 seq_printf(m, " %s", ent->name); in idtoname_show() 173 seq_printf(m, "\n"); in idtoname_show() 347 seq_printf(m, "%s %s %s", ent->authname, in nametoid_show() 351 seq_printf(m, " %u", ent->id); in nametoid_show() 352 seq_printf(m, "\n"); in nametoid_show()
|
D | export.c | 199 seq_printf(m, "%s %d 0x", ek->ek_client->name, in expkey_show() 202 seq_printf(m, "%08x", ek->ek_fsid[i]); in expkey_show() 205 seq_printf(m, " "); in expkey_show() 208 seq_printf(m, "\n"); in expkey_show() 659 seq_printf(m, "%02x", exp->ex_uuid[i]); in svc_export_show() 1451 seq_printf(m, "%s%s", first++?",":"", flg->name[state]); in show_expflags() 1457 seq_printf(m, ","); in show_secinfo_flags() 1473 seq_printf(m, ",sec=%d", f->pseudoflavor); in show_secinfo() 1476 seq_printf(m, ":%d", f->pseudoflavor); in show_secinfo() 1487 seq_printf(m, ",fsid=%d", fsid); in exp_flags() [all …]
|
/fs/hfsplus/ |
D | options.c | 176 seq_printf(seq, ",creator=%.4s", (char *)&sbi->creator); in hfsplus_show_options() 178 seq_printf(seq, ",type=%.4s", (char *)&sbi->type); in hfsplus_show_options() 179 seq_printf(seq, ",umask=%o,uid=%u,gid=%u", sbi->umask, sbi->uid, sbi->gid); in hfsplus_show_options() 181 seq_printf(seq, ",part=%u", sbi->part); in hfsplus_show_options() 183 seq_printf(seq, ",session=%u", sbi->session); in hfsplus_show_options() 185 seq_printf(seq, ",nls=%s", sbi->nls->charset); in hfsplus_show_options() 187 seq_printf(seq, ",nodecompose"); in hfsplus_show_options()
|
/fs/ecryptfs/ |
D | super.c | 173 seq_printf(m, ",ecryptfs_sig=%s", walker->sig); in ecryptfs_show_options() 177 seq_printf(m, ",ecryptfs_cipher=%s", in ecryptfs_show_options() 181 seq_printf(m, ",ecryptfs_key_bytes=%zd", in ecryptfs_show_options() 184 seq_printf(m, ",ecryptfs_passthrough"); in ecryptfs_show_options() 186 seq_printf(m, ",ecryptfs_xattr_metadata"); in ecryptfs_show_options() 188 seq_printf(m, ",ecryptfs_encrypted_view"); in ecryptfs_show_options()
|
/fs/gfs2/ |
D | ops_super.c | 535 seq_printf(s, ",meta"); in gfs2_show_options() 537 seq_printf(s, ",lockproto=%s", args->ar_lockproto); in gfs2_show_options() 539 seq_printf(s, ",locktable=%s", args->ar_locktable); in gfs2_show_options() 541 seq_printf(s, ",hostdata=%s", args->ar_hostdata); in gfs2_show_options() 543 seq_printf(s, ",spectator"); in gfs2_show_options() 545 seq_printf(s, ",ignore_local_fs"); in gfs2_show_options() 547 seq_printf(s, ",localflocks"); in gfs2_show_options() 549 seq_printf(s, ",localcaching"); in gfs2_show_options() 551 seq_printf(s, ",debug"); in gfs2_show_options() 553 seq_printf(s, ",upgrade"); in gfs2_show_options() [all …]
|
/fs/hfs/ |
D | super.c | 123 seq_printf(seq, ",creator=%.4s", (char *)&sbi->s_creator); in hfs_show_options() 125 seq_printf(seq, ",type=%.4s", (char *)&sbi->s_type); in hfs_show_options() 126 seq_printf(seq, ",uid=%u,gid=%u", sbi->s_uid, sbi->s_gid); in hfs_show_options() 128 seq_printf(seq, ",file_umask=%o", sbi->s_file_umask); in hfs_show_options() 130 seq_printf(seq, ",dir_umask=%o", sbi->s_dir_umask); in hfs_show_options() 132 seq_printf(seq, ",part=%u", sbi->part); in hfs_show_options() 134 seq_printf(seq, ",session=%u", sbi->session); in hfs_show_options() 136 seq_printf(seq, ",codepage=%s", sbi->nls_disk->charset); in hfs_show_options() 138 seq_printf(seq, ",iocharset=%s", sbi->nls_io->charset); in hfs_show_options() 140 seq_printf(seq, ",quiet"); in hfs_show_options()
|
/fs/nfs/ |
D | super.c | 468 seq_printf(m, ",mountaddr=%pI4", &sin->sin_addr.s_addr); in nfs_show_mountd_options() 473 seq_printf(m, ",mountaddr=%pI6", &sin6->sin6_addr); in nfs_show_mountd_options() 478 seq_printf(m, ",mountaddr=unspecified"); in nfs_show_mountd_options() 482 seq_printf(m, ",mountvers=%u", nfss->mountd_version); in nfs_show_mountd_options() 484 seq_printf(m, ",mountport=%u", nfss->mountd_port); in nfs_show_mountd_options() 488 seq_printf(m, ",mountproto=udp"); in nfs_show_mountd_options() 491 seq_printf(m, ",mountproto=tcp"); in nfs_show_mountd_options() 495 seq_printf(m, ",mountproto=auto"); in nfs_show_mountd_options() 526 seq_printf(m, ",vers=%u", version); in nfs_show_mount_options() 527 seq_printf(m, ",rsize=%u", nfss->rsize); in nfs_show_mount_options() [all …]
|
/fs/autofs4/ |
D | inode.c | 190 seq_printf(m, ",fd=%d", sbi->pipefd); in autofs4_show_options() 192 seq_printf(m, ",uid=%u", root_inode->i_uid); in autofs4_show_options() 194 seq_printf(m, ",gid=%u", root_inode->i_gid); in autofs4_show_options() 195 seq_printf(m, ",pgrp=%d", sbi->oz_pgrp); in autofs4_show_options() 196 seq_printf(m, ",timeout=%lu", sbi->exp_timeout/HZ); in autofs4_show_options() 197 seq_printf(m, ",minproto=%d", sbi->min_proto); in autofs4_show_options() 198 seq_printf(m, ",maxproto=%d", sbi->max_proto); in autofs4_show_options() 201 seq_printf(m, ",offset"); in autofs4_show_options() 203 seq_printf(m, ",direct"); in autofs4_show_options() 205 seq_printf(m, ",indirect"); in autofs4_show_options()
|
/fs/reiserfs/ |
D | procfs.c | 41 seq_printf(m, "%s format\twith checks %s\n", format, in show_version() 84 seq_printf(m, "state: \t%s\n" in show_super() 147 seq_printf(m, "level\t" in show_per_level() 163 seq_printf(m, "%i\t" in show_per_level() 204 seq_printf(m, "free_block: %lu\n" in show_bitmap() 239 seq_printf(m, "block_count: \t%i\n" in show_on_disk_super() 287 seq_printf(m, "%s: [ %x .. %x )\n", in show_oidmap() 299 seq_printf(m, "total: \t%i [%i/%i] used: %lu [exact]\n", in show_oidmap() 312 seq_printf(m, /* on-disk fields */ in show_journal()
|
/fs/openpromfs/ |
D | inode.c | 78 seq_printf(f, "%s", (char *) pval); in property_show() 85 seq_printf(f, " + "); in property_show() 92 seq_printf(f, "%02x.", in property_show() 95 seq_printf(f, "%02x", in property_show() 104 seq_printf(f, "%08x.", in property_show() 107 seq_printf(f, "%08x", in property_show() 113 seq_printf(f, "\n"); in property_show()
|
/fs/ocfs2/ |
D | super.c | 1234 seq_printf(s, ",_netdev,heartbeat=local"); in ocfs2_show_options() 1236 seq_printf(s, ",heartbeat=none"); in ocfs2_show_options() 1239 seq_printf(s, ",nointr"); in ocfs2_show_options() 1242 seq_printf(s, ",data=writeback"); in ocfs2_show_options() 1244 seq_printf(s, ",data=ordered"); in ocfs2_show_options() 1247 seq_printf(s, ",barrier=1"); in ocfs2_show_options() 1250 seq_printf(s, ",errors=panic"); in ocfs2_show_options() 1252 seq_printf(s, ",errors=remount-ro"); in ocfs2_show_options() 1255 seq_printf(s, ",preferred_slot=%d", osb->preferred_slot); in ocfs2_show_options() 1258 seq_printf(s, ",atime_quantum=%u", osb->s_atime_quantum); in ocfs2_show_options() [all …]
|
/fs/smbfs/ |
D | inode.c | 430 seq_printf(s, ",%s", opts[i].name); in smb_show_options() 433 seq_printf(s, ",uid=%d", mnt->uid); in smb_show_options() 435 seq_printf(s, ",gid=%d", mnt->gid); in smb_show_options() 437 seq_printf(s, ",mounted_uid=%d", mnt->mounted_uid); in smb_show_options() 444 seq_printf(s, ",file_mode=%04o", mnt->file_mode & S_IRWXUGO); in smb_show_options() 446 seq_printf(s, ",dir_mode=%04o", mnt->dir_mode & S_IRWXUGO); in smb_show_options() 449 seq_printf(s, ",iocharset=%s", mnt->codepage.local_name); in smb_show_options() 451 seq_printf(s, ",codepage=%s", mnt->codepage.remote_name); in smb_show_options() 454 seq_printf(s, ",ttl=%d", mnt->ttl); in smb_show_options()
|
/fs/ |
D | locks.c | 2099 seq_printf(f, "%d:%s ", id, pfx); in lock_get_status() 2101 seq_printf(f, "%6s %s ", in lock_get_status() 2107 seq_printf(f, "FLOCK MSNFS "); in lock_get_status() 2109 seq_printf(f, "FLOCK ADVISORY "); in lock_get_status() 2112 seq_printf(f, "LEASE "); in lock_get_status() 2114 seq_printf(f, "BREAKING "); in lock_get_status() 2116 seq_printf(f, "ACTIVE "); in lock_get_status() 2118 seq_printf(f, "BREAKER "); in lock_get_status() 2120 seq_printf(f, "UNKNOWN UNKNOWN "); in lock_get_status() 2123 seq_printf(f, "%s ", in lock_get_status() [all …]
|
/fs/ncpfs/ |
D | inode.c | 316 seq_printf(seq, ",uid=%u", server->m.uid); in ncp_show_options() 318 seq_printf(seq, ",gid=%u", server->m.gid); in ncp_show_options() 320 seq_printf(seq, ",owner=%u", server->m.mounted_uid); in ncp_show_options() 323 seq_printf(seq, ",mode=0%o", tmp); in ncp_show_options() 326 seq_printf(seq, ",dirmode=0%o", tmp); in ncp_show_options() 329 seq_printf(seq, ",timeout=%u", tmp); in ncp_show_options() 332 seq_printf(seq, ",retry=%u", server->m.retry_count); in ncp_show_options() 334 seq_printf(seq, ",flags=%lu", server->m.flags); in ncp_show_options() 336 seq_printf(seq, ",wdogpid=%u", pid_vnr(server->m.wdog_pid)); in ncp_show_options()
|
/fs/jbd2/ |
D | journal.c | 732 seq_printf(seq, "%-4s %-5s %-5s %-5s %-5s %-5s %-5s %-6s %-5s " in jbd2_seq_history_show() 740 seq_printf(seq, "%-4s %-5lu %-5u %-5u %-5u %-5u %-5u " in jbd2_seq_history_show() 751 seq_printf(seq, "%-4s %-5lu %48s %-5u %-5lu %-5lu %-5lu\n", in jbd2_seq_history_show() 839 seq_printf(seq, "%lu transaction, each upto %u blocks\n", in jbd2_seq_info_show() 844 seq_printf(seq, "average: \n %ums waiting for transaction\n", in jbd2_seq_info_show() 846 seq_printf(seq, " %ums running transaction\n", in jbd2_seq_info_show() 848 seq_printf(seq, " %ums transaction was being locked\n", in jbd2_seq_info_show() 850 seq_printf(seq, " %ums flushing data (in ordered mode)\n", in jbd2_seq_info_show() 852 seq_printf(seq, " %ums logging transaction\n", in jbd2_seq_info_show() 854 seq_printf(seq, " %lluus average transaction commit time\n", in jbd2_seq_info_show() [all …]
|