| /linux/fs/xfs/libxfs/ |
| H A D | xfs_metadir.c | 259 xfs_assert_ilocked(upd->dp, XFS_ILOCK_EXCL); in xfs_metadir_create() 383 xfs_assert_ilocked(upd->dp, XFS_ILOCK_EXCL); in xfs_metadir_link() 384 xfs_assert_ilocked(upd->ip, XFS_ILOCK_EXCL); in xfs_metadir_link()
|
| H A D | xfs_dir2.c | 274 xfs_assert_ilocked(dp, XFS_ILOCK_SHARED | XFS_ILOCK_EXCL); in xfs_dir2_format() 856 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL); in xfs_dir_create_child() 857 xfs_assert_ilocked(dp, XFS_ILOCK_EXCL); in xfs_dir_create_child() 907 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL); in xfs_dir_add_child() 908 xfs_assert_ilocked(dp, XFS_ILOCK_EXCL); in xfs_dir_add_child() 970 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL); in xfs_dir_remove_child() 971 xfs_assert_ilocked(dp, XFS_ILOCK_EXCL); in xfs_dir_remove_child()
|
| H A D | xfs_symlink_remote.c | 256 xfs_assert_ilocked(ip, XFS_ILOCK_SHARED | XFS_ILOCK_EXCL); in xfs_symlink_remote_read()
|
| H A D | xfs_bmap.c | 1038 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL); in xfs_bmap_add_attrfork() 1197 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL); in xfs_iread_extents() 3835 xfs_assert_ilocked(ip, XFS_ILOCK_SHARED | XFS_ILOCK_EXCL); in xfs_bmapi_read() 4178 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL); in xfs_bmapi_write() 4532 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL); in xfs_bmapi_remap() 5209 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL); in __xfs_bunmapi() 5544 xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL); in xfs_bmse_merge() 5681 xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL); in xfs_bmap_collapse_extents() 5754 xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL); in xfs_bmap_can_insert_extents() 5797 xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL); in xfs_bmap_insert_extents() [all …]
|
| H A D | xfs_exchmaps.c | 1223 xfs_assert_ilocked(req->ip1, XFS_ILOCK_EXCL); in xfs_exchange_mappings() 1224 xfs_assert_ilocked(req->ip2, XFS_ILOCK_EXCL); in xfs_exchange_mappings()
|
| H A D | xfs_attr_remote.c | 571 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL); in xfs_attr_rmtval_stale()
|
| H A D | xfs_rtrefcount_btree.c | 409 xfs_assert_ilocked(ip, XFS_ILOCK_SHARED | XFS_ILOCK_EXCL); in xfs_rtrefcountbt_init_cursor()
|
| H A D | xfs_inode_fork.c | 519 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL | XFS_ILOCK_SHARED); in xfs_iextents_copy()
|
| H A D | xfs_defer.c | 1017 xfs_assert_ilocked(dfc->dfc_held.dr_ip[i], XFS_ILOCK_EXCL); in xfs_defer_ops_capture()
|
| H A D | xfs_rtrmap_btree.c | 512 xfs_assert_ilocked(ip, XFS_ILOCK_SHARED | XFS_ILOCK_EXCL); in xfs_rtrmapbt_init_cursor()
|
| H A D | xfs_attr.c | 231 xfs_assert_ilocked(args->dp, XFS_ILOCK_SHARED | XFS_ILOCK_EXCL); in xfs_attr_get_ilocked()
|
| H A D | xfs_rtbitmap.c | 1068 xfs_assert_ilocked(rbmip, XFS_ILOCK_EXCL); in xfs_rtfree_extent()
|
| /linux/fs/xfs/ |
| H A D | xfs_inode.c | 291 xfs_assert_ilocked( in xfs_assert_ilocked() function 1048 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL); in xfs_itruncate_extents_flags() 1050 xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL); in xfs_itruncate_extents_flags() 1265 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL); in xfs_inactive_ifree() 1798 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL); in xfs_ifree() 1838 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL | XFS_ILOCK_SHARED); in xfs_iunpin() 2376 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL | XFS_ILOCK_SHARED); in xfs_iflush() 3015 xfs_assert_ilocked(XFS_I(inode), XFS_MMAPLOCK_EXCL); in xfs_break_dax_layouts() 3029 xfs_assert_ilocked(XFS_I(inode), XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL); in xfs_break_layouts()
|
| H A D | xfs_bmap_util.c | 518 xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL); in xfs_can_free_eofblocks() 998 xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL); in xfs_collapse_file_space() 1067 xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL); in xfs_insert_file_space()
|
| H A D | xfs_inode_item.c | 697 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL); in xfs_inode_item_pin() 817 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL); in xfs_inode_item_release()
|
| H A D | xfs_inode.h | 577 void xfs_assert_ilocked(struct xfs_inode *, uint);
|
| H A D | xfs_attr_list.c | 562 xfs_assert_ilocked(dp, XFS_ILOCK_SHARED | XFS_ILOCK_EXCL); in xfs_attr_list_ilocked()
|
| H A D | xfs_trans.c | 1157 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL); in xfs_trans_reserve_more_inode()
|
| H A D | xfs_zone_alloc.c | 384 xfs_assert_ilocked(rmapip, XFS_ILOCK_EXCL); in xfs_zone_free_blocks()
|
| H A D | xfs_iops.c | 925 xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL); in xfs_setattr_size()
|
| H A D | xfs_reflink.c | 574 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL); in xfs_reflink_allocate_cow()
|
| H A D | xfs_iomap.c | 2284 xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL); in xfs_zero_range()
|
| /linux/fs/xfs/scrub/ |
| H A D | tempfile.c | 809 xfs_assert_ilocked(sc->ip, XFS_ILOCK_EXCL); in xrep_tempexch_trans_reserve() 810 xfs_assert_ilocked(sc->tempip, XFS_ILOCK_EXCL); in xrep_tempexch_trans_reserve()
|