Searched refs:fs_err (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/fs/gfs2/ |
D | ops_fstype.c | 280 fs_err(sdp, "can't read superblock\n"); in gfs2_read_sb() 405 fs_err(sdp, "can't acquire mount glock: %d\n", error); in init_locking() 415 fs_err(sdp, "can't acquire live glock: %d\n", error); in init_locking() 422 fs_err(sdp, "can't create rename glock: %d\n", error); in init_locking() 429 fs_err(sdp, "can't create transaction glock: %d\n", error); in init_locking() 456 fs_err(sdp, "can't read in %s inode: %ld\n", name, PTR_ERR(inode)); in gfs2_lookup_root() 461 fs_err(sdp, "can't alloc %s dentry\n", name); in gfs2_lookup_root() 478 fs_err(sdp, "can't acquire superblock glock: %d\n", ret); in init_sb() 484 fs_err(sdp, "can't read superblock: %d\n", ret); in init_sb() 491 fs_err(sdp, "FS block size (%u) is too small for device " in init_sb() [all …]
|
D | lock_dlm.c | 505 fs_err(sdp, "%s lkid %x error %d\n", in sync_unlock() 513 fs_err(sdp, "%s lkid %x status %d\n", in sync_unlock() 534 fs_err(sdp, "%s lkid %x flags %x mode %d error %d\n", in sync_lock() 544 fs_err(sdp, "%s lkid %x flags %x mode %d status %d\n", in sync_lock() 630 fs_err(sdp, "control lock EX error %d\n", error); in gfs2_control_func() 713 fs_err(sdp, "control lock NL error %d\n", error); in gfs2_control_func() 773 fs_err(sdp, "control_mount control_lock NL error %d\n", error); in control_mount() 779 fs_err(sdp, "control_mount mounted_lock NL error %d\n", error); in control_mount() 821 fs_err(sdp, "control_mount control_lock EX error %d\n", error); in control_mount() 830 fs_err(sdp, "control_mount mounted_lock EX error %d\n", error); in control_mount() [all …]
|
D | util.c | 54 fs_err(sdp, "%pV", &vaf); in gfs2_lm_withdraw() 59 fs_err(sdp, "about to withdraw this file system\n"); in gfs2_lm_withdraw() 68 fs_err(sdp, "telling LM to unmount\n"); in gfs2_lm_withdraw() 71 fs_err(sdp, "withdrawn\n"); in gfs2_lm_withdraw()
|
D | super.c | 373 fs_err(sdp, "can't start logd thread: %d\n", error); in init_threads() 381 fs_err(sdp, "can't start quotad thread: %d\n", error); in init_threads() 791 fs_err(sdp, "dirty_inode: glock %d\n", ret); in gfs2_dirty_inode() 801 fs_err(sdp, "dirty_inode: gfs2_trans_begin %d\n", ret); in gfs2_dirty_inode() 1002 fs_err(sdp, "waiting for recovery before freeze\n"); in gfs2_freeze() 1006 fs_err(sdp, "error freezing FS: %d\n", error); in gfs2_freeze() 1010 fs_err(sdp, "retrying...\n"); in gfs2_freeze()
|
D | util.h | 26 #define fs_err(fs, fmt, ...) \ macro
|
D | glops.c | 35 fs_err(gl->gl_name.ln_sbd, in gfs2_ail_error() 40 fs_err(gl->gl_name.ln_sbd, "AIL glock %u:%llu mapping %p\n", in gfs2_ail_error()
|
D | rgrp.c | 466 fs_err(sdp, "free data mismatch: %u != %u\n", in gfs2_rgrp_verify() 474 fs_err(sdp, "used data mismatch: %u != %u\n", in gfs2_rgrp_verify() 481 fs_err(sdp, "used metadata mismatch: %u != %u\n", in gfs2_rgrp_verify() 827 fs_err(sdp, "start=%u len=%u offset=%u\n", in compute_bitstructs() 2194 fs_err(sdp, "block = %llu\n", (unsigned long long)bstart); in rgblk_free() 2577 fs_err(sdp, "rlist_add: no rgrp for block %llu\n", (unsigned long long)block); in gfs2_rlist_add()
|
D | lops.c | 214 fs_err(sdp, "Error %d writing to log\n", bio->bi_error); in gfs2_end_log_write()
|
D | sys.c | 692 fs_err(sdp, "error %d adding sysfs files", error); in gfs2_sys_fs_add()
|
D | bmap.c | 571 fs_err(sdp, in gfs2_bmap_alloc()
|
D | quota.c | 1443 fs_err(sdp, "gfs2_quotad: %s error %d\n", msg, error); in quotad_error()
|