Home
last modified time | relevance | path

Searched refs:affs_warning (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/affs/
H A Dinode.c40 affs_warning(sb, "read_inode", "Cannot read block %d", block); in affs_iget()
44 affs_warning(sb,"read_inode", in affs_iget()
116 affs_warning(sb, "read_inode", "inode is LINKDIR"); in affs_iget()
124 affs_warning(sb, "read_inode", "inode is LINKFILE"); in affs_iget()
H A Dfile.c146 affs_warning(sb, "alloc_ext", "previous extension set (%x)", tmp); in affs_alloc_extblock()
334 affs_warning(sb, "get_block", in affs_get_block()
346 affs_warning(sb, "get_block", "first block already set (%d)", tmp); in affs_get_block()
609 affs_warning(sb, "extent_file_ofs", in affs_extent_file_ofs()
759 affs_warning(sb, "commit_write_ofs", in affs_write_end_ofs()
793 affs_warning(sb, "commit_write_ofs", in affs_write_end_ofs()
903 affs_warning(sb, "truncate", in affs_truncate()
951 affs_warning(sb, "truncate", in affs_truncate()
H A Dbitmap.c90 affs_warning(sb,"affs_free_block","Trying to free block %u which is already free", block); in affs_free_block()
138 affs_warning(sb, "affs_balloc", "invalid goal %d", goal); in affs_alloc_block()
H A Ddir.c71 affs_warning(sb, "readdir", "More than 65535 entries in chain"); in affs_readdir()
H A Daffs.h149 extern void affs_warning(struct super_block *sb, const char *function,
H A Damigaffs.c489 affs_warning(struct super_block *sb, const char *function, const char *fmt, ...) in affs_warning() function