Searched refs:xchk_nlinks_update_incore (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | nlinks.c | 118 xchk_nlinks_update_incore( in xchk_nlinks_update_incore() function 188 error = xchk_nlinks_update_incore(xnc, p->ip->i_ino, p->delta, in xchk_nlinks_live_update() 191 error = xchk_nlinks_update_incore(xnc, p->dp->i_ino, 0, in xchk_nlinks_live_update() 205 error = xchk_nlinks_update_incore(xnc, p->dp->i_ino, 0, in xchk_nlinks_live_update() 283 error = xchk_nlinks_update_incore(xnc, ino, 1, 0, 0); in xchk_nlinks_collect_dirent() 285 error = xchk_nlinks_update_incore(xnc, ino, 0, 1, 0); in xchk_nlinks_collect_dirent() 297 error = xchk_nlinks_update_incore(xnc, ino, 1, 0, 0); in xchk_nlinks_collect_dirent() 307 error = xchk_nlinks_update_incore(xnc, dp->i_ino, 0, 0, 1); in xchk_nlinks_collect_dirent() 364 error = xchk_nlinks_update_incore(xnc, parent_ino, 0, 1, 0); in xchk_nlinks_collect_pptr() 469 return xchk_nlinks_update_incore(xnc, ino, 1, 0, 0); in xchk_nlinks_collect_metafile()
|
D | trace.h | 1549 TRACE_EVENT(xchk_nlinks_update_incore,
|