/fs/xfs/ |
D | xfs_btree_trace.c | 54 int line) in xfs_btree_trace_argbi() argument 57 line, (__psunsigned_t)b, i, 0, 0, 0, 0, 0, in xfs_btree_trace_argbi() 71 int line) in xfs_btree_trace_argbii() argument 74 line, (__psunsigned_t)b, i0, i1, 0, 0, 0, 0, in xfs_btree_trace_argbii() 90 int line) in xfs_btree_trace_argfffi() argument 93 line, in xfs_btree_trace_argfffi() 108 int line) in xfs_btree_trace_argi() argument 111 line, i, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); in xfs_btree_trace_argi() 124 int line) in xfs_btree_trace_argipk() argument 132 line, i, high, low, in xfs_btree_trace_argipk() [all …]
|
D | xfs_iget.c | 815 #define KTRACE_ENTER(ip, vk, s, line, ra) \ argument 819 /* 2 */ (void *)(__psint_t) line, \ 844 xfs_itrace_hold(xfs_inode_t *ip, char *file, int line, inst_t *ra) in xfs_itrace_hold() argument 846 KTRACE_ENTER(ip, INODE_KTRACE_HOLD, file, line, ra); in xfs_itrace_hold() 850 _xfs_itrace_ref(xfs_inode_t *ip, char *file, int line, inst_t *ra) in _xfs_itrace_ref() argument 852 KTRACE_ENTER(ip, INODE_KTRACE_REF, file, line, ra); in _xfs_itrace_ref() 856 xfs_itrace_rele(xfs_inode_t *ip, char *file, int line, inst_t *ra) in xfs_itrace_rele() argument 858 KTRACE_ENTER(ip, INODE_KTRACE_RELE, file, line, ra); in xfs_itrace_rele()
|
D | xfs_error.c | 68 int line, char *file, unsigned long randfactor) in xfs_error_test() argument 82 expression, file, line, xfs_etest_fsname[i]); in xfs_error_test()
|
D | xfs_alloc.c | 510 int line) /* source line number */ in xfs_alloc_trace_alloc() argument 513 (void *)(__psint_t)(XFS_ALLOC_KTRACE_ALLOC | (line << 16)), in xfs_alloc_trace_alloc() 547 int line) /* source line number */ in xfs_alloc_trace_free() argument 550 (void *)(__psint_t)(XFS_ALLOC_KTRACE_FREE | (line << 16)), in xfs_alloc_trace_free() 571 int line) /* source line number */ in xfs_alloc_trace_modagf() argument 574 (void *)(__psint_t)(XFS_ALLOC_KTRACE_MODAGF | (line << 16)), in xfs_alloc_trace_modagf() 603 int line) /* source line number */ in xfs_alloc_trace_busy() argument 606 (void *)(__psint_t)(trtype | (line << 16)), in xfs_alloc_trace_busy()
|
D | xfs_bmap_btree.c | 760 int line, in xfs_bmbt_trace_enter() argument 777 (void *)((__psint_t)type | (whichfork << 8) | (line << 16)), in xfs_bmbt_trace_enter() 783 (void *)((__psint_t)type | (whichfork << 8) | (line << 16)), in xfs_bmbt_trace_enter()
|
D | xfs_filestream.c | 47 int line, /* source line number */ in xfs_filestreams_trace() argument 56 (void *)(__psint_t)(type | (line << 16)), in xfs_filestreams_trace()
|
D | xfs_ialloc_btree.c | 253 int line, in xfs_inobt_trace_enter() argument
|
D | xfs_alloc_btree.c | 362 int line, in xfs_allocbt_trace_enter() argument
|
/fs/gfs2/ |
D | util.c | 65 const char *function, char *file, unsigned int line) in gfs2_assert_withdraw_i() argument 72 sdp->sd_fsname, function, file, line); in gfs2_assert_withdraw_i() 84 const char *function, char *file, unsigned int line) in gfs2_assert_warn_i() argument 95 sdp->sd_fsname, function, file, line); in gfs2_assert_warn_i() 114 char *file, unsigned int line) in gfs2_consist_i() argument 121 sdp->sd_fsname, function, file, line); in gfs2_consist_i() 132 const char *function, char *file, unsigned int line) in gfs2_consist_inode_i() argument 143 sdp->sd_fsname, function, file, line); in gfs2_consist_inode_i() 154 const char *function, char *file, unsigned int line) in gfs2_consist_rgrpd_i() argument 164 sdp->sd_fsname, function, file, line); in gfs2_consist_rgrpd_i() [all …]
|
D | util.h | 40 const char *function, char *file, unsigned int line); 48 const char *function, char *file, unsigned int line); 56 const char *function, char *file, unsigned int line); 63 const char *function, char *file, unsigned int line); 70 const char *function, char *file, unsigned int line); 78 char *file, unsigned int line); 83 char *file, unsigned int line) in gfs2_meta_check_i() argument 89 file, line); in gfs2_meta_check_i() 100 char *file, unsigned int line); 106 char *file, unsigned int line) in gfs2_metatype_check_i() argument [all …]
|
D | rgrp.h | 41 char *file, unsigned int line);
|
D | rgrp.c | 1131 int gfs2_inplace_reserve_i(struct gfs2_inode *ip, char *file, unsigned int line) in gfs2_inplace_reserve_i() argument 1165 al->al_line = line; in gfs2_inplace_reserve_i()
|
/fs/nfs/ |
D | nfsroot.c | 385 static int __init nfs_root_setup(char *line) in nfs_root_setup() argument 388 if (line[0] == '/' || line[0] == ',' || (line[0] >= '0' && line[0] <= '9')) { in nfs_root_setup() 389 strlcpy(nfs_root_name, line, sizeof(nfs_root_name)); in nfs_root_setup() 391 int n = strlen(line) + sizeof(NFS_ROOT) - 1; in nfs_root_setup() 393 line[sizeof(nfs_root_name) - sizeof(NFS_ROOT) - 2] = '\0'; in nfs_root_setup() 394 sprintf(nfs_root_name, NFS_ROOT, line); in nfs_root_setup()
|
/fs/xfs/support/ |
D | debug.c | 105 assfail(char *expr, char *file, int line) in assfail() argument 107 printk("Assertion failed: %s, file: %s, line: %d\n", expr, file, line); in assfail()
|
/fs/ntfs/ |
D | debug.c | 124 void __ntfs_debug (const char *file, int line, const char *function, in __ntfs_debug() argument 138 printk(KERN_DEBUG "NTFS-fs DEBUG (%s, %d): %s(): %s\n", file, line, in __ntfs_debug()
|
D | debug.h | 33 extern void __ntfs_debug(const char *file, int line, const char *function,
|
D | Kconfig | 38 at the kernel command line when booting the kernel or as an option
|
/fs/cifs/ |
D | cifs_debug.c | 40 char buf[10], line[80]; in cifs_dump_mem() local 45 line[0] = 0; in cifs_dump_mem() 48 strcat(line, buf); in cifs_dump_mem() 54 strcat(line, buf); in cifs_dump_mem() 56 printk(KERN_DEBUG "%s\n", line); in cifs_dump_mem()
|
D | README | 123 (instead of using mount.cifs and unmount.cifs as suid) to add a line 136 the line: 222 on the command line:
|
/fs/sysfs/ |
D | Kconfig | 20 the kernel boot command line via its major and minor numbers. For
|
/fs/ocfs2/dlm/ |
D | dlmcommon.h | 870 int line) in __dlm_lockres_set_refmap_bit() argument 880 int line) in __dlm_lockres_clear_refmap_bit() argument 890 int line); 895 int line);
|
/fs/proc/ |
D | Kconfig | 22 /proc" or the equivalent line in /etc/fstab does the job.
|
/fs/ncpfs/ |
D | Kconfig | 107 '-f 600 -d 755' on the ncpmount command line.
|
/fs/yaffs2/ |
D | yaffs_guts.h | 528 int line; /* track from whence this buffer was allocated */ member
|
D | yaffs_guts.c | 205 dev->tempBuffer[i].line = 0; /* not in use */ in yaffs_InitialiseTempBuffers() 222 if (dev->tempBuffer[i].line == 0) { in yaffs_GetTempBuffer() 223 dev->tempBuffer[i].line = lineNo; in yaffs_GetTempBuffer() 228 dev->tempBuffer[j].line; in yaffs_GetTempBuffer() 239 T(YAFFS_TRACE_BUFFERS, (TSTR(" %d "), dev->tempBuffer[i].line)); in yaffs_GetTempBuffer() 262 dev->tempBuffer[i].line = 0; in yaffs_ReleaseTempBuffer()
|