Searched refs:fs_warn (Results 1 – 11 of 11) sorted by relevance
/fs/gfs2/ |
D | trans.c | 78 fs_warn(sdp, "Transaction created at: %pSR\n", (void *)tr->tr_ip); in gfs2_print_trans() 79 fs_warn(sdp, "blocks=%u revokes=%u reserved=%u touched=%u\n", in gfs2_print_trans() 82 fs_warn(sdp, "Buf %u/%u Databuf %u/%u Revoke %u\n", in gfs2_print_trans()
|
D | rgrp.c | 103 fs_warn(sdp, "buf_blk = 0x%x old_state=%d, new_state=%d\n", in gfs2_setbit() 105 fs_warn(sdp, "rgrp=0x%llx bi_start=0x%x biblk: 0x%llx\n", in gfs2_setbit() 108 fs_warn(sdp, "bi_offset=0x%x bi_bytes=0x%x block=0x%llx\n", in gfs2_setbit() 1124 fs_warn(sdp, "GFS2: rgd: %llu lvb flag mismatch %u/%u", in gfs2_rgrp_lvb_valid() 1130 fs_warn(sdp, "GFS2: rgd: %llu lvb free mismatch %u/%u", in gfs2_rgrp_lvb_valid() 1136 fs_warn(sdp, "GFS2: rgd: %llu lvb dinode mismatch %u/%u", in gfs2_rgrp_lvb_valid() 1143 fs_warn(sdp, "GFS2: rgd: %llu lvb igen mismatch %llu/%llu", in gfs2_rgrp_lvb_valid() 1385 fs_warn(sdp, "error %d on discard request, turning discards off for this filesystem\n", rv); in gfs2_rgrp_send_discards() 2299 fs_warn(sdp, "rgrp %llu has an error, marking it readonly until umount\n", in gfs2_rgrp_error() 2301 fs_warn(sdp, "umount on all nodes and run fsck.gfs2 to fix the error\n"); in gfs2_rgrp_error() [all …]
|
D | util.h | 21 #define fs_warn(fs, fmt, ...) \ macro
|
D | util.c | 115 fs_warn(sdp, "warning: assertion \"%s\" failed at function = %s, file = %s, line = %u\n", in gfs2_assert_warn_i()
|
D | dir.c | 529 fs_warn(sdp, "%s: %s (%s)\n", in gfs2_check_dirent() 553 fs_warn(sdp, "%s: wrong block type %u\n", __func__, in gfs2_dirent_offset() 1046 fs_warn(GFS2_SB(inode), "i_depth %u lf_depth %u index %u\n", in dir_split_leaf() 1438 fs_warn(sdp, "Number of entries corrupt in dir " in gfs2_dir_read_leaf() 1607 fs_warn(sdp, "Number of entries corrupt in dir %llu, " in gfs2_dir_read()
|
D | recovery.c | 384 fs_warn(sdp, "jid=%u: Can't replay: read-only block " in gfs2_recover_func()
|
D | aops.c | 649 fs_warn(sdp, "File system extended by %llu blocks.\n", in adjust_fs_space()
|
D | sys.c | 112 fs_warn(sdp, "freeze %d error %d\n", n, error); in freeze_store()
|
D | bmap.c | 2326 fs_warn(sdp, "error %d mapping journal %u at offset %llu (extent %u)\n", in gfs2_map_journal_extents() 2330 fs_warn(sdp, "bmap=%d lblock=%llu block=%llu, state=0x%08lx, size=%llu\n", in gfs2_map_journal_extents()
|
D | super.c | 1383 fs_warn(sdp, "gfs2_evict_inode: %d\n", error); in gfs2_evict_inode()
|
D | ops_fstype.c | 174 fs_warn(sdp, "Unknown on-disk format, unable to mount\n"); in gfs2_check_sb()
|