Searched refs:ntfs_debug (Results 1 - 25 of 38) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ntfs/
H A Dlcnalloc.c56 ntfs_debug("Entering.");
68 ntfs_debug("Done.");
89 ntfs_debug("Entering for start_vcn 0x%llx, count 0x%llx, start_lcn "
184 ntfs_debug("Start of outer while loop: done_zones 0x%x, "
195 ntfs_debug("last_read_pos 0x%llx.",
198 ntfs_debug("End of attribute reached. "
204 ntfs_debug("Marking page dirty.");
226 ntfs_debug("Before inner while loop: buf_size %i, lcn 0x%llx, "
232 ntfs_debug("In inner while loop: buf_size %i, "
244 ntfs_debug("Continuin
[all...]
H A Dcollate.c32 ntfs_debug("Entering.");
40 ntfs_debug("Done, returning %i", rc);
51 ntfs_debug("Entering.");
64 ntfs_debug("Done, returning %i", rc);
105 ntfs_debug("Entering.");
H A Dusnjrnl.c49 ntfs_debug("Entering.");
63 ntfs_debug("Stamping transaction log ($UsnJrnl): old "
80 ntfs_debug("Done.");
H A Ddebug.h36 * ntfs_debug - write a debug level message to syslog
40 * ntfs_debug() writes a DEBUG level message to the syslog but only if the
43 #define ntfs_debug(f, a...) \ macro
50 #define ntfs_debug(f, a...) do {} while (0) macro
H A Dquota.c44 ntfs_debug("Entering.");
78 ntfs_debug("Quota defaults flags = 0x%x.", le32_to_cpu(qce->flags));
108 ntfs_debug("Done.");
H A Dsuper.c165 ntfs_debug("Entering with mount options string: %s", opt);
253 ntfs_debug("Using NLS character set %s.", nls_map->charset);
263 ntfs_debug("Using default NLS character set (%s).",
359 ntfs_debug("Entering, old flags = 0x%x, new flags = 0x%x.",
386 ntfs_debug("Done.");
446 ntfs_debug("Entering with remount options string: %s", opt);
539 ntfs_debug("Done.");
736 ntfs_debug("vol->sector_size = %i (0x%x)", vol->sector_size,
738 ntfs_debug("vol->sector_size_bits = %i (0x%x)", vol->sector_size_bits,
747 ntfs_debug("sectors_per_cluste
[all...]
H A Dnamei.c114 ntfs_debug("Looking up %s in directory inode 0x%lx.",
130 ntfs_debug("Found inode 0x%lx. Calling ntfs_iget.", dent_ino);
139 ntfs_debug("Done. (Case 1.)");
166 ntfs_debug("Entry was not found, adding negative dentry.");
169 ntfs_debug("Done.");
186 ntfs_debug("Case 2.");
194 ntfs_debug("Case 3.");
311 ntfs_debug("Entering for inode 0x%lx.", vi->i_ino);
H A Dlogfile.c58 ntfs_debug("Entering.");
139 ntfs_debug("Done.");
164 ntfs_debug("Entering.");
253 ntfs_debug("Done.");
280 ntfs_debug("Entering.");
315 ntfs_debug("Done.");
357 ntfs_debug("Entering.");
457 ntfs_debug("Done.");
498 ntfs_debug("Entering.");
618 ntfs_debug("Don
[all...]
H A Dmft.c153 ntfs_debug("Entering for mft_no 0x%lx.", ni->mft_no);
213 ntfs_debug("Entering for mft_no 0x%lx.", ni->mft_no);
251 ntfs_debug("Mapping extent mft record 0x%lx (base mft record 0x%lx).",
282 ntfs_debug("Done 1.");
348 ntfs_debug("Done 2.");
393 ntfs_debug("Entering for inode 0x%lx.", ni->mft_no);
473 ntfs_debug("Entering for inode 0x%lx.", mft_no);
618 ntfs_debug("Done.");
676 ntfs_debug("Entering for inode 0x%lx.", ni->mft_no);
817 ntfs_debug("Don
[all...]
H A Dcompress.c106 ntfs_debug("Zeroing page region outside initialized size.");
201 ntfs_debug("Entering, cb_size = 0x%x.", cb_size);
203 ntfs_debug("Beginning sub-block at offset = 0x%zx in the cb.",
216 ntfs_debug("Completed. Returning success (0).");
284 ntfs_debug("Found uncompressed sub-block.");
312 ntfs_debug("Found compressed sub-block.");
327 ntfs_debug("Filling incomplete sub-block with "
486 ntfs_debug("Entering, page->index = 0x%lx, cb_size = 0x%x, nr_pages = "
531 ntfs_debug("Compressed read outside i_size - truncated?");
589 ntfs_debug("Readin
[all...]
H A Ddir.c293 ntfs_debug("Entry not found.");
584 ntfs_debug("Entry not found.");
641 ntfs_debug("Skipping DOS name space entry.");
645 ntfs_debug("Skipping root directory self reference entry.");
650 ntfs_debug("Skipping system file.");
673 ntfs_debug("Calling filldir for %s with len %i, fpos 0x%llx, inode "
723 ntfs_debug("Entering for inode 0x%lx, fpos 0x%llx.",
732 ntfs_debug("Calling filldir for . with len 1, fpos 0x0, "
740 ntfs_debug("Calling filldir for .. with len 2, fpos 0x1, "
818 ntfs_debug("I
[all...]
H A Dbitmap.c59 ntfs_debug("Entering for i_ino 0x%lx, start_bit 0x%llx, count 0x%llx, "
163 ntfs_debug("Done.");
H A Dattrib.c97 ntfs_debug("Mapping runlist part containing vcn 0x%llx.",
348 ntfs_debug("Entering for i_ino 0x%lx, vcn 0x%llx, %s_locked.",
366 ntfs_debug("Done, lcn 0x%llx.", (long long)lcn);
472 ntfs_debug("Entering for i_ino 0x%lx, vcn 0x%llx, with%s ctx.",
491 ntfs_debug("Done.");
724 ntfs_debug("Entering.");
745 ntfs_debug("Reading vcn = 0x%llx, lcn = 0x%llx.",
758 ntfs_debug("max_block = 0x%lx.", max_block);
760 ntfs_debug("Reading block = 0x%lx.", block);
874 ntfs_debug("Enterin
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ntfs/
H A Dlcnalloc.c56 ntfs_debug("Entering.");
68 ntfs_debug("Done.");
89 ntfs_debug("Entering for start_vcn 0x%llx, count 0x%llx, start_lcn "
184 ntfs_debug("Start of outer while loop: done_zones 0x%x, "
195 ntfs_debug("last_read_pos 0x%llx.",
198 ntfs_debug("End of attribute reached. "
204 ntfs_debug("Marking page dirty.");
226 ntfs_debug("Before inner while loop: buf_size %i, lcn 0x%llx, "
232 ntfs_debug("In inner while loop: buf_size %i, "
244 ntfs_debug("Continuin
[all...]
H A Dcollate.c32 ntfs_debug("Entering.");
40 ntfs_debug("Done, returning %i", rc);
51 ntfs_debug("Entering.");
64 ntfs_debug("Done, returning %i", rc);
105 ntfs_debug("Entering.");
H A Dusnjrnl.c49 ntfs_debug("Entering.");
63 ntfs_debug("Stamping transaction log ($UsnJrnl): old "
80 ntfs_debug("Done.");
H A Ddebug.h36 * ntfs_debug - write a debug level message to syslog
40 * ntfs_debug() writes a DEBUG level message to the syslog but only if the
43 #define ntfs_debug(f, a...) \ macro
50 #define ntfs_debug(f, a...) do {} while (0) macro
H A Dquota.c44 ntfs_debug("Entering.");
78 ntfs_debug("Quota defaults flags = 0x%x.", le32_to_cpu(qce->flags));
108 ntfs_debug("Done.");
H A Dsuper.c165 ntfs_debug("Entering with mount options string: %s", opt);
253 ntfs_debug("Using NLS character set %s.", nls_map->charset);
263 ntfs_debug("Using default NLS character set (%s).",
359 ntfs_debug("Entering, old flags = 0x%x, new flags = 0x%x.",
386 ntfs_debug("Done.");
446 ntfs_debug("Entering with remount options string: %s", opt);
539 ntfs_debug("Done.");
736 ntfs_debug("vol->sector_size = %i (0x%x)", vol->sector_size,
738 ntfs_debug("vol->sector_size_bits = %i (0x%x)", vol->sector_size_bits,
747 ntfs_debug("sectors_per_cluste
[all...]
H A Dnamei.c114 ntfs_debug("Looking up %s in directory inode 0x%lx.",
130 ntfs_debug("Found inode 0x%lx. Calling ntfs_iget.", dent_ino);
139 ntfs_debug("Done. (Case 1.)");
166 ntfs_debug("Entry was not found, adding negative dentry.");
169 ntfs_debug("Done.");
186 ntfs_debug("Case 2.");
194 ntfs_debug("Case 3.");
311 ntfs_debug("Entering for inode 0x%lx.", vi->i_ino);
H A Dlogfile.c58 ntfs_debug("Entering.");
139 ntfs_debug("Done.");
164 ntfs_debug("Entering.");
253 ntfs_debug("Done.");
280 ntfs_debug("Entering.");
315 ntfs_debug("Done.");
357 ntfs_debug("Entering.");
457 ntfs_debug("Done.");
498 ntfs_debug("Entering.");
618 ntfs_debug("Don
[all...]
H A Dmft.c153 ntfs_debug("Entering for mft_no 0x%lx.", ni->mft_no);
213 ntfs_debug("Entering for mft_no 0x%lx.", ni->mft_no);
251 ntfs_debug("Mapping extent mft record 0x%lx (base mft record 0x%lx).",
282 ntfs_debug("Done 1.");
348 ntfs_debug("Done 2.");
393 ntfs_debug("Entering for inode 0x%lx.", ni->mft_no);
473 ntfs_debug("Entering for inode 0x%lx.", mft_no);
618 ntfs_debug("Done.");
676 ntfs_debug("Entering for inode 0x%lx.", ni->mft_no);
817 ntfs_debug("Don
[all...]
H A Dcompress.c106 ntfs_debug("Zeroing page region outside initialized size.");
201 ntfs_debug("Entering, cb_size = 0x%x.", cb_size);
203 ntfs_debug("Beginning sub-block at offset = 0x%zx in the cb.",
216 ntfs_debug("Completed. Returning success (0).");
284 ntfs_debug("Found uncompressed sub-block.");
312 ntfs_debug("Found compressed sub-block.");
327 ntfs_debug("Filling incomplete sub-block with "
486 ntfs_debug("Entering, page->index = 0x%lx, cb_size = 0x%x, nr_pages = "
531 ntfs_debug("Compressed read outside i_size - truncated?");
589 ntfs_debug("Readin
[all...]
H A Ddir.c293 ntfs_debug("Entry not found.");
584 ntfs_debug("Entry not found.");
641 ntfs_debug("Skipping DOS name space entry.");
645 ntfs_debug("Skipping root directory self reference entry.");
650 ntfs_debug("Skipping system file.");
673 ntfs_debug("Calling filldir for %s with len %i, fpos 0x%llx, inode "
723 ntfs_debug("Entering for inode 0x%lx, fpos 0x%llx.",
732 ntfs_debug("Calling filldir for . with len 1, fpos 0x0, "
740 ntfs_debug("Calling filldir for .. with len 2, fpos 0x1, "
818 ntfs_debug("I
[all...]
H A Dbitmap.c59 ntfs_debug("Entering for i_ino 0x%lx, start_bit 0x%llx, count 0x%llx, "
163 ntfs_debug("Done.");

Completed in 128 milliseconds

12