Home
last modified time | relevance | path

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

12345

/fs/cifs/
Dcifs_debug.c91 seq_printf(m, "%s Mounts: %d ", tcon->treeName, tcon->tc_count); in cifs_debug_tcon()
93 seq_printf(m, "Type: %s ", tcon->nativeFileSystem); in cifs_debug_tcon()
94 seq_printf(m, "DevInfo: 0x%x Attributes: 0x%x\n\tPathComponentMax: %d Status: %d", in cifs_debug_tcon()
104 seq_printf(m, " type: %d ", dev_type); in cifs_debug_tcon()
106 seq_printf(m, "Serial Number: 0x%x", tcon->vol_serial_number); in cifs_debug_tcon()
111 seq_printf(m, " Encrypted"); in cifs_debug_tcon()
113 seq_printf(m, " nocase"); in cifs_debug_tcon()
115 seq_printf(m, " POSIX Extensions"); in cifs_debug_tcon()
129 seq_printf(m, "\t\tChannel %d Number of credits: %d Dialect 0x%x " in cifs_dump_channel()
151 seq_printf(m, "\tSpeed: %zu bps\n", iface->speed); in cifs_dump_iface()
[all …]
Dcifsfs.c389 seq_printf(s, "%pI4", &sa->sin_addr.s_addr); in cifs_show_address()
392 seq_printf(s, "%pI6", &sa6->sin6_addr.s6_addr); in cifs_show_address()
394 seq_printf(s, "%%%u", sa6->sin6_scope_id); in cifs_show_address()
440 seq_printf(s, ",cruid=%u", in cifs_show_security()
469 seq_printf(s, ",iocharset=%s", cur->charset); in cifs_show_nls()
506 seq_printf(s, ",srcaddr=%pI6c", in cifs_show_options()
509 seq_printf(s, ",srcaddr=%pI4", in cifs_show_options()
512 seq_printf(s, ",srcaddr=BAD-AF:%i", in cifs_show_options()
516 seq_printf(s, ",uid=%u", in cifs_show_options()
523 seq_printf(s, ",gid=%u", 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.c353 seq_printf(s, "\n=====[ partition info(%pg). #%d, %s, CP: %s]=====\n", in stat_show()
358 seq_printf(s, "[SB: 1] [CP: 2] [SIT: %d] [NAT: %d] ", in stat_show()
360 seq_printf(s, "[SSA: %d] [MAIN: %d", in stat_show()
362 seq_printf(s, "(OverProv:%d Resv:%d)]\n\n", in stat_show()
364 seq_printf(s, "Current Time Sec: %llu / Mounted Time Sec: %llu\n\n", in stat_show()
368 seq_printf(s, "Utilization: %u%% (%u valid blocks, %u discard blocks)\n", in stat_show()
371 seq_printf(s, "Utilization: %u%% (%u valid blocks)\n", in stat_show()
374 seq_printf(s, " - Node: %u (Inode: %u, ", in stat_show()
376 seq_printf(s, "Other: %u)\n - Data: %u\n", in stat_show()
379 seq_printf(s, " - Inline_xattr Inode: %u\n", in stat_show()
[all …]
Dsysfs.c1087 seq_printf(seq, "%-10d", i); in segment_info_seq_show()
1088 seq_printf(seq, "%d|%-3u", se->type, se->valid_blocks); in segment_info_seq_show()
1113 seq_printf(seq, "%-10d", i); in segment_bits_seq_show()
1114 seq_printf(seq, "%d|%-3u|", se->type, se->valid_blocks); in segment_bits_seq_show()
1116 seq_printf(seq, " %.2x", se->cur_valid_map[j]); in segment_bits_seq_show()
1159 seq_printf(seq, "time: %-16llu\n", now); in iostat_info_seq_show()
1163 seq_printf(seq, "app buffered: %-16llu\n", in iostat_info_seq_show()
1165 seq_printf(seq, "app direct: %-16llu\n", in iostat_info_seq_show()
1167 seq_printf(seq, "app mapped: %-16llu\n", in iostat_info_seq_show()
1171 seq_printf(seq, "fs 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()
Dconsoles.c49 seq_printf(m, "%s%d", con->name, con->index); in show_console_dev()
51 seq_printf(m, "%c%c%c (%s)", con->read ? 'R' : '-', in show_console_dev()
55 seq_printf(m, " %4d:%d", MAJOR(dev), MINOR(dev)); in show_console_dev()
/fs/nfs/
Dsuper.c356 seq_printf(m, ",mountproto=%s", proto ?: "auto"); in nfs_show_mountd_netid()
370 seq_printf(m, ",mountaddr=%pI4", &sin->sin_addr.s_addr); in nfs_show_mountd_options()
375 seq_printf(m, ",mountaddr=%pI6c", &sin6->sin6_addr); in nfs_show_mountd_options()
384 seq_printf(m, ",mountvers=%u", nfss->mountd_version); in nfs_show_mountd_options()
388 seq_printf(m, ",mountport=%u", nfss->mountd_port); in nfs_show_mountd_options()
399 seq_printf(m, ",clientaddr=%s", clp->cl_ipaddr); in nfs_show_nfsv4_options()
412 seq_printf(m, ",vers=%u", version); in nfs_show_nfs_version()
414 seq_printf(m, ".%u", minorversion); in nfs_show_nfs_version()
447 seq_printf(m, ",rsize=%u", nfss->rsize); in nfs_show_mount_options()
448 seq_printf(m, ",wsize=%u", nfss->wsize); in nfs_show_mount_options()
[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/nfsd/
Dstats.c41 seq_printf(seq, "rc %u %u %u\nfh %u %u %u %u %u\nio %u %u\n", in nfsd_proc_show()
53 seq_printf(seq, "th %u %u", nfsdstats.th_cnt, nfsdstats.th_fullcnt); in nfsd_proc_show()
57 seq_printf(seq, " %u.%03u", sec, msec); in nfsd_proc_show()
61 seq_printf(seq, "\nra %u", nfsdstats.ra_size); in nfsd_proc_show()
63 seq_printf(seq, " %u", nfsdstats.ra_depth[i]); in nfsd_proc_show()
72 seq_printf(seq,"proc4ops %u", LAST_NFS4_OP + 1); in nfsd_proc_show()
74 seq_printf(seq, " %u", nfsdstats.nfs4_opcount[i]); in nfsd_proc_show()
Dnfscache.c589 seq_printf(m, "max entries: %u\n", nn->max_drc_entries); in nfsd_reply_cache_stats_show()
590 seq_printf(m, "num entries: %u\n", in nfsd_reply_cache_stats_show()
592 seq_printf(m, "hash buckets: %u\n", 1 << nn->maskbits); in nfsd_reply_cache_stats_show()
593 seq_printf(m, "mem usage: %u\n", nn->drc_mem_usage); in nfsd_reply_cache_stats_show()
594 seq_printf(m, "cache hits: %u\n", nfsdstats.rchits); in nfsd_reply_cache_stats_show()
595 seq_printf(m, "cache misses: %u\n", nfsdstats.rcmisses); in nfsd_reply_cache_stats_show()
596 seq_printf(m, "not cached: %u\n", nfsdstats.rcnocache); in nfsd_reply_cache_stats_show()
597 seq_printf(m, "payload misses: %u\n", nn->payload_misses); in nfsd_reply_cache_stats_show()
598 seq_printf(m, "longest chain len: %u\n", nn->longest_chain); in nfsd_reply_cache_stats_show()
599 seq_printf(m, "cachesize at longest: %u\n", nn->longest_chain_cachesize); in nfsd_reply_cache_stats_show()
/fs/dlm/
Ddebug_fs.c52 seq_printf(s, "%08x %s", lkb->lkb_id, print_lockmode(lkb->lkb_grmode)); in print_format1_lock()
56 seq_printf(s, " (%s)", print_lockmode(lkb->lkb_rqmode)); in print_format1_lock()
60 seq_printf(s, " Remote: %3d %08x", lkb->lkb_nodeid, in print_format1_lock()
63 seq_printf(s, " Master: %08x", lkb->lkb_remid); in print_format1_lock()
67 seq_printf(s, " wait_type: %d", lkb->lkb_wait_type); in print_format1_lock()
79 seq_printf(s, "\nResource %p Name (len=%d) \"", res, res->res_length); in print_format1()
83 seq_printf(s, "%c", res->res_name[i]); in print_format1()
85 seq_printf(s, "%c", '.'); in print_format1()
89 seq_printf(s, "\"\nLocal Copy, Master is node %d\n", in print_format1()
94 seq_printf(s, "\"\nLooking up master (lkid %x)\n", in print_format1()
[all …]
/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/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/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.c1483 seq_printf(s, ",_netdev"); in ocfs2_show_options()
1485 seq_printf(s, ",%s", OCFS2_HB_LOCAL); in ocfs2_show_options()
1487 seq_printf(s, ",%s", OCFS2_HB_GLOBAL); in ocfs2_show_options()
1489 seq_printf(s, ",%s", OCFS2_HB_NONE); in ocfs2_show_options()
1492 seq_printf(s, ",nointr"); in ocfs2_show_options()
1495 seq_printf(s, ",data=writeback"); in ocfs2_show_options()
1497 seq_printf(s, ",data=ordered"); in ocfs2_show_options()
1500 seq_printf(s, ",barrier=1"); in ocfs2_show_options()
1503 seq_printf(s, ",errors=panic"); in ocfs2_show_options()
1505 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