Searched refs:ntfs_log_enter (Results 1 – 8 of 8) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/ |
H A D | mft.h | 55 ntfs_log_enter("Entering for inode %lld\n", (long long)MREF(mref)); in ntfs_mft_record_read() 90 ntfs_log_enter("Entering for inode %lld\n", (long long)MREF(mref)); in ntfs_mft_record_write()
|
H A D | logging.h | 108 #define ntfs_log_enter(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_L… macro 113 #define ntfs_log_enter(FORMAT, ARGS...)do {} while (0) macro
|
H A D | bitmap.c | 272 ntfs_log_enter("Set from bit %lld, count %lld\n", in ntfs_bitmap_set_run() 294 ntfs_log_enter("Clear from bit %lld, count %lld\n", in ntfs_bitmap_clear_run()
|
H A D | mft.c | 483 ntfs_log_enter("Entering\n"); in ntfs_mft_record_format() 557 ntfs_log_enter("Entering\n"); in ntfs_mft_bitmap_find_free_rec() 689 ntfs_log_enter("Entering\n"); in ntfs_mft_attr_extend() 924 ntfs_log_enter("Entering\n"); in ntfs_mft_bitmap_extend_allocation() 950 ntfs_log_enter("Entering\n"); in ntfs_mft_bitmap_extend_initialized() 1052 ntfs_log_enter("Extending mft data allocation.\n"); in ntfs_mft_data_extend_allocation() 1268 ntfs_log_enter("Entering\n"); in ntfs_mft_record_init() 1372 ntfs_log_enter("Entering\n"); in ntfs_mft_rec_init() 1437 ntfs_log_enter("Entering\n"); in ntfs_mft_rec_alloc() 1723 ntfs_log_enter("Entering (allocating an extent mft record for " in ntfs_mft_record_alloc() [all …]
|
H A D | lcnalloc.c | 251 ntfs_log_enter("Entering with count = 0x%llx, start_lcn = 0x%llx, " in ntfs_cluster_alloc() 680 ntfs_log_enter("Entering for inode 0x%llx, attr 0x%x, count 0x%llx, " in ntfs_cluster_free()
|
H A D | inode.c | 170 ntfs_log_enter("Entering for inode %lld\n", (long long)MREF(mref)); in ntfs_inode_real_open() 328 ntfs_log_enter("Entering for inode %lld\n", (long long)ni->mft_no); in ntfs_inode_real_close() 603 ntfs_log_enter("Opening extent inode %lld (base mft record %lld).\n", in ntfs_extent_inode_open() 970 ntfs_log_enter("Entering for inode %lld\n", (long long)ni->mft_no); in ntfs_inode_sync_in_dir()
|
H A D | attrib.c | 419 ntfs_log_enter("Entering for inode %lld, attr 0x%x.\n", in ntfs_attr_open() 759 ntfs_log_enter("Entering for inode %llu, attr 0x%x.\n", in ntfs_attr_map_whole_runlist() 1230 ntfs_log_enter("Entering for inode %lld attr 0x%x pos %lld count " in ntfs_attr_pread() 2398 ntfs_log_enter("Entering for inode %lld, attr 0x%x, pos 0x%llx, count " 2439 ntfs_log_enter("Entering for inode 0x%llx, attr 0x%x.\n", 3684 ntfs_log_enter("Entering for attribute type 0x%x\n", le32_to_cpu(type)); 5555 ntfs_log_enter("Entering\n"); 6326 ntfs_log_enter("Entering\n"); 6740 ntfs_log_enter("Entering\n"); 6781 ntfs_log_enter("Entering for inode %lld, attr 0x%x, size %lld\n", [all …]
|
H A D | runlist.c | 750 ntfs_log_enter("Entering\n"); in ntfs_runlists_merge() 1029 ntfs_log_enter("Entering\n"); in ntfs_mapping_pairs_decompress()
|