Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_rtrefcount_btree.c592 struct xfs_refcount_key *fkp; in xfs_rtrefcountbt_from_disk() local
612 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() local
698 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()
/linux/fs/xfs/scrub/
H A Dinode_repair.c929 struct xfs_bmbt_key *fkp; in xrep_dinode_bad_bmbt_fork() local
934 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()