Searched refs:AFFS_DATA_HEAD (Results 1 – 2 of 2) sorted by relevance
582 be32_add_cpu(&AFFS_DATA_HEAD(bh)->size, tmp); in affs_extent_file_ofs()600 AFFS_DATA_HEAD(bh)->ptype = cpu_to_be32(T_DATA); in affs_extent_file_ofs()601 AFFS_DATA_HEAD(bh)->key = cpu_to_be32(inode->i_ino); in affs_extent_file_ofs()602 AFFS_DATA_HEAD(bh)->sequence = cpu_to_be32(bidx + 1); in affs_extent_file_ofs()603 AFFS_DATA_HEAD(bh)->size = cpu_to_be32(tmp); in affs_extent_file_ofs()608 u32 tmp_next = be32_to_cpu(AFFS_DATA_HEAD(prev_bh)->next); in affs_extent_file_ofs()614 AFFS_DATA_HEAD(prev_bh)->next = cpu_to_be32(bh->b_blocknr); in affs_extent_file_ofs()732 AFFS_DATA_HEAD(bh)->size = cpu_to_be32( in affs_write_end_ofs()733 max(boff + tmp, be32_to_cpu(AFFS_DATA_HEAD(bh)->size))); in affs_write_end_ofs()753 AFFS_DATA_HEAD(bh)->ptype = cpu_to_be32(T_DATA); in affs_write_end_ofs()[all …]
23 #define AFFS_DATA_HEAD(bh) ((struct affs_data_head *)(bh)->b_data) macro