Searched refs:XFS_IOLOCK_EXCL (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_iget.c | 641 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 …]
|
D | xfs_trans_inode.c | 131 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()
|
D | xfs_utils.c | 441 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()
|
D | xfs_vnodeops.c | 411 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 …]
|
D | xfs_dfrag.c | 151 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()
|
D | xfs_inode.h | 389 #define XFS_IOLOCK_EXCL 0x001 macro 404 (XFS_IOLOCK_EXCL | XFS_IOLOCK_SHARED | XFS_ILOCK_EXCL | \
|
D | xfs_inode_item.c | 728 lock_flags |= XFS_IOLOCK_EXCL; in xfs_inode_item_unlock()
|
D | xfs_inode.c | 1750 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/ |
D | xfs_lrw.c | 243 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()
|