Home
last modified time | relevance | path

Searched refs:XFS_IOLOCK_EXCL (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_iget.c641 xfs_ilock(ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL); in xfs_ireclaim()
836 ASSERT((lock_flags & (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)) != in xfs_ilock()
837 (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)); in xfs_ilock()
842 if (lock_flags & XFS_IOLOCK_EXCL) { in xfs_ilock()
880 ASSERT((lock_flags & (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)) != in xfs_ilock_nowait()
881 (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)); in xfs_ilock_nowait()
887 if (lock_flags & XFS_IOLOCK_EXCL) { in xfs_ilock_nowait()
940 ASSERT((lock_flags & (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)) != in xfs_iunlock()
941 (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)); in xfs_iunlock()
947 if (lock_flags & (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)) { in xfs_iunlock()
[all …]
Dxfs_trans_inode.c131 ASSERT((!(lock_flags & XFS_IOLOCK_EXCL)) || in xfs_trans_iget()
133 ASSERT((!(lock_flags & XFS_IOLOCK_EXCL)) || in xfs_trans_iget()
140 if (lock_flags & (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)) { in xfs_trans_iget()
173 if (lock_flags & XFS_IOLOCK_EXCL) { in xfs_trans_iget()
223 if (lock_flags & XFS_IOLOCK_EXCL) { in xfs_trans_ijoin()
Dxfs_utils.c441 xfs_ilock(ip, XFS_IOLOCK_EXCL); in xfs_truncate_file()
449 xfs_iunlock(ip, XFS_IOLOCK_EXCL); in xfs_truncate_file()
459 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL); in xfs_truncate_file()
485 xfs_iunlock(ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL); in xfs_truncate_file()
Dxfs_vnodeops.c411 lock_flags |= XFS_IOLOCK_EXCL; in xfs_setattr()
674 ASSERT(lock_flags == XFS_IOLOCK_EXCL); in xfs_setattr()
684 xfs_iunlock(ip, XFS_IOLOCK_EXCL); in xfs_setattr()
1254 xfs_ilock(ip, XFS_IOLOCK_EXCL); in xfs_inactive_free_eofblocks()
1265 xfs_iunlock(ip, XFS_IOLOCK_EXCL); in xfs_inactive_free_eofblocks()
1271 XFS_IOLOCK_EXCL | in xfs_inactive_free_eofblocks()
1292 xfs_iunlock(ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL); in xfs_inactive_free_eofblocks()
1343 xfs_ilock(ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL); in xfs_inactive_symlink_rmt()
1346 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL); in xfs_inactive_symlink_rmt()
1391 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL); in xfs_inactive_symlink_rmt()
[all …]
Dxfs_dfrag.c151 lock_flags = XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL; in xfs_swapext()
254 xfs_iunlock(ip, XFS_IOLOCK_EXCL); in xfs_swapext()
255 xfs_iunlock(tip, XFS_IOLOCK_EXCL); in xfs_swapext()
Dxfs_inode.h389 #define XFS_IOLOCK_EXCL 0x001 macro
404 (XFS_IOLOCK_EXCL | XFS_IOLOCK_SHARED | XFS_ILOCK_EXCL | \
Dxfs_inode_item.c728 lock_flags |= XFS_IOLOCK_EXCL; in xfs_inode_item_unlock()
Dxfs_inode.c1750 XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL); in xfs_itruncate_finish()
1765 XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL); in xfs_itruncate_finish()
1779 xfs_trans_ijoin(ntp, ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL); in xfs_itruncate_finish()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_lrw.c243 XFS_ILOCK(mp, io, XFS_IOLOCK_EXCL); in xfs_inval_cached_pages()
261 XFS_ILOCK_DEMOTE(mp, io, XFS_IOLOCK_EXCL); in xfs_inval_cached_pages()
623 iolock = XFS_IOLOCK_EXCL; in xfs_write()