Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_attr_item.c722 struct xfs_attri_log_format *attri_formatp; in xlog_recover_attri_commit_pass2() local
737 attri_formatp = item->ri_buf[i].i_addr; in xlog_recover_attri_commit_pass2()
738 if (!xfs_attri_validate(mp, attri_formatp)) { in xlog_recover_attri_commit_pass2()
740 attri_formatp, len); in xlog_recover_attri_commit_pass2()
745 op = attri_formatp->alfi_op_flags & XFS_ATTRI_OP_FLAGS_TYPE_MASK; in xlog_recover_attri_commit_pass2()
752 attri_formatp, len); in xlog_recover_attri_commit_pass2()
760 attri_formatp, len); in xlog_recover_attri_commit_pass2()
766 attri_formatp, len); in xlog_recover_attri_commit_pass2()
773 xlog_calc_iovec_len(attri_formatp->alfi_name_len)) { in xlog_recover_attri_commit_pass2()
775 attri_formatp, len); in xlog_recover_attri_commit_pass2()
[all …]