Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dorphanage.c319 unsigned int child_blkres = 0; in xrep_adoption_trans_alloc() local
335 child_blkres = xfs_rename_space_res(mp, 0, false, in xrep_adoption_trans_alloc()
338 child_blkres += XFS_ADDAFORK_SPACE_RES(mp); in xrep_adoption_trans_alloc()
339 adopt->child_blkres = child_blkres; in xrep_adoption_trans_alloc()
347 adopt->orphanage_blkres + adopt->child_blkres, 0, 0, in xrep_adoption_trans_alloc()
376 if (adopt->child_blkres) { in xrep_adoption_trans_alloc()
378 adopt->child_blkres, 0, true); in xrep_adoption_trans_alloc()
577 sc->orphanage->i_ino, adopt->child_blkres); in xrep_adoption_move()
H A Dorphanage.h62 unsigned int child_blkres; member