Home
last modified time | relevance | path

Searched refs:dirent_hook (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Dfindparent.c218 dhook.dirent_hook.nb); in xrep_findparent_live_update()
Ddirtree.c693 dl = container_of(nb, struct xchk_dirtree, dhook.dirent_hook.nb); in xchk_dirtree_live_update()
Dnlinks.c169 xnc = container_of(nb, struct xchk_nlink_ctrs, dhook.dirent_hook.nb); in xchk_nlinks_live_update()
Dparent_repair.c644 rp = container_of(nb, struct xrep_parent, pscan.dhook.dirent_hook.nb); in xrep_parent_live_update()
Dattr_repair.c1251 rx = container_of(nb, struct xrep_xattr, dhook.dirent_hook.nb); in xrep_xattr_live_dirent_update()
Ddir_repair.c1358 rd = container_of(nb, struct xrep_dir, pscan.dhook.dirent_hook.nb); in xrep_dir_live_update()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_dir2.h324 struct xfs_hook dirent_hook; member
Dxfs_dir2.c818 return xfs_hooks_add(&mp->m_dir_update_hooks, &hook->dirent_hook); in xfs_dir_hook_add()
827 xfs_hooks_del(&mp->m_dir_update_hooks, &hook->dirent_hook); in xfs_dir_hook_del()
836 xfs_hook_setup(&hook->dirent_hook, mod_fn); in xfs_dir_hook_setup()