Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_attr_item.c379 attrp->alfi_ino = attr->xattri_da_args->dp->i_ino; in xfs_attr_log_item()
546 return xfs_verify_ino(mp, attrp->alfi_ino); in xfs_attri_validate()
583 error = xlog_recover_iget(mp, attrp->alfi_ino, &ip); in xfs_attri_item_recover()
701 new_attrp->alfi_ino = old_attrp->alfi_ino; in xfs_attri_item_relog()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h986 uint64_t alfi_ino; /* the inode for this attr operation */ member