Lines Matching refs:errstr
74 char *errstr = "unknown"; in btrfs_decode_error() local
78 errstr = "IO failure"; in btrfs_decode_error()
81 errstr = "Out of memory"; in btrfs_decode_error()
84 errstr = "Readonly filesystem"; in btrfs_decode_error()
87 errstr = "Object already exists"; in btrfs_decode_error()
90 errstr = "No space left"; in btrfs_decode_error()
93 errstr = "No such entry"; in btrfs_decode_error()
97 return errstr; in btrfs_decode_error()
142 const char *errstr; in __btrfs_std_error() local
151 errstr = btrfs_decode_error(errno); in __btrfs_std_error()
162 sb->s_id, function, line, errno, errstr, &vaf); in __btrfs_std_error()
166 sb->s_id, function, line, errno, errstr); in __btrfs_std_error()
266 const char *errstr; in __btrfs_abort_transaction() local
268 errstr = btrfs_decode_error(errno); in __btrfs_abort_transaction()
271 function, line, errstr); in __btrfs_abort_transaction()
288 const char *errstr; in __btrfs_panic() local
298 errstr = btrfs_decode_error(errno); in __btrfs_panic()
301 s_id, function, line, &vaf, errno, errstr); in __btrfs_panic()
304 function, line, &vaf, errno, errstr); in __btrfs_panic()