Searched refs:dhook (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | nlinks.c | 169 xnc = container_of(nb, struct xchk_nlink_ctrs, dhook.dirent_hook.nb); in xchk_nlinks_live_update() 973 xfs_dir_hook_del(xnc->sc->mp, &xnc->dhook); in xchk_nlinks_teardown_scan() 1025 xfs_dir_hook_setup(&xnc->dhook, xchk_nlinks_live_update); in xchk_nlinks_setup_scan() 1026 error = xfs_dir_hook_add(mp, &xnc->dhook); in xchk_nlinks_setup_scan()
|
| H A D | dirtree.c | 76 xfs_dir_hook_del(dl->sc->mp, &dl->dhook); in xchk_dirtree_buf_cleanup() 703 dl = container_of(nb, struct xchk_dirtree, dhook.dirent_hook.nb); in xchk_dirtree_live_update() 942 xfs_dir_hook_setup(&dl->dhook, xchk_dirtree_live_update); in xchk_dirtree() 943 error = xfs_dir_hook_add(sc->mp, &dl->dhook); in xchk_dirtree()
|
| H A D | attr_repair.c | 116 struct xfs_dir_hook dhook; member 1251 rx = container_of(nb, struct xrep_xattr, dhook.dirent_hook.nb); in xrep_xattr_live_dirent_update() 1515 xfs_dir_hook_del(rx->sc->mp, &rx->dhook); in xrep_xattr_teardown() 1583 xfs_dir_hook_setup(&rx->dhook, xrep_xattr_live_dirent_update); in xrep_xattr_setup_scan() 1584 error = xfs_dir_hook_add(sc->mp, &rx->dhook); in xrep_xattr_setup_scan()
|