affs_root_tail
#define AFFS_ROOT_TAIL(sb, bh) ((struct affs_root_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(struct affs_root_tail)))
struct affs_root_tail *tail = AFFS_ROOT_TAIL(sb, bh);