Searched refs:affs_warning (Results 1 – 6 of 6) sorted by relevance
/fs/affs/ |
D | file.c | 144 affs_warning(sb, "alloc_ext", "previous extension set (%x)", tmp); in affs_alloc_extblock() 332 affs_warning(sb, "get_block", in affs_get_block() 344 affs_warning(sb, "get_block", "first block already set (%d)", tmp); in affs_get_block() 590 affs_warning(sb, "extent_file_ofs", in affs_extent_file_ofs() 739 affs_warning(sb, "commit_write_ofs", in affs_write_end_ofs() 773 affs_warning(sb, "commit_write_ofs", in affs_write_end_ofs() 874 affs_warning(sb, "truncate", in affs_truncate() 922 affs_warning(sb, "truncate", in affs_truncate()
|
D | inode.c | 40 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()
|
D | bitmap.c | 90 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()
|
D | dir.c | 71 affs_warning(sb, "readdir", "More than 65535 entries in chain"); in affs_readdir()
|
D | affs.h | 149 extern void affs_warning(struct super_block *sb, const char *function,
|
D | amigaffs.c | 462 affs_warning(struct super_block *sb, const char *function, const char *fmt, ...) in affs_warning() function
|