Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dfindparent.c222 dhook.dirent_hook.nb); in xrep_findparent_live_update()
273 xfs_dir_hook_setup(&pscan->dhook, custom_fn); in __xrep_findparent_scan_start()
275 xfs_dir_hook_setup(&pscan->dhook, xrep_findparent_live_update); in __xrep_findparent_scan_start()
276 error = xfs_dir_hook_add(sc->mp, &pscan->dhook); in __xrep_findparent_scan_start()
334 xfs_dir_hook_del(pscan->sc->mp, &pscan->dhook); in xrep_findparent_scan_teardown()
H A Dnlinks.h30 struct xfs_dir_hook dhook; member
H A Dfindparent.h16 struct xfs_dir_hook dhook; member
H A Ddirtree.h113 struct xfs_dir_hook dhook; member
H A Dnlinks.c169 xnc = container_of(nb, struct xchk_nlink_ctrs, dhook.dirent_hook.nb); in xchk_nlinks_live_update()
944 xfs_dir_hook_del(xnc->sc->mp, &xnc->dhook); in xchk_nlinks_teardown_scan()
997 xfs_dir_hook_setup(&xnc->dhook, xchk_nlinks_live_update); in xchk_nlinks_setup_scan()
998 error = xfs_dir_hook_add(mp, &xnc->dhook); in xchk_nlinks_setup_scan()
H A Ddirtree.c76 xfs_dir_hook_del(dl->sc->mp, &dl->dhook); in xchk_dirtree_buf_cleanup()
704 dl = container_of(nb, struct xchk_dirtree, dhook.dirent_hook.nb); in xchk_dirtree_live_update()
943 xfs_dir_hook_setup(&dl->dhook, xchk_dirtree_live_update); in xchk_dirtree()
944 error = xfs_dir_hook_add(sc->mp, &dl->dhook); in xchk_dirtree()
H A Dattr_repair.c116 struct xfs_dir_hook dhook; member
1251 rx = container_of(nb, struct xrep_xattr, dhook.dirent_hook.nb); in xrep_xattr_live_dirent_update()
1514 xfs_dir_hook_del(rx->sc->mp, &rx->dhook); in xrep_xattr_teardown()
1590 xfs_dir_hook_setup(&rx->dhook, xrep_xattr_live_dirent_update); in xrep_xattr_setup_scan()
1591 error = xfs_dir_hook_add(sc->mp, &rx->dhook); in xrep_xattr_setup_scan()
H A Dparent_repair.c640 rp = container_of(nb, struct xrep_parent, pscan.dhook.dirent_hook.nb); in xrep_parent_live_update()
H A Ddir_repair.c1360 rd = container_of(nb, struct xrep_dir, pscan.dhook.dirent_hook.nb); in xrep_dir_live_update()