Searched refs:xfs_iunlink_remove (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_inode_util.h | 57 int xfs_iunlink_remove(struct xfs_trans *tp, struct xfs_perag *pag,
|
D | xfs_inode_util.c | 629 xfs_iunlink_remove( in xfs_iunlink_remove() function 721 error = xfs_iunlink_remove(tp, pag, ip); in xfs_inode_uninit()
|
D | xfs_dir2.c | 925 error = xfs_iunlink_remove(tp, pag, ip); in xfs_dir_add_child() 1252 error = xfs_iunlink_remove(tp, pag, du_wip->ip); in xfs_dir_rename_children()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | nlinks_repair.c | 81 error = xfs_iunlink_remove(sc->tp, pag, sc->ip); in xrep_nlinks_iunlink_remove()
|
D | parent_repair.c | 1439 error = xfs_iunlink_remove(sc->tp, pag, ip); in xrep_parent_set_nondir_nlink()
|
D | inode_repair.c | 1827 error = xfs_iunlink_remove(sc->tp, pag, sc->ip); in xrep_inode_unlinked()
|
D | dir_repair.c | 1579 error = xfs_iunlink_remove(sc->tp, pag, dp); in xrep_dir_set_nlink()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_trace.h | 4158 DEFINE_AGINODE_EVENT(xfs_iunlink_remove);
|