Searched refs:fkp (Results 1 – 2 of 2) sorted by relevance
592 struct xfs_refcount_key *fkp; in xfs_rtrefcountbt_from_disk() local612 fkp = xfs_rtrefcount_droot_key_addr(dblock, 1); in xfs_rtrefcountbt_from_disk()617 memcpy(tkp, fkp, 2 * sizeof(*fkp) * numrecs); in xfs_rtrefcountbt_from_disk()678 struct xfs_refcount_key *fkp; in xfs_rtrefcountbt_to_disk() local698 fkp = xfs_rtrefcount_key_addr(rblock, 1); in xfs_rtrefcountbt_to_disk()703 memcpy(tkp, fkp, 2 * sizeof(*fkp) * numrecs); in xfs_rtrefcountbt_to_disk()
929 struct xfs_bmbt_key *fkp; in xrep_dinode_bad_bmbt_fork() local934 fkp = xfs_bmdr_key_addr(dfp, i); in xrep_dinode_bad_bmbt_fork()935 fileoff = be64_to_cpu(fkp->br_startoff); in xrep_dinode_bad_bmbt_fork()