Searched refs:affs_checksum_block (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/affs/ |
H A D | bitmap.c | 288 if (affs_checksum_block(sb, bh)) { in affs_init_bitmap() 340 ((__be32 *)bh->b_data)[0] = cpu_to_be32(-affs_checksum_block(sb, bh)); in affs_init_bitmap()
|
H A D | affs.h | 140 extern u32 affs_checksum_block(struct super_block *sb, struct buffer_head *bh);
|
H A D | amigaffs.c | 339 affs_checksum_block(struct super_block *sb, struct buffer_head *bh) in affs_checksum_block() function
|
H A D | inode.c | 43 if (affs_checksum_block(sb, bh) || be32_to_cpu(AFFS_HEAD(bh)->ptype) != T_SHORT) { in affs_iget()
|
H A D | super.c | 432 if (!affs_checksum_block(sb, root_bh) && in affs_fill_super()
|
/kernel/linux/linux-6.6/fs/affs/ |
H A D | bitmap.c | 288 if (affs_checksum_block(sb, bh)) { in affs_init_bitmap() 340 ((__be32 *)bh->b_data)[0] = cpu_to_be32(-affs_checksum_block(sb, bh)); in affs_init_bitmap()
|
H A D | affs.h | 140 extern u32 affs_checksum_block(struct super_block *sb, struct buffer_head *bh);
|
H A D | amigaffs.c | 339 affs_checksum_block(struct super_block *sb, struct buffer_head *bh) in affs_checksum_block() function
|
H A D | inode.c | 43 if (affs_checksum_block(sb, bh) || be32_to_cpu(AFFS_HEAD(bh)->ptype) != T_SHORT) { in affs_iget()
|
H A D | super.c | 432 if (!affs_checksum_block(sb, root_bh) && in affs_fill_super()
|
Completed in 7 milliseconds