Searched refs:fs_warn (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/ |
D | util.c | 225 fs_warn(sdp, "Requesting recovery of jid %d.\n", in signal_our_withdraw() 246 fs_warn(sdp, "No other mounters found. Trying to recover our " in signal_our_withdraw() 249 fs_warn(sdp, "Unable to recover our journal jid %d.\n", in signal_our_withdraw() 274 fs_warn(sdp, "Reprocessing of jid %d failed with %ld.\n", in signal_our_withdraw() 288 fs_warn(sdp, "Waiting for journal recovery jid %d.\n", in signal_our_withdraw() 293 fs_warn(sdp, "Journal recovery complete for jid %d.\n", in signal_our_withdraw() 296 fs_warn(sdp, "Journal recovery skipped for %d until next " in signal_our_withdraw() 298 fs_warn(sdp, "Glock dequeues delayed: %lu\n", sdp->sd_glock_dqs_held); in signal_our_withdraw() 408 fs_warn(sdp, "warning: assertion \"%s\" failed at function = %s, file = %s, line = %u\n", in gfs2_assert_warn_i()
|
D | trans.c | 30 fs_warn(sdp, "Transaction created at: %pSR\n", (void *)tr->tr_ip); in gfs2_print_trans() 31 fs_warn(sdp, "blocks=%u revokes=%u reserved=%u touched=%u\n", in gfs2_print_trans() 34 fs_warn(sdp, "Buf %u/%u Databuf %u/%u Revoke %u/%u\n", in gfs2_print_trans()
|
D | rgrp.c | 93 fs_warn(sdp, "buf_blk = 0x%x old_state=%d, new_state=%d\n", in gfs2_setbit() 95 fs_warn(sdp, "rgrp=0x%llx bi_start=0x%x biblk: 0x%llx\n", in gfs2_setbit() 98 fs_warn(sdp, "bi_offset=0x%x bi_bytes=0x%x block=0x%llx\n", in gfs2_setbit() 1100 fs_warn(sdp, "GFS2: rgd: %llu lvb flag mismatch %u/%u", in gfs2_rgrp_lvb_valid() 1106 fs_warn(sdp, "GFS2: rgd: %llu lvb free mismatch %u/%u", in gfs2_rgrp_lvb_valid() 1112 fs_warn(sdp, "GFS2: rgd: %llu lvb dinode mismatch %u/%u", in gfs2_rgrp_lvb_valid() 1119 fs_warn(sdp, "GFS2: rgd: %llu lvb igen mismatch %llu/%llu", in gfs2_rgrp_lvb_valid() 1344 fs_warn(sdp, "error %d on discard request, turning discards off for this filesystem\n", rv); in gfs2_rgrp_send_discards() 2252 fs_warn(sdp, "rgrp %llu has an error, marking it readonly until umount\n", in gfs2_rgrp_error() 2254 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 | glops.c | 728 fs_warn(sdp, "Spectator node cannot recover journals.\n"); in nondisk_go_callback() 732 fs_warn(sdp, "Some node has withdrawn; checking for recovery.\n"); in nondisk_go_callback()
|
D | dir.c | 526 fs_warn(sdp, "%s: %s (%s)\n", in gfs2_check_dirent() 550 fs_warn(sdp, "%s: wrong block type %u\n", __func__, in gfs2_dirent_offset() 1043 fs_warn(GFS2_SB(inode), "i_depth %u lf_depth %u index %u\n", in dir_split_leaf() 1435 fs_warn(sdp, "Number of entries corrupt in dir " in gfs2_dir_read_leaf() 1604 fs_warn(sdp, "Number of entries corrupt in dir %llu, " in gfs2_dir_read()
|
D | super.c | 561 fs_warn(sdp, "The quotad daemon is withdrawing.\n"); in gfs2_make_fs_ro() 567 fs_warn(sdp, "The logd daemon is withdrawing.\n"); in gfs2_make_fs_ro() 1440 fs_warn(sdp, "gfs2_evict_inode: %d\n", ret); in gfs2_evict_inode()
|
D | recovery.c | 496 fs_warn(sdp, "jid=%u: Can't replay: read-only block " in gfs2_recover_func()
|
D | aops.c | 602 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 | 2329 fs_warn(sdp, "error %d mapping journal %u at offset %llu (extent %u)\n", in gfs2_map_journal_extents() 2333 fs_warn(sdp, "bmap=%d lblock=%llu block=%llu, state=0x%08lx, size=%llu\n", in gfs2_map_journal_extents()
|
D | ops_fstype.c | 176 fs_warn(sdp, "Unknown on-disk format, unable to mount\n"); in gfs2_check_sb()
|