Home
last modified time | relevance | path

Searched refs:affs_checksum_block (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/affs/
Dbitmap.c288 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()
Daffs.h140 extern u32 affs_checksum_block(struct super_block *sb, struct buffer_head *bh);
Damigaffs.c339 affs_checksum_block(struct super_block *sb, struct buffer_head *bh) in affs_checksum_block() function
Dinode.c43 if (affs_checksum_block(sb, bh) || be32_to_cpu(AFFS_HEAD(bh)->ptype) != T_SHORT) { in affs_iget()
Dsuper.c433 if (!affs_checksum_block(sb, root_bh) && in affs_fill_super()