Searched refs:affs_warning (Results 1 – 6 of 6) sorted by relevance
/fs/affs/ |
D | file.c | 143 affs_warning(sb, "alloc_ext", "previous extension set (%x)", tmp); in affs_alloc_extblock() 331 affs_warning(sb, "get_block", in affs_get_block() 343 affs_warning(sb, "get_block", "first block already set (%d)", tmp); in affs_get_block() 589 affs_warning(sb, "extent_file_ofs", in affs_extent_file_ofs() 738 affs_warning(sb, "commit_write_ofs", in affs_write_end_ofs() 772 affs_warning(sb, "commit_write_ofs", in affs_write_end_ofs() 873 affs_warning(sb, "truncate", in affs_truncate() 921 affs_warning(sb, "truncate", in affs_truncate()
|
D | inode.c | 38 affs_warning(sb, "read_inode", "Cannot read block %d", block); in affs_iget() 42 affs_warning(sb,"read_inode", in affs_iget() 114 affs_warning(sb, "read_inode", "inode is LINKDIR"); in affs_iget() 122 affs_warning(sb, "read_inode", "inode is LINKFILE"); in affs_iget()
|
D | bitmap.c | 89 affs_warning(sb,"affs_free_block","Trying to free block %u which is already free", block); in affs_free_block() 137 affs_warning(sb, "affs_balloc", "invalid goal %d", goal); in affs_alloc_block()
|
D | dir.c | 69 affs_warning(sb, "readdir", "More than 65535 entries in chain"); in affs_readdir()
|
D | affs.h | 148 extern void affs_warning(struct super_block *sb, const char *function,
|
D | amigaffs.c | 460 affs_warning(struct super_block *sb, const char *function, const char *fmt, ...) in affs_warning() function
|