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()
143 const char *errstr; in __btrfs_std_error() local
154 errstr = btrfs_decode_error(errno); in __btrfs_std_error()
165 sb->s_id, function, line, errno, errstr, &vaf); in __btrfs_std_error()
169 sb->s_id, function, line, errno, errstr); in __btrfs_std_error()
243 const char *errstr; in __btrfs_abort_transaction() local
245 errstr = btrfs_decode_error(errno); in __btrfs_abort_transaction()
248 function, line, errstr); in __btrfs_abort_transaction()
266 const char *errstr; in __btrfs_panic() local
276 errstr = btrfs_decode_error(errno); in __btrfs_panic()
279 s_id, function, line, &vaf, errno, errstr); in __btrfs_panic()
282 function, line, &vaf, errno, errstr); in __btrfs_panic()