/* * Copyright (c) 2008-2010, Dave Chinner * All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation. * * This program is distributed in the hope that it would be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */#ifndef XFS_ICREATE_ITEM_H#define XFS_ICREATE_ITEM_H 1/* in memory log item structure */structxfs_icreate_item{structxfs_log_itemic_item;structxfs_icreate_logic_format;};externkmem_zone_t*xfs_icreate_zone;/* inode create item zone */voidxfs_icreate_log(structxfs_trans*tp,xfs_agnumber_tagno,xfs_agblock_tagbno,unsignedintcount,unsignedintinode_size,xfs_agblock_tlength,unsignedintgeneration);#endif /* XFS_ICREATE_ITEM_H */