Home
last modified time | relevance | path

Searched refs:xfs_inode_log_format_t (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_inode_item.h74 } xfs_inode_log_format_t; typedef
158 xfs_inode_log_format_t ili_format; /* logged structure */
Dxfs_log_recover.c1416 xfs_inode_log_format_t *in_f; /* any will do */ in xlog_recover_add_to_trans()
1433 in_f = (xfs_inode_log_format_t *)ptr; in xlog_recover_add_to_trans()
2296 xfs_inode_log_format_t *in_f; in xlog_recover_do_inode_trans()
2314 in_f = (xfs_inode_log_format_t *)item->ri_buf[0].i_addr; in xlog_recover_do_inode_trans()
Dxfs_inode_item.c250 vecp->i_len = sizeof(xfs_inode_log_format_t); in xfs_inode_item_format()