Home
last modified time | relevance | path

Searched refs:seq_printf (Results 1 – 25 of 111) sorted by relevance

12345

/fs/cifs/
Dcifs_debug.c90 seq_printf(m, "%s Mounts: %d ", tcon->treeName, tcon->tc_count); in cifs_debug_tcon()
92 seq_printf(m, "Type: %s ", tcon->nativeFileSystem); in cifs_debug_tcon()
93 seq_printf(m, "DevInfo: 0x%x Attributes: 0x%x\n\tPathComponentMax: %d Status: %d", in cifs_debug_tcon()
103 seq_printf(m, " type: %d ", dev_type); in cifs_debug_tcon()
105 seq_printf(m, "Serial Number: 0x%x", tcon->vol_serial_number); in cifs_debug_tcon()
110 seq_printf(m, " Encrypted"); in cifs_debug_tcon()
112 seq_printf(m, " nocase"); in cifs_debug_tcon()
114 seq_printf(m, " POSIX Extensions"); in cifs_debug_tcon()
130 seq_printf(m, "\n\n\t\tChannel: %d ConnectionId: 0x%llx" in cifs_dump_channel()
153 seq_printf(m, "\tSpeed: %zu bps\n", iface->speed); in cifs_dump_iface()
[all …]
Dcifsfs.c423 seq_printf(s, "%pI4", &sa->sin_addr.s_addr); in cifs_show_address()
426 seq_printf(s, "%pI6", &sa6->sin6_addr.s6_addr); in cifs_show_address()
428 seq_printf(s, "%%%u", sa6->sin6_scope_id); in cifs_show_address()
468 seq_printf(s, ",cruid=%u", in cifs_show_security()
542 seq_printf(s, ",srcaddr=%pI6c", in cifs_show_options()
545 seq_printf(s, ",srcaddr=%pI4", in cifs_show_options()
548 seq_printf(s, ",srcaddr=BAD-AF:%i", in cifs_show_options()
552 seq_printf(s, ",uid=%u", in cifs_show_options()
559 seq_printf(s, ",gid=%u", in cifs_show_options()
569 seq_printf(s, ",file_mode=0%ho,dir_mode=0%ho", in cifs_show_options()
[all …]
/fs/ceph/
Ddebugfs.c34 seq_printf(s, "epoch %d\n", mdsmap->m_epoch); in mdsmap_show()
35 seq_printf(s, "root %d\n", mdsmap->m_root); in mdsmap_show()
36 seq_printf(s, "max_mds %d\n", mdsmap->m_max_mds); in mdsmap_show()
37 seq_printf(s, "session_timeout %d\n", mdsmap->m_session_timeout); in mdsmap_show()
38 seq_printf(s, "session_autoclose %d\n", mdsmap->m_session_autoclose); in mdsmap_show()
42 seq_printf(s, "\tmds%d\t%s\t(%s)\n", i, in mdsmap_show()
67 seq_printf(s, "%lld\tmds%d\t", req->r_tid, in mdsc_show()
70 seq_printf(s, "%lld\t(no request)\t", req->r_tid); in mdsc_show()
72 seq_printf(s, "%lld\t(no session)\t", req->r_tid); in mdsc_show()
74 seq_printf(s, "%s", ceph_mds_op_name(req->r_op)); in mdsc_show()
[all …]
/fs/f2fs/
Ddebug.c348 seq_printf(s, "\n=====[ partition info(%pg). #%d, %s, CP: %s]=====\n", in stat_show()
359 seq_printf(s, "[SB: 1] [CP: 2] [SIT: %d] [NAT: %d] ", in stat_show()
361 seq_printf(s, "[SSA: %d] [MAIN: %d", in stat_show()
363 seq_printf(s, "(OverProv:%d Resv:%d)]\n\n", in stat_show()
365 seq_printf(s, "Current Time Sec: %llu / Mounted Time Sec: %llu\n\n", in stat_show()
369 seq_printf(s, "Utilization: %u%% (%u valid blocks, %u discard blocks)\n", in stat_show()
372 seq_printf(s, "Utilization: %u%% (%u valid blocks)\n", in stat_show()
375 seq_printf(s, " - Node: %u (Inode: %u, ", in stat_show()
377 seq_printf(s, "Other: %u)\n - Data: %u\n", in stat_show()
380 seq_printf(s, " - Inline_xattr Inode: %u\n", in stat_show()
[all …]
Diostat.c30 seq_printf(seq, "time: %-16llu\n", now); in iostat_info_seq_show()
34 seq_printf(seq, "app buffered: %-16llu\n", in iostat_info_seq_show()
36 seq_printf(seq, "app direct: %-16llu\n", in iostat_info_seq_show()
38 seq_printf(seq, "app mapped: %-16llu\n", in iostat_info_seq_show()
42 seq_printf(seq, "fs data: %-16llu\n", in iostat_info_seq_show()
44 seq_printf(seq, "fs node: %-16llu\n", in iostat_info_seq_show()
46 seq_printf(seq, "fs meta: %-16llu\n", in iostat_info_seq_show()
48 seq_printf(seq, "fs gc data: %-16llu\n", in iostat_info_seq_show()
50 seq_printf(seq, "fs gc node: %-16llu\n", in iostat_info_seq_show()
52 seq_printf(seq, "fs cp data: %-16llu\n", in iostat_info_seq_show()
[all …]
/fs/fscache/
Dstats.c141 seq_printf(m, "Cookies: idx=%u dat=%u spc=%u\n", in fscache_stats_show()
146 seq_printf(m, "Objects: alc=%u nal=%u avl=%u ded=%u\n", in fscache_stats_show()
151 seq_printf(m, "ChkAux : non=%u ok=%u upd=%u obs=%u\n", in fscache_stats_show()
157 seq_printf(m, "Pages : mrk=%u unc=%u\n", in fscache_stats_show()
161 seq_printf(m, "Acquire: n=%u nul=%u noc=%u ok=%u nbf=%u" in fscache_stats_show()
170 seq_printf(m, "Lookups: n=%u neg=%u pos=%u crt=%u tmo=%u\n", in fscache_stats_show()
177 seq_printf(m, "Invals : n=%u run=%u\n", in fscache_stats_show()
181 seq_printf(m, "Updates: n=%u nul=%u run=%u\n", in fscache_stats_show()
186 seq_printf(m, "Relinqs: n=%u nul=%u wcr=%u rtr=%u\n", in fscache_stats_show()
192 seq_printf(m, "AttrChg: n=%u ok=%u nbf=%u oom=%u run=%u\n", in fscache_stats_show()
[all …]
/fs/proc/
Dproc_tty.c31 seq_printf(m, "%-20s ", p->driver_name ? p->driver_name : "unknown"); in show_tty_range()
32 seq_printf(m, "/dev/%-8s ", p->name); in show_tty_range()
34 seq_printf(m, "%3d %d-%d ", MAJOR(from), MINOR(from), in show_tty_range()
37 seq_printf(m, "%3d %7d ", MAJOR(from), MINOR(from)); in show_tty_range()
64 seq_printf(m, "type:%d.%d", p->type, p->subtype); in show_tty_range()
77 seq_printf(m, "%-20s /dev/%-8s ", "/dev/tty", "tty"); in show_tty_driver()
78 seq_printf(m, "%3d %7d ", TTYAUX_MAJOR, 0); in show_tty_driver()
80 seq_printf(m, "%-20s /dev/%-8s ", "/dev/console", "console"); in show_tty_driver()
81 seq_printf(m, "%3d %7d ", TTYAUX_MAJOR, 1); in show_tty_driver()
84 seq_printf(m, "%-20s /dev/%-8s ", "/dev/ptmx", "ptmx"); in show_tty_driver()
[all …]
Dsoftirqs.c16 seq_printf(p, "CPU%-8d", i); in show_softirqs()
20 seq_printf(p, "%12s:", softirq_to_name[i]); in show_softirqs()
22 seq_printf(p, " %10u", kstat_softirqs_cpu(i, j)); in show_softirqs()
Dmeminfo.c103 seq_printf(m, "KernelStack: %8lu kB\n", in meminfo_proc_show()
106 seq_printf(m, "ShadowCallStack:%8lu kB\n", in meminfo_proc_show()
119 seq_printf(m, "VmallocTotal: %8lu kB\n", in meminfo_proc_show()
126 seq_printf(m, "HardwareCorrupted: %5lu kB\n", in meminfo_proc_show()
/fs/nfs/
Dsuper.c364 seq_printf(m, ",mountproto=%s", proto ?: "auto"); in nfs_show_mountd_netid()
378 seq_printf(m, ",mountaddr=%pI4", &sin->sin_addr.s_addr); in nfs_show_mountd_options()
383 seq_printf(m, ",mountaddr=%pI6c", &sin6->sin6_addr); in nfs_show_mountd_options()
392 seq_printf(m, ",mountvers=%u", nfss->mountd_version); in nfs_show_mountd_options()
396 seq_printf(m, ",mountport=%u", nfss->mountd_port); in nfs_show_mountd_options()
407 seq_printf(m, ",clientaddr=%s", clp->cl_ipaddr); in nfs_show_nfsv4_options()
420 seq_printf(m, ",vers=%u", version); in nfs_show_nfs_version()
422 seq_printf(m, ".%u", minorversion); in nfs_show_nfs_version()
455 seq_printf(m, ",rsize=%u", nfss->rsize); in nfs_show_mount_options()
456 seq_printf(m, ",wsize=%u", nfss->wsize); in nfs_show_mount_options()
[all …]
/fs/dlm/
Ddebug_fs.c54 seq_printf(s, "%08x %s", lkb->lkb_id, print_lockmode(lkb->lkb_grmode)); in print_format1_lock()
58 seq_printf(s, " (%s)", print_lockmode(lkb->lkb_rqmode)); in print_format1_lock()
62 seq_printf(s, " Remote: %3d %08x", lkb->lkb_nodeid, in print_format1_lock()
65 seq_printf(s, " Master: %08x", lkb->lkb_remid); in print_format1_lock()
69 seq_printf(s, " wait_type: %d", lkb->lkb_wait_type); in print_format1_lock()
81 seq_printf(s, "\nResource %p Name (len=%d) \"", res, res->res_length); in print_format1()
85 seq_printf(s, "%c", res->res_name[i]); in print_format1()
87 seq_printf(s, "%c", '.'); in print_format1()
91 seq_printf(s, "\"\nLocal Copy, Master is node %d\n", in print_format1()
96 seq_printf(s, "\"\nLooking up master (lkid %x)\n", in print_format1()
[all …]
/fs/ecryptfs/
Dsuper.c144 seq_printf(m, ",ecryptfs_fnek_sig=%s", walker->sig); in ecryptfs_show_options()
146 seq_printf(m, ",ecryptfs_sig=%s", walker->sig); in ecryptfs_show_options()
150 seq_printf(m, ",ecryptfs_cipher=%s", in ecryptfs_show_options()
154 seq_printf(m, ",ecryptfs_key_bytes=%zd", in ecryptfs_show_options()
157 seq_printf(m, ",ecryptfs_passthrough"); in ecryptfs_show_options()
159 seq_printf(m, ",ecryptfs_xattr_metadata"); in ecryptfs_show_options()
161 seq_printf(m, ",ecryptfs_encrypted_view"); in ecryptfs_show_options()
163 seq_printf(m, ",ecryptfs_unlink_sigs"); in ecryptfs_show_options()
165 seq_printf(m, ",ecryptfs_mount_auth_tok_only"); in ecryptfs_show_options()
/fs/afs/
Dproc.c49 seq_printf(m, "%3u %3u %6lld %2u %2u %s\n", in afs_proc_cells_show()
161 seq_printf(m, "%s\n", cell->name); in afs_proc_rootcell_show()
219 seq_printf(m, "%3d %08llx %s %s\n", in afs_proc_cell_volumes_show()
292 seq_printf(m, "# source %s, status %s\n", in afs_proc_cell_vlservers_show()
302 seq_printf(m, "%s [p=%hu w=%hu s=%s,%s]:\n", in afs_proc_cell_vlservers_show()
308 seq_printf(m, " %c %pISpc\n", in afs_proc_cell_vlservers_show()
312 seq_printf(m, " info: fl=%lx rtt=%d\n", vlserver->flags, vlserver->rtt); in afs_proc_cell_vlservers_show()
313 seq_printf(m, " probe: fl=%x e=%d ac=%d out=%d\n", in afs_proc_cell_vlservers_show()
389 seq_printf(m, "%pU %3d %3d\n", in afs_proc_servers_show()
393 seq_printf(m, " - info: fl=%lx rtt=%u brk=%x\n", in afs_proc_servers_show()
[all …]
/fs/notify/
Dfdinfo.c61 seq_printf(m, "fhandle-bytes:%x fhandle-type:%x f_handle:", in show_mark_fhandle()
65 seq_printf(m, "%02x", (int)f.handle.f_handle[i]); in show_mark_fhandle()
86 seq_printf(m, "inotify wd:%x ino:%lx sdev:%x mask:%x ignored_mask:0 ", in inotify_fdinfo()
116 seq_printf(m, "fanotify ino:%lx sdev:%x mflags:%x mask:%x ignored_mask:%x ", in fanotify_fdinfo()
125 seq_printf(m, "fanotify mnt_id:%x mflags:%x mask:%x ignored_mask:%x\n", in fanotify_fdinfo()
130 seq_printf(m, "fanotify sdev:%x mflags:%x mask:%x ignored_mask:%x\n", in fanotify_fdinfo()
139 seq_printf(m, "fanotify flags:%x event-flags:%x\n", in fanotify_show_fdinfo()
/fs/netfs/
Dstats.c34 seq_printf(m, "RdHelp : RA=%u RP=%u WB=%u WBZ=%u rr=%u sr=%u\n", in netfs_stats_show()
41 seq_printf(m, "RdHelp : ZR=%u sh=%u sk=%u\n", in netfs_stats_show()
45 seq_printf(m, "RdHelp : DL=%u ds=%u df=%u di=%u\n", in netfs_stats_show()
50 seq_printf(m, "RdHelp : RD=%u rs=%u rf=%u\n", in netfs_stats_show()
54 seq_printf(m, "RdHelp : WR=%u ws=%u wf=%u\n", in netfs_stats_show()
/fs/reiserfs/
Dprocfs.c40 seq_printf(m, "%s format\twith checks %s\n", format, in show_version()
75 seq_printf(m, "state: \t%s\n" in show_super()
139 seq_printf(m, "level\t" in show_per_level()
155 seq_printf(m, "%i\t" in show_per_level()
197 seq_printf(m, "free_block: %lu\n" in show_bitmap()
233 seq_printf(m, "block_count: \t%i\n" in show_on_disk_super()
282 seq_printf(m, "%s: [ %x .. %x )\n", in show_oidmap()
294 seq_printf(m, "total: \t%i [%i/%i] used: %lu [exact]\n", in show_oidmap()
314 seq_printf(m, /* on-disk fields */ in show_journal()
/fs/hpfs/
Dsuper.c498 seq_printf(seq, ",uid=%u", from_kuid_munged(&init_user_ns, sbi->sb_uid)); in hpfs_show_options()
499 seq_printf(seq, ",gid=%u", from_kgid_munged(&init_user_ns, sbi->sb_gid)); in hpfs_show_options()
500 seq_printf(seq, ",umask=%03o", (~sbi->sb_mode & 0777)); in hpfs_show_options()
502 seq_printf(seq, ",case=lower"); in hpfs_show_options()
504 seq_printf(seq, ",check=none"); in hpfs_show_options()
506 seq_printf(seq, ",check=strict"); in hpfs_show_options()
508 seq_printf(seq, ",errors=continue"); in hpfs_show_options()
510 seq_printf(seq, ",errors=panic"); in hpfs_show_options()
512 seq_printf(seq, ",chkdsk=no"); in hpfs_show_options()
514 seq_printf(seq, ",chkdsk=always"); in hpfs_show_options()
[all …]
/fs/autofs/
Dinode.c69 seq_printf(m, ",fd=%d", sbi->pipefd); in autofs_show_options()
71 seq_printf(m, ",uid=%u", in autofs_show_options()
74 seq_printf(m, ",gid=%u", in autofs_show_options()
76 seq_printf(m, ",pgrp=%d", pid_vnr(sbi->oz_pgrp)); in autofs_show_options()
77 seq_printf(m, ",timeout=%lu", sbi->exp_timeout/HZ); in autofs_show_options()
78 seq_printf(m, ",minproto=%d", sbi->min_proto); in autofs_show_options()
79 seq_printf(m, ",maxproto=%d", sbi->max_proto); in autofs_show_options()
93 seq_printf(m, ",pipe_ino=%ld", file_inode(sbi->pipe)->i_ino); in autofs_show_options()
/fs/nfsd/
Dstats.c39 seq_printf(seq, "rc %lld %lld %lld\nfh %lld 0 0 0 0\nio %lld %lld\n", in nfsd_proc_show()
48 seq_printf(seq, "th %u 0", nfsdstats.th_cnt); in nfsd_proc_show()
63 seq_printf(seq,"proc4ops %u", LAST_NFS4_OP + 1); in nfsd_proc_show()
65 seq_printf(seq, " %lld", in nfsd_proc_show()
Dnfscache.c606 seq_printf(m, "max entries: %u\n", nn->max_drc_entries); in nfsd_reply_cache_stats_show()
607 seq_printf(m, "num entries: %u\n", in nfsd_reply_cache_stats_show()
609 seq_printf(m, "hash buckets: %u\n", 1 << nn->maskbits); in nfsd_reply_cache_stats_show()
610 seq_printf(m, "mem usage: %lld\n", in nfsd_reply_cache_stats_show()
612 seq_printf(m, "cache hits: %lld\n", in nfsd_reply_cache_stats_show()
614 seq_printf(m, "cache misses: %lld\n", in nfsd_reply_cache_stats_show()
616 seq_printf(m, "not cached: %lld\n", in nfsd_reply_cache_stats_show()
618 seq_printf(m, "payload misses: %lld\n", in nfsd_reply_cache_stats_show()
620 seq_printf(m, "longest chain len: %u\n", nn->longest_chain); in nfsd_reply_cache_stats_show()
621 seq_printf(m, "cachesize at longest: %u\n", nn->longest_chain_cachesize); in nfsd_reply_cache_stats_show()
/fs/hfs/
Dsuper.c142 seq_printf(seq, ",uid=%u,gid=%u", in hfs_show_options()
146 seq_printf(seq, ",file_umask=%o", sbi->s_file_umask); in hfs_show_options()
148 seq_printf(seq, ",dir_umask=%o", sbi->s_dir_umask); in hfs_show_options()
150 seq_printf(seq, ",part=%u", sbi->part); in hfs_show_options()
152 seq_printf(seq, ",session=%u", sbi->session); in hfs_show_options()
154 seq_printf(seq, ",codepage=%s", sbi->nls_disk->charset); in hfs_show_options()
156 seq_printf(seq, ",iocharset=%s", sbi->nls_io->charset); in hfs_show_options()
158 seq_printf(seq, ",quiet"); in hfs_show_options()
/fs/9p/
Dv9fs.c111 seq_printf(m, ",debug=%x", v9ses->debug); in v9fs_show_options()
113 seq_printf(m, ",dfltuid=%u", in v9fs_show_options()
116 seq_printf(m, ",dfltgid=%u", in v9fs_show_options()
119 seq_printf(m, ",afid=%u", v9ses->afid); in v9fs_show_options()
121 seq_printf(m, ",uname=%s", v9ses->uname); in v9fs_show_options()
123 seq_printf(m, ",aname=%s", v9ses->aname); in v9fs_show_options()
127 seq_printf(m, ",%s", v9fs_cache_modes[v9ses->cache]); in v9fs_show_options()
130 seq_printf(m, ",cachetag=%s", v9ses->cachetag); in v9fs_show_options()
144 seq_printf(m, ",access=%u", in v9fs_show_options()
/fs/openpromfs/
Dinode.c80 seq_printf(f, "%s", (char *) pval); in property_show()
87 seq_printf(f, " + "); in property_show()
94 seq_printf(f, "%02x.", in property_show()
97 seq_printf(f, "%02x", in property_show()
106 seq_printf(f, "%08x.", in property_show()
109 seq_printf(f, "%08x", in property_show()
115 seq_printf(f, "\n"); in property_show()
/fs/ocfs2/
Dsuper.c1479 seq_printf(s, ",_netdev"); in ocfs2_show_options()
1481 seq_printf(s, ",%s", OCFS2_HB_LOCAL); in ocfs2_show_options()
1483 seq_printf(s, ",%s", OCFS2_HB_GLOBAL); in ocfs2_show_options()
1485 seq_printf(s, ",%s", OCFS2_HB_NONE); in ocfs2_show_options()
1488 seq_printf(s, ",nointr"); in ocfs2_show_options()
1491 seq_printf(s, ",data=writeback"); in ocfs2_show_options()
1493 seq_printf(s, ",data=ordered"); in ocfs2_show_options()
1496 seq_printf(s, ",barrier=1"); in ocfs2_show_options()
1499 seq_printf(s, ",errors=panic"); in ocfs2_show_options()
1501 seq_printf(s, ",errors=continue"); in ocfs2_show_options()
[all …]
/fs/hfsplus/
Doptions.c229 seq_printf(seq, ",umask=%o,uid=%u,gid=%u", sbi->umask, in hfsplus_show_options()
233 seq_printf(seq, ",part=%u", sbi->part); in hfsplus_show_options()
235 seq_printf(seq, ",session=%u", sbi->session); in hfsplus_show_options()
237 seq_printf(seq, ",nls=%s", sbi->nls->charset); in hfsplus_show_options()

12345