Searched refs:xfs_trans_ijoin (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_inode.c27 xfs_trans_ijoin( function
126 xfs_trans_ijoin(*tpp, ip, 0);
H A Dxfs_defer.c445 xfs_trans_ijoin(tp, dres->dr_ip[i], 0);
/linux-master/fs/xfs/scrub/
H A Dnlinks_repair.c63 xfs_trans_ijoin(sc->tp, ip, 0);
H A Drtbitmap_repair.c193 xfs_trans_ijoin(sc->tp, sc->ip, 0);
H A Dquota_repair.c67 xfs_trans_ijoin(sc->tp, sc->ip, 0);
438 xfs_trans_ijoin(sc->tp, sc->ip, 0);
461 xfs_trans_ijoin(sc->tp, sc->ip, 0);
H A Dcow_repair.c562 xfs_trans_ijoin(sc->tp, sc->ip, 0);
H A Dbmap_repair.c839 xfs_trans_ijoin(sc->tp, sc->ip, 0);
H A Drepair.c1133 xfs_trans_ijoin(sc->tp, sc->ip, 0);
H A Dinode_repair.c1732 xfs_trans_ijoin(sc->tp, sc->ip, 0);
/linux-master/fs/xfs/
H A Dxfs_pnfs.c95 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
321 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
H A Dxfs_symlink.c175 xfs_trans_ijoin(tp, dp, XFS_ILOCK_EXCL);
281 xfs_trans_ijoin(tp, ip, 0);
H A Dxfs_reflink.c688 xfs_trans_ijoin(tp, ip, 0);
752 xfs_trans_ijoin(tp, ip, 0);
1046 xfs_trans_ijoin(tp, src, XFS_ILOCK_EXCL);
1058 xfs_trans_ijoin(tp, dest, XFS_ILOCK_EXCL);
1098 xfs_trans_ijoin(tp, dest, XFS_ILOCK_EXCL);
1667 xfs_trans_ijoin(tp, ip, 0);
H A Dxfs_rtalloc.c696 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
740 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
963 xfs_trans_ijoin(tp, mp->m_rbmip, XFS_ILOCK_EXCL);
977 xfs_trans_ijoin(tp, mp->m_rsumip, XFS_ILOCK_EXCL);
1386 xfs_trans_ijoin(ap->tp, mp->m_rbmip, XFS_ILOCK_EXCL);
1388 xfs_trans_ijoin(ap->tp, mp->m_rsumip, XFS_ILOCK_EXCL);
H A Dxfs_bmap_util.c597 xfs_trans_ijoin(tp, ip, 0);
985 xfs_trans_ijoin(tp, ip, 0);
1055 xfs_trans_ijoin(tp, ip, 0);
1475 xfs_trans_ijoin(tp, ip, 0);
1476 xfs_trans_ijoin(tp, tmpip, 0);
1580 xfs_trans_ijoin(tp, ip, 0);
1581 xfs_trans_ijoin(tp, tip, 0);
H A Dxfs_attr_inactive.c362 xfs_trans_ijoin(trans, dp, 0);
H A Dxfs_acl.c234 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
H A Dxfs_trans.c1210 xfs_trans_ijoin(tp, ip, 0);
1372 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
1463 xfs_trans_ijoin(tp, dp, XFS_ILOCK_EXCL);
1464 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
H A Dxfs_trans.h228 void xfs_trans_ijoin(struct xfs_trans *, struct xfs_inode *, uint);
H A Dxfs_inode.c878 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
1095 xfs_trans_ijoin(tp, dp, XFS_ILOCK_EXCL);
1576 xfs_trans_ijoin(tp, ip, 0);
1669 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
3048 xfs_trans_ijoin(tp, src_dp, XFS_ILOCK_EXCL);
3050 xfs_trans_ijoin(tp, target_dp, XFS_ILOCK_EXCL);
3051 xfs_trans_ijoin(tp, src_ip, XFS_ILOCK_EXCL);
3053 xfs_trans_ijoin(tp, target_ip, XFS_ILOCK_EXCL);
3055 xfs_trans_ijoin(tp, wip, XFS_ILOCK_EXCL);
H A Dxfs_qm_syscalls.c78 xfs_trans_ijoin(tp, ip, 0);
H A Dxfs_aops.c73 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
H A Dxfs_iops.c909 xfs_trans_ijoin(tp, ip, 0);
1073 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
H A Dxfs_bmap_item.c514 xfs_trans_ijoin(tp, ip, 0);
H A Dxfs_attr_item.c610 xfs_trans_ijoin(tp, ip, 0);
H A Dxfs_dquot.c333 xfs_trans_ijoin(tp, quotip, 0);

Completed in 421 milliseconds

12