Home
last modified time | relevance | path

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

1234

/fs/cifs/
Dcifs_debug.c123 seq_printf(m, "CIFS Version %s\n", CIFS_VERSION); in cifs_debug_data_proc_show()
124 seq_printf(m, "Features:"); in cifs_debug_data_proc_show()
126 seq_printf(m, " DFS"); in cifs_debug_data_proc_show()
129 seq_printf(m, ",FSCACHE"); in cifs_debug_data_proc_show()
132 seq_printf(m, ",SMB_DIRECT"); in cifs_debug_data_proc_show()
135 seq_printf(m, ",STATS2"); in cifs_debug_data_proc_show()
137 seq_printf(m, ",STATS"); in cifs_debug_data_proc_show()
140 seq_printf(m, ",DEBUG2"); in cifs_debug_data_proc_show()
142 seq_printf(m, ",DEBUG"); in cifs_debug_data_proc_show()
145 seq_printf(m, ",ALLOW_INSECURE_LEGACY"); in cifs_debug_data_proc_show()
[all …]
Dcifsfs.c313 seq_printf(s, "%pI4", &sa->sin_addr.s_addr); in cifs_show_address()
316 seq_printf(s, "%pI6", &sa6->sin6_addr.s6_addr); in cifs_show_address()
318 seq_printf(s, "%%%u", sa6->sin6_scope_id); in cifs_show_address()
383 seq_printf(s, ",iocharset=%s", cur->charset); in cifs_show_nls()
418 seq_printf(s, ",srcaddr=%pI6c", in cifs_show_options()
421 seq_printf(s, ",srcaddr=%pI4", in cifs_show_options()
424 seq_printf(s, ",srcaddr=BAD-AF:%i", in cifs_show_options()
428 seq_printf(s, ",uid=%u", in cifs_show_options()
435 seq_printf(s, ",gid=%u", in cifs_show_options()
445 seq_printf(s, ",file_mode=0%ho,dir_mode=0%ho", in cifs_show_options()
[all …]
/fs/f2fs/
Ddebug.c268 seq_printf(s, "\n=====[ partition info(%pg). #%d, %s, CP: %s]=====\n", in stat_show()
272 seq_printf(s, "[SB: 1] [CP: 2] [SIT: %d] [NAT: %d] ", in stat_show()
274 seq_printf(s, "[SSA: %d] [MAIN: %d", in stat_show()
276 seq_printf(s, "(OverProv:%d Resv:%d)]\n\n", in stat_show()
279 seq_printf(s, "Utilization: %u%% (%u valid blocks, %u discard blocks)\n", in stat_show()
282 seq_printf(s, "Utilization: %u%% (%u valid blocks)\n", in stat_show()
285 seq_printf(s, " - Node: %u (Inode: %u, ", in stat_show()
287 seq_printf(s, "Other: %u)\n - Data: %u\n", in stat_show()
290 seq_printf(s, " - Inline_xattr Inode: %u\n", in stat_show()
292 seq_printf(s, " - Inline_data Inode: %u\n", in stat_show()
[all …]
Dsysfs.c500 seq_printf(seq, "%-10d", i); in segment_info_seq_show()
501 seq_printf(seq, "%d|%-3u", se->type, in segment_info_seq_show()
526 seq_printf(seq, "%-10d", i); in segment_bits_seq_show()
527 seq_printf(seq, "%d|%-3u|", se->type, in segment_bits_seq_show()
530 seq_printf(seq, " %.2x", se->cur_valid_map[j]); in segment_bits_seq_show()
545 seq_printf(seq, "time: %-16llu\n", now); in iostat_info_seq_show()
548 seq_printf(seq, "app buffered: %-16llu\n", in iostat_info_seq_show()
550 seq_printf(seq, "app direct: %-16llu\n", in iostat_info_seq_show()
552 seq_printf(seq, "app mapped: %-16llu\n", in iostat_info_seq_show()
556 seq_printf(seq, "fs data: %-16llu\n", in iostat_info_seq_show()
[all …]
/fs/fscache/
Dstats.c146 seq_printf(m, "Cookies: idx=%u dat=%u spc=%u\n", in fscache_stats_show()
151 seq_printf(m, "Objects: alc=%u nal=%u avl=%u ded=%u\n", in fscache_stats_show()
156 seq_printf(m, "ChkAux : non=%u ok=%u upd=%u obs=%u\n", in fscache_stats_show()
162 seq_printf(m, "Pages : mrk=%u unc=%u\n", in fscache_stats_show()
166 seq_printf(m, "Acquire: n=%u nul=%u noc=%u ok=%u nbf=%u" in fscache_stats_show()
175 seq_printf(m, "Lookups: n=%u neg=%u pos=%u crt=%u tmo=%u\n", in fscache_stats_show()
182 seq_printf(m, "Invals : n=%u run=%u\n", in fscache_stats_show()
186 seq_printf(m, "Updates: n=%u nul=%u run=%u\n", in fscache_stats_show()
191 seq_printf(m, "Relinqs: n=%u nul=%u wcr=%u rtr=%u\n", in fscache_stats_show()
197 seq_printf(m, "AttrChg: n=%u ok=%u nbf=%u oom=%u run=%u\n", in fscache_stats_show()
[all …]
/fs/ceph/
Ddebugfs.c28 seq_printf(s, "epoch %d\n", fsc->mdsc->mdsmap->m_epoch); in mdsmap_show()
29 seq_printf(s, "root %d\n", fsc->mdsc->mdsmap->m_root); in mdsmap_show()
30 seq_printf(s, "session_timeout %d\n", in mdsmap_show()
32 seq_printf(s, "session_autoclose %d\n", in mdsmap_show()
39 seq_printf(s, "\tmds%d\t%s\t(%s)\n", i, in mdsmap_show()
64 seq_printf(s, "%lld\tmds%d\t", req->r_tid, in mdsc_show()
67 seq_printf(s, "%lld\t(no request)\t", req->r_tid); in mdsc_show()
69 seq_printf(s, "%lld\t(no session)\t", req->r_tid); in mdsc_show()
71 seq_printf(s, "%s", ceph_mds_op_name(req->r_op)); in mdsc_show()
79 seq_printf(s, " #%llx", ceph_ino(req->r_inode)); in mdsc_show()
[all …]
/fs/proc/
Dproc_tty.c30 seq_printf(m, "%-20s ", p->driver_name ? p->driver_name : "unknown"); in show_tty_range()
31 seq_printf(m, "/dev/%-8s ", p->name); in show_tty_range()
33 seq_printf(m, "%3d %d-%d ", MAJOR(from), MINOR(from), in show_tty_range()
36 seq_printf(m, "%3d %7d ", MAJOR(from), MINOR(from)); in show_tty_range()
63 seq_printf(m, "type:%d.%d", p->type, p->subtype); in show_tty_range()
76 seq_printf(m, "%-20s /dev/%-8s ", "/dev/tty", "tty"); in show_tty_driver()
77 seq_printf(m, "%3d %7d ", TTYAUX_MAJOR, 0); in show_tty_driver()
79 seq_printf(m, "%-20s /dev/%-8s ", "/dev/console", "console"); in show_tty_driver()
80 seq_printf(m, "%3d %7d ", TTYAUX_MAJOR, 1); in show_tty_driver()
83 seq_printf(m, "%-20s /dev/%-8s ", "/dev/ptmx", "ptmx"); in show_tty_driver()
[all …]
Darray.c172 seq_printf(m, in task_state()
196 seq_printf(m, "%d ", in task_state()
203 seq_printf(m, "\t%d", in task_state()
207 seq_printf(m, "\t%d", in task_state()
211 seq_printf(m, "\t%d", in task_state()
215 seq_printf(m, "\t%d", in task_state()
237 seq_printf(m, "%x", x); in render_sigset_t()
285 seq_printf(m, "Threads:\t%d\n", num_threads); in task_sig()
286 seq_printf(m, "SigQ:\t%lu/%lu\n", qsize, qlim); in task_sig()
303 seq_printf(m, "%08x", in render_cap_t()
[all …]
Dconsoles.c50 seq_printf(m, "%s%d", con->name, con->index); in show_console_dev()
52 seq_printf(m, "%c%c%c (%s)", con->read ? 'R' : '-', in show_console_dev()
56 seq_printf(m, " %4d:%d", MAJOR(dev), MINOR(dev)); in show_console_dev()
58 seq_printf(m, "\n"); in show_console_dev()
Dsoftirqs.c15 seq_printf(p, "CPU%-8d", i); in show_softirqs()
19 seq_printf(p, "%12s:", softirq_to_name[i]); in show_softirqs()
21 seq_printf(p, " %10u", kstat_softirqs_cpu(i, j)); in show_softirqs()
Dstat.c145 seq_printf(p, "cpu%d", i); in show_stat()
158 seq_printf(p, "intr %llu", (unsigned long long)sum); in show_stat()
164 seq_printf(p, in show_stat()
176 seq_printf(p, "softirq %llu", (unsigned long long)sum_softirq); in show_stat()
/fs/ecryptfs/
Dsuper.c158 seq_printf(m, ",ecryptfs_fnek_sig=%s", walker->sig); in ecryptfs_show_options()
160 seq_printf(m, ",ecryptfs_sig=%s", walker->sig); in ecryptfs_show_options()
164 seq_printf(m, ",ecryptfs_cipher=%s", in ecryptfs_show_options()
168 seq_printf(m, ",ecryptfs_key_bytes=%zd", in ecryptfs_show_options()
171 seq_printf(m, ",ecryptfs_passthrough"); in ecryptfs_show_options()
173 seq_printf(m, ",ecryptfs_xattr_metadata"); in ecryptfs_show_options()
175 seq_printf(m, ",ecryptfs_encrypted_view"); in ecryptfs_show_options()
177 seq_printf(m, ",ecryptfs_unlink_sigs"); in ecryptfs_show_options()
179 seq_printf(m, ",ecryptfs_mount_auth_tok_only"); in ecryptfs_show_options()
/fs/nfsd/
Dstats.c40 seq_printf(seq, "rc %u %u %u\nfh %u %u %u %u %u\nio %u %u\n", in nfsd_proc_show()
52 seq_printf(seq, "th %u %u", nfsdstats.th_cnt, nfsdstats.th_fullcnt); in nfsd_proc_show()
56 seq_printf(seq, " %u.%03u", sec, msec); in nfsd_proc_show()
60 seq_printf(seq, "\nra %u", nfsdstats.ra_size); in nfsd_proc_show()
62 seq_printf(seq, " %u", nfsdstats.ra_depth[i]); in nfsd_proc_show()
71 seq_printf(seq,"proc4ops %u", LAST_NFS4_OP + 1); in nfsd_proc_show()
73 seq_printf(seq, " %u", nfsdstats.nfs4_opcount[i]); in nfsd_proc_show()
Dnfscache.c592 seq_printf(m, "max entries: %u\n", max_drc_entries); in nfsd_reply_cache_stats_show()
593 seq_printf(m, "num entries: %u\n", in nfsd_reply_cache_stats_show()
595 seq_printf(m, "hash buckets: %u\n", 1 << maskbits); in nfsd_reply_cache_stats_show()
596 seq_printf(m, "mem usage: %u\n", drc_mem_usage); in nfsd_reply_cache_stats_show()
597 seq_printf(m, "cache hits: %u\n", nfsdstats.rchits); in nfsd_reply_cache_stats_show()
598 seq_printf(m, "cache misses: %u\n", nfsdstats.rcmisses); in nfsd_reply_cache_stats_show()
599 seq_printf(m, "not cached: %u\n", nfsdstats.rcnocache); in nfsd_reply_cache_stats_show()
600 seq_printf(m, "payload misses: %u\n", payload_misses); in nfsd_reply_cache_stats_show()
601 seq_printf(m, "longest chain len: %u\n", longest_chain); in nfsd_reply_cache_stats_show()
602 seq_printf(m, "cachesize at longest: %u\n", longest_chain_cachesize); in nfsd_reply_cache_stats_show()
/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/nfs/
Dsuper.c533 seq_printf(m, ",mountproto="); in nfs_show_mountd_netid()
538 seq_printf(m, RPCBIND_NETID_UDP); in nfs_show_mountd_netid()
541 seq_printf(m, RPCBIND_NETID_TCP); in nfs_show_mountd_netid()
545 seq_printf(m, "auto"); in nfs_show_mountd_netid()
551 seq_printf(m, RPCBIND_NETID_UDP6); in nfs_show_mountd_netid()
554 seq_printf(m, RPCBIND_NETID_TCP6); in nfs_show_mountd_netid()
558 seq_printf(m, "auto"); in nfs_show_mountd_netid()
563 seq_printf(m, "auto"); in nfs_show_mountd_netid()
578 seq_printf(m, ",mountaddr=%pI4", &sin->sin_addr.s_addr); in nfs_show_mountd_options()
583 seq_printf(m, ",mountaddr=%pI6c", &sin6->sin6_addr); in nfs_show_mountd_options()
[all …]
/fs/autofs4/
Dinode.c78 seq_printf(m, ",fd=%d", sbi->pipefd); in autofs4_show_options()
80 seq_printf(m, ",uid=%u", in autofs4_show_options()
83 seq_printf(m, ",gid=%u", in autofs4_show_options()
85 seq_printf(m, ",pgrp=%d", pid_vnr(sbi->oz_pgrp)); in autofs4_show_options()
86 seq_printf(m, ",timeout=%lu", sbi->exp_timeout/HZ); in autofs4_show_options()
87 seq_printf(m, ",minproto=%d", sbi->min_proto); in autofs4_show_options()
88 seq_printf(m, ",maxproto=%d", sbi->max_proto); in autofs4_show_options()
91 seq_printf(m, ",offset"); in autofs4_show_options()
93 seq_printf(m, ",direct"); in autofs4_show_options()
95 seq_printf(m, ",indirect"); in autofs4_show_options()
/fs/notify/
Dfdinfo.c60 seq_printf(m, "fhandle-bytes:%x fhandle-type:%x f_handle:", in show_mark_fhandle()
64 seq_printf(m, "%02x", (int)f.handle.f_handle[i]); in show_mark_fhandle()
93 seq_printf(m, "inotify wd:%x ino:%lx sdev:%x mask:%x ignored_mask:%x ", in inotify_fdinfo()
126 seq_printf(m, "fanotify ino:%lx sdev:%x mflags:%x mask:%x ignored_mask:%x ", in fanotify_fdinfo()
135 seq_printf(m, "fanotify mnt_id:%x mflags:%x mask:%x ignored_mask:%x\n", in fanotify_fdinfo()
163 seq_printf(m, "fanotify flags:%x event-flags:%x\n", in fanotify_show_fdinfo()
/fs/reiserfs/
Dprocfs.c39 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()
308 seq_printf(m, /* on-disk fields */ in show_journal()
/fs/hpfs/
Dsuper.c505 seq_printf(seq, ",uid=%u", from_kuid_munged(&init_user_ns, sbi->sb_uid)); in hpfs_show_options()
506 seq_printf(seq, ",gid=%u", from_kgid_munged(&init_user_ns, sbi->sb_gid)); in hpfs_show_options()
507 seq_printf(seq, ",umask=%03o", (~sbi->sb_mode & 0777)); in hpfs_show_options()
509 seq_printf(seq, ",case=lower"); in hpfs_show_options()
511 seq_printf(seq, ",check=none"); in hpfs_show_options()
513 seq_printf(seq, ",check=strict"); in hpfs_show_options()
515 seq_printf(seq, ",errors=continue"); in hpfs_show_options()
517 seq_printf(seq, ",errors=panic"); in hpfs_show_options()
519 seq_printf(seq, ",chkdsk=no"); in hpfs_show_options()
521 seq_printf(seq, ",chkdsk=always"); in hpfs_show_options()
[all …]
/fs/sdcardfs/
Dsuper.c297 seq_printf(m, ",fsuid=%u", opts->fs_low_uid); in sdcardfs_show_options()
299 seq_printf(m, ",fsgid=%u", opts->fs_low_gid); in sdcardfs_show_options()
301 seq_printf(m, ",gid=%u", vfsopts->gid); in sdcardfs_show_options()
305 seq_printf(m, ",mask=%u", vfsopts->mask); in sdcardfs_show_options()
307 seq_printf(m, ",userid=%u", opts->fs_user_id); in sdcardfs_show_options()
313 seq_printf(m, ",reserved=%uMB", opts->reserved_mb); in sdcardfs_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/openpromfs/
Dinode.c78 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/
Dsuper.c1522 seq_printf(s, ",_netdev"); in ocfs2_show_options()
1524 seq_printf(s, ",%s", OCFS2_HB_LOCAL); in ocfs2_show_options()
1526 seq_printf(s, ",%s", OCFS2_HB_GLOBAL); in ocfs2_show_options()
1528 seq_printf(s, ",%s", OCFS2_HB_NONE); in ocfs2_show_options()
1531 seq_printf(s, ",nointr"); in ocfs2_show_options()
1534 seq_printf(s, ",data=writeback"); in ocfs2_show_options()
1536 seq_printf(s, ",data=ordered"); in ocfs2_show_options()
1539 seq_printf(s, ",barrier=1"); in ocfs2_show_options()
1542 seq_printf(s, ",errors=panic"); in ocfs2_show_options()
1544 seq_printf(s, ",errors=continue"); in ocfs2_show_options()
[all …]
/fs/hfsplus/
Doptions.c224 seq_printf(seq, ",umask=%o,uid=%u,gid=%u", sbi->umask, in hfsplus_show_options()
228 seq_printf(seq, ",part=%u", sbi->part); in hfsplus_show_options()
230 seq_printf(seq, ",session=%u", sbi->session); in hfsplus_show_options()
232 seq_printf(seq, ",nls=%s", sbi->nls->charset); in hfsplus_show_options()

1234