Searched refs:ufs_warning (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/fs/ufs/ |
D | ialloc.c | 76 ufs_warning(sb, "ufs_free_inode", "reserved inode or nonexistent inode %u\n", ino); in ufs_free_inode() 319 ufs_warning(sb, "ufs_read_inode", in ufs_new_inode()
|
D | inode.c | 73 ufs_warning(inode->i_sb, "ufs_block_to_path", "block > big"); in ufs_block_to_path() 426 ufs_warning(sb, "ufs_get_block", "block > big"); in ufs_getfrag_block() 664 ufs_warning(sb, "ufs_read_inode", "bad inode number (%lu)\n", in ufs_iget() 679 ufs_warning(sb, "ufs_read_inode", "unable to read inode %lu\n", in ufs_iget() 808 ufs_warning (sb, "ufs_read_inode", "bad inode number (%lu)\n", inode->i_ino); in ufs_update_inode() 814 ufs_warning (sb, "ufs_read_inode", "unable to read inode %lu\n", inode->i_ino); in ufs_update_inode()
|
D | ufs.h | 134 void ufs_warning(struct super_block *, const char *, const char *, ...);
|
D | super.c | 330 void ufs_warning (struct super_block * sb, const char * function, in ufs_warning() function 1264 ufs_warning(sb, __func__, "ufs_read_super: excessive maximum " in ufs_fill_super()
|
D | balloc.c | 367 ufs_warning(sb, "ufs_new_fragments", "internal warning" in ufs_new_fragments()
|