/Linux-v4.19/fs/gfs2/ |
D | ops_fstype.c | 282 fs_err(sdp, "can't read superblock\n"); in gfs2_read_sb() 391 fs_err(sdp, "can't acquire mount glock: %d\n", error); in init_locking() 401 fs_err(sdp, "can't acquire live glock: %d\n", error); in init_locking() 408 fs_err(sdp, "can't create rename glock: %d\n", error); in init_locking() 415 fs_err(sdp, "can't create transaction glock: %d\n", error); in init_locking() 443 fs_err(sdp, "can't read in %s inode: %ld\n", name, PTR_ERR(inode)); in gfs2_lookup_root() 448 fs_err(sdp, "can't alloc %s dentry\n", name); in gfs2_lookup_root() 465 fs_err(sdp, "can't acquire superblock glock: %d\n", ret); in init_sb() 471 fs_err(sdp, "can't read superblock: %d\n", ret); in init_sb() 478 fs_err(sdp, "FS block size (%u) is too small for device " in init_sb() [all …]
|
D | lock_dlm.c | 504 fs_err(sdp, "%s lkid %x error %d\n", in sync_unlock() 512 fs_err(sdp, "%s lkid %x status %d\n", in sync_unlock() 533 fs_err(sdp, "%s lkid %x flags %x mode %d error %d\n", in sync_lock() 543 fs_err(sdp, "%s lkid %x flags %x mode %d status %d\n", in sync_lock() 629 fs_err(sdp, "control lock EX error %d\n", error); in gfs2_control_func() 712 fs_err(sdp, "control lock NL error %d\n", error); in gfs2_control_func() 772 fs_err(sdp, "control_mount control_lock NL error %d\n", error); in control_mount() 778 fs_err(sdp, "control_mount mounted_lock NL error %d\n", error); in control_mount() 820 fs_err(sdp, "control_mount control_lock EX error %d\n", error); in control_mount() 836 fs_err(sdp, "control_mount mounted_lock EX error %d\n", error); in control_mount() [all …]
|
D | util.c | 55 fs_err(sdp, "%pV", &vaf); in gfs2_lm_withdraw() 61 fs_err(sdp, "about to withdraw this file system\n"); in gfs2_lm_withdraw() 70 fs_err(sdp, "telling LM to unmount\n"); in gfs2_lm_withdraw() 74 fs_err(sdp, "withdrawn\n"); in gfs2_lm_withdraw() 259 fs_err(sdp, in gfs2_io_error_bh_i()
|
D | super.c | 383 fs_err(sdp, "can't start logd thread: %d\n", error); in init_threads() 391 fs_err(sdp, "can't start quotad thread: %d\n", error); in init_threads() 810 fs_err(sdp, "dirty_inode: glock %d\n", ret); in gfs2_dirty_inode() 820 fs_err(sdp, "dirty_inode: gfs2_trans_begin %d\n", ret); in gfs2_dirty_inode() 1020 fs_err(sdp, "waiting for recovery before freeze\n"); in gfs2_freeze() 1024 fs_err(sdp, "error freezing FS: %d\n", error); in gfs2_freeze() 1028 fs_err(sdp, "retrying...\n"); in gfs2_freeze()
|
D | util.h | 26 #define fs_err(fs, fmt, ...) \ macro
|
D | glops.c | 36 fs_err(gl->gl_name.ln_sbd, in gfs2_ail_error() 41 fs_err(gl->gl_name.ln_sbd, "AIL glock %u:%llu mapping %p\n", in gfs2_ail_error()
|
D | rgrp.c | 475 fs_err(sdp, "free data mismatch: %u != %u\n", in gfs2_rgrp_verify() 483 fs_err(sdp, "used data mismatch: %u != %u\n", in gfs2_rgrp_verify() 490 fs_err(sdp, "used metadata mismatch: %u != %u\n", in gfs2_rgrp_verify() 820 fs_err(sdp, "start=%u len=%u offset=%u\n", in compute_bitstructs() 2203 fs_err(sdp, "block = %llu\n", (unsigned long long)bstart); in rgblk_free() 2591 fs_err(sdp, "rlist_add: no rgrp for block %llu\n", in gfs2_rlist_add()
|
D | sys.c | 689 fs_err(sdp, "error %d adding sysfs files\n", error); in gfs2_sys_fs_add()
|
D | lops.c | 212 fs_err(sdp, "Error %d writing to journal, jid=%u\n", in gfs2_end_log_write()
|
D | file.c | 902 fs_err(GFS2_SB(inode), "Failed to zero data buffers\n"); in fallocate_chunk()
|
D | quota.c | 1482 fs_err(sdp, "gfs2_quotad: %s error %d\n", msg, error); in quotad_error()
|
/Linux-v4.19/drivers/staging/erofs/ |
D | super.c | 552 goto fs_err; in erofs_module_init() 557 fs_err: in erofs_module_init()
|