Home
last modified time | relevance | path

Searched refs:error (Results 1 – 21 of 21) sorted by relevance

/fs/btrfs/
A Dbtrfs.c53 error("Can't find root %llu", key.objectid); in show_dir()
66 error("Can't find inode %llu", key.objectid); in show_dir()
81 error("Can't alloc memory for symlink %llu", in show_dir()
87 error("Failed to read symlink %llu", key.objectid); in show_dir()
151 error("Not a directory: %s", path); in btrfs_ls()
156 error("An error occurred while listing directory %s", path); in btrfs_ls()
240 error("Cannot lookup file %s", file); in btrfs_read()
245 error("Not a regular file: %s", file); in btrfs_read()
251 error("Failed to get inode size: %s", file); in btrfs_read()
260 error("An error occurred while reading file %s", file); in btrfs_read()
A Ddisk-io.c164 error("superblock checksum mismatch"); in btrfs_check_super()
168 error("tree_root level too big: %d >= %d", in btrfs_check_super()
178 error("log_root level too big: %d >= %d", in btrfs_check_super()
188 error("chunk_root block unaligned: %llu", in btrfs_check_super()
193 error("log_root block unaligned: %llu", in btrfs_check_super()
198 error("nodesize too small: %u < 4096", in btrfs_check_super()
207 error("sectorsize too small: %u < 4096", in btrfs_check_super()
216 error("invalid total_bytes 0"); in btrfs_check_super()
254 error("number of devices is 0"); in btrfs_check_super()
804 error("could not setup %s tree", str); in setup_root_or_create_block()
[all …]
A Dvolumes.c247 error( in device_list_add()
436 error("invalid chunk sectorsize %llu", in btrfs_check_chunk_valid()
441 error("invalid chunk length %llu", length); in btrfs_check_chunk_valid()
450 error("invalid chunk type %llu", type); in btrfs_check_chunk_valid()
455 error("unrecognized chunk type: %llu", in btrfs_check_chunk_valid()
629 error("Seed device is not yet supported\n"); in read_one_dev()
764 goto error; in btrfs_read_chunk_tree()
773 goto error; in btrfs_read_chunk_tree()
783 goto error; in btrfs_read_chunk_tree()
790 goto error; in btrfs_read_chunk_tree()
[all …]
A Dinode.c46 error("Extent for symlink %llu must be INLINE type!", ino); in btrfs_readlink()
52 error("Extent for symlink %llu must not be compressed!", ino); in btrfs_readlink()
58 error("Symlink %llu extent data too large (%llu)!\n", in btrfs_readlink()
270 error("%s: Name too long at \"%.*s\"", __func__, in btrfs_lookup_path()
309 error("%s: Too much symlinks!", __func__); in btrfs_lookup_path()
A Dcompat.h13 #define error(fmt, ...) pr_err("BTRFS: " fmt "\n", ##__VA_ARGS__) macro
A Dvolumes.h72 int error; member
A Dsubvolume.c234 error("failed to list subvolume: %d", ret); in btrfs_list_subvols()
A Dctree.c319 error("child eb corrupted: parent bytenr=%llu item=%d parent level=%d child level=%d", in read_node_slot()
A Dextent-io.c627 error( in free_extent_buffer_internal()
/fs/jffs2/
A Dmini_inflate.c28 stream->error = NO_ERROR; in init_stream()
130 stream->error = CODE_NOT_FOUND; in read_symbol()
362 else stream.error = COMP_UNKNOWN; in decompress_block()
363 } while (!bfinal && !stream.error); in decompress_block()
367 putLabeledWord("stream.error = ",stream.error); in decompress_block()
372 return stream.error ? -stream.error : stream.decoded; in decompress_block()
/fs/exfat/
A Dmount.c329 goto error; in exfat_mount()
333 goto error; in exfat_mount()
338 goto error; in exfat_mount()
343 error: in exfat_mount()
A Dcompiler.h28 #error C99-compliant compiler is required
A Dplatform.h72 #error Unknown platform
A Dbyteorder.h65 #error Wow! You have a PDP machine?!
A Dio.c619 goto error; in exfat_fs_probe()
622 error: in exfat_fs_probe()
/fs/ubifs/
A Dscan.c306 goto error; in ubifs_scan()
311 goto error; in ubifs_scan()
350 error: in ubifs_scan()
A Drecovery.c665 goto error; in ubifs_recover_leb()
685 goto error; in ubifs_recover_leb()
783 goto error; in ubifs_recover_leb()
794 error: in ubifs_recover_leb()
A Dubifs.c871 goto error; in do_readpage()
879 error: in do_readpage()
/fs/erofs/
A Dfs.c45 goto error; in erofs_probe()
48 error: in erofs_probe()
A Dinternal.h29 #error incompatible PAGE_SIZE is already defined
/fs/squashfs/
A Dsqfs.c1144 goto error; in sqfs_probe()
1150 goto error; in sqfs_probe()
1157 goto error; in sqfs_probe()
1161 error: in sqfs_probe()

Completed in 30 milliseconds