/fs/xfs/ |
D | xfs_rename.c | 191 xfs_trans_ijoin(tp, src_dp, XFS_ILOCK_EXCL); in xfs_rename() 195 xfs_trans_ijoin(tp, target_dp, XFS_ILOCK_EXCL); in xfs_rename() 199 xfs_trans_ijoin(tp, src_ip, XFS_ILOCK_EXCL); in xfs_rename() 203 xfs_trans_ijoin(tp, target_ip, XFS_ILOCK_EXCL); in xfs_rename()
|
D | xfs_vnodeops.c | 287 xfs_trans_ijoin(tp, ip, lock_flags); in xfs_setattr() 330 xfs_trans_ijoin(tp, ip, lock_flags); in xfs_setattr() 672 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL); in xfs_fsync() 782 xfs_trans_ijoin(tp, ip, in xfs_free_eofblocks() 858 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL); in xfs_inactive_symlink_rmt() 903 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL); in xfs_inactive_symlink_rmt() 1037 xfs_trans_ijoin(tp, ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL); in xfs_inactive_attrs() 1217 xfs_trans_ijoin(tp, ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL); in xfs_inactive() 1251 xfs_trans_ijoin(tp, ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL); in xfs_inactive() 1265 xfs_trans_ijoin(tp, ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL); in xfs_inactive() [all …]
|
D | xfs_attr.c | 323 xfs_trans_ijoin(args.trans, dp, XFS_ILOCK_EXCL); in xfs_attr_set_int() 395 xfs_trans_ijoin(args.trans, dp, XFS_ILOCK_EXCL); in xfs_attr_set_int() 541 xfs_trans_ijoin(args.trans, dp, XFS_ILOCK_EXCL); in xfs_attr_remove_int() 816 xfs_trans_ijoin(trans, dp, XFS_ILOCK_EXCL); in xfs_attr_inactive() 977 xfs_trans_ijoin(args->trans, dp, XFS_ILOCK_EXCL); in xfs_attr_leaf_addname() 1081 xfs_trans_ijoin(args->trans, dp, XFS_ILOCK_EXCL); in xfs_attr_leaf_addname() 1157 xfs_trans_ijoin(args->trans, dp, XFS_ILOCK_EXCL); in xfs_attr_leaf_removename() 1313 xfs_trans_ijoin(args->trans, dp, XFS_ILOCK_EXCL); in xfs_attr_node_addname() 1352 xfs_trans_ijoin(args->trans, dp, XFS_ILOCK_EXCL); in xfs_attr_node_addname() 1466 xfs_trans_ijoin(args->trans, dp, XFS_ILOCK_EXCL); in xfs_attr_node_addname() [all …]
|
D | xfs_trans_inode.c | 140 xfs_trans_ijoin(tp, ip, lock_flags); in xfs_trans_iget() 152 xfs_trans_ijoin( in xfs_trans_ijoin() function
|
D | xfs_rw.c | 70 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL); in xfs_write_clear_setuid() 163 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL); in xfs_write_sync_logforce()
|
D | xfs_dfrag.c | 335 xfs_trans_ijoin(tp, ip, lock_flags); in xfs_swap_extents() 338 xfs_trans_ijoin(tp, tip, lock_flags); in xfs_swap_extents()
|
D | xfs_iomap.c | 484 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL); in xfs_iomap_write_direct() 751 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL); in xfs_iomap_write_allocate() 908 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL); in xfs_iomap_write_unwritten()
|
D | xfs_utils.c | 381 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL); in xfs_truncate_file()
|
D | xfs_trans.h | 950 void xfs_trans_ijoin(xfs_trans_t *, struct xfs_inode *, uint);
|
D | xfs_fsops.c | 616 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL); in xfs_fs_log_dummy()
|
D | xfs_trans.c | 1285 xfs_trans_ijoin(trans, dp, XFS_ILOCK_EXCL); in xfs_trans_roll()
|
D | xfs_inode.c | 1645 xfs_trans_ijoin(ntp, ip, in xfs_itruncate_finish() 1678 xfs_trans_ijoin(ntp, ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL); in xfs_itruncate_finish()
|
D | xfs_bmap.c | 4054 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL); in xfs_bmap_add_attrfork()
|
/fs/xfs/linux-2.6/ |
D | xfs_sync.c | 224 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL); in xfs_commit_dummy_trans()
|
D | xfs_ioctl.c | 1066 xfs_trans_ijoin(tp, ip, lock_flags); in xfs_ioctl_setattr()
|
/fs/xfs/quota/ |
D | xfs_dquot.c | 452 xfs_trans_ijoin(tp, quotip, XFS_ILOCK_EXCL); in xfs_qm_dqalloc()
|