Searched refs:AFFS_DATA (Results 1 – 2 of 2) sorted by relevance
/fs/affs/ |
D | file.c | 547 memcpy(data + pos, AFFS_DATA(bh) + boff, tmp); in affs_do_readpage_ofs() 579 memset(AFFS_DATA(bh) + boff, 0, tmp); in affs_extent_file_ofs() 727 memcpy(AFFS_DATA(bh) + boff, data + from, tmp); in affs_write_end_ofs() 746 memcpy(AFFS_DATA(bh), data + from, bsize); in affs_write_end_ofs() 780 memcpy(AFFS_DATA(bh), data + from, tmp); in affs_write_end_ofs()
|
D | affs.h | 26 #define AFFS_DATA(bh) (((struct affs_data_head *)(bh)->b_data)->data) macro
|