affs_root_tail 24 fs/affs/affs.h #define AFFS_ROOT_TAIL(sb, bh) ((struct affs_root_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(struct affs_root_tail))) affs_root_tail 37 fs/affs/super.c struct affs_root_tail *tail = AFFS_ROOT_TAIL(sb, bh);