Searched defs:affs_free_block (Results 1 - 1 of 1) sorted by relevance

/fs/affs/
H A Dbitmap.c38 affs_free_block(struct super_block *sb, u32 block) function
89 affs_warning(sb,"affs_free_block","Trying to free block %u which is already free", block);
94 affs_error(sb,"affs_free_block","Cannot read bitmap block %u", bm->bm_key);
101 affs_error(sb, "affs_free_block","Block %u outside partition", block);

Completed in 3 milliseconds