Home
last modified time | relevance | path

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

/linux-3.3/fs/xfs/
Dxfs_inode_item.h41 } xfs_inode_log_format_t; typedef
145 xfs_inode_log_format_t ili_format; /* logged structure */
162 xfs_inode_log_format_t *);
Dxfs_inode_item.c252 vecp->i_len = sizeof(xfs_inode_log_format_t); in xfs_inode_item_format()
1011 xfs_inode_log_format_t *in_f) in xfs_inode_item_format_convert()
Dxfs_log_recover.c1520 xfs_inode_log_format_t *in_f; /* any will do */ in xlog_recover_add_to_trans()
1542 in_f = (xfs_inode_log_format_t *)ptr; in xlog_recover_add_to_trans()
2188 xfs_inode_log_format_t *in_f; in xlog_recover_inode_pass2()
2201 if (item->ri_buf[0].i_len == sizeof(xfs_inode_log_format_t)) { in xlog_recover_inode_pass2()
2204 in_f = kmem_alloc(sizeof(xfs_inode_log_format_t), KM_SLEEP); in xlog_recover_inode_pass2()