Home
last modified time | relevance | path

Searched refs:fs_err (Results 1 – 8 of 8) sorted by relevance

/fs/gfs2/
Dops_fstype.c320 fs_err(sdp, "can't read superblock\n"); in gfs2_read_sb()
451 fs_err(sdp, "can't acquire mount glock: %d\n", error); in init_locking()
461 fs_err(sdp, "can't acquire live glock: %d\n", error); in init_locking()
468 fs_err(sdp, "can't create rename glock: %d\n", error); in init_locking()
475 fs_err(sdp, "can't create transaction glock: %d\n", error); in init_locking()
502 fs_err(sdp, "can't read in %s inode: %ld\n", name, PTR_ERR(inode)); in gfs2_lookup_root()
507 fs_err(sdp, "can't alloc %s dentry\n", name); in gfs2_lookup_root()
526 fs_err(sdp, "can't acquire superblock glock: %d\n", ret); in init_sb()
532 fs_err(sdp, "can't read superblock: %d\n", ret); in init_sb()
539 fs_err(sdp, "FS block size (%u) is too small for device " in init_sb()
[all …]
Dutil.c47 fs_err(sdp, "about to withdraw this file system\n"); in gfs2_lm_withdraw()
50 fs_err(sdp, "telling LM to withdraw\n"); in gfs2_lm_withdraw()
52 fs_err(sdp, "withdrawn\n"); in gfs2_lm_withdraw()
Dtrans.c98 fs_err(sdp, "tr_num_buf = %u, tr_blocks = %u ", in gfs2_trans_end()
103 fs_err(sdp, "tr_num_revoke = %u, tr_revokes = %u ", in gfs2_trans_end()
Drgrp.c274 fs_err(sdp, "free data mismatch: %u != %u\n", in gfs2_rgrp_verify()
282 fs_err(sdp, "used data mismatch: %u != %u\n", in gfs2_rgrp_verify()
289 fs_err(sdp, "used metadata mismatch: %u != %u\n", in gfs2_rgrp_verify()
296 fs_err(sdp, "unlinked inodes > inodes: %u\n", in gfs2_rgrp_verify()
475 fs_err(sdp, "start=%u len=%u offset=%u\n", in compute_bitstructs()
1340 fs_err(sdp, "block = %llu\n", (unsigned long long)bstart); in rgblk_free()
1591 fs_err(sdp, "block = %llu\n", (unsigned long long)block); in gfs2_rlist_add()
Dops_super.c234 fs_err(sdp, "waiting for recovery before freeze\n"); in gfs2_freeze()
238 fs_err(sdp, "error freezing FS: %d\n", error); in gfs2_freeze()
242 fs_err(sdp, "retrying...\n"); in gfs2_freeze()
Dutil.h24 #define fs_err(fs, fmt, arg...) \ macro
Dsys.c449 fs_err(sdp, "error %d adding sysfs files", error); in gfs2_sys_fs_add()
Dquota.c1282 fs_err(sdp, "gfs2_quotad: %s error %d\n", msg, error); in quotad_error()