xfs_inode_log_format_t  229 fs/xfs/xfs_inode_item.c 	vecp->i_len  = sizeof(xfs_inode_log_format_t);
xfs_inode_log_format_t 1083 fs/xfs/xfs_inode_item.c 	xfs_inode_log_format_t	*in_f)
xfs_inode_log_format_t  147 fs/xfs/xfs_inode_item.h 	xfs_inode_log_format_t	ili_format;	   /* logged structure */
xfs_inode_log_format_t  187 fs/xfs/xfs_inode_item.h 					 xfs_inode_log_format_t *);
xfs_inode_log_format_t 1414 fs/xfs/xfs_log_recover.c 	xfs_inode_log_format_t	*in_f;			/* any will do */
xfs_inode_log_format_t 1431 fs/xfs/xfs_log_recover.c 	in_f = (xfs_inode_log_format_t *)ptr;
xfs_inode_log_format_t 2241 fs/xfs/xfs_log_recover.c 	xfs_inode_log_format_t	*in_f;
xfs_inode_log_format_t 2260 fs/xfs/xfs_log_recover.c 	if (item->ri_buf[0].i_len == sizeof(xfs_inode_log_format_t)) {
xfs_inode_log_format_t 2261 fs/xfs/xfs_log_recover.c 		in_f = (xfs_inode_log_format_t *)item->ri_buf[0].i_addr;
xfs_inode_log_format_t 2263 fs/xfs/xfs_log_recover.c 		in_f = (xfs_inode_log_format_t *)kmem_alloc(
xfs_inode_log_format_t 2264 fs/xfs/xfs_log_recover.c 			sizeof(xfs_inode_log_format_t), KM_SLEEP);