Home
last modified time | relevance | path

Searched refs:page_uptodate_lock (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_buf.c1391 static spinlock_t page_uptodate_lock = SPIN_LOCK_UNLOCKED; in _end_io_pagebuf() local
1396 spin_lock_irqsave(&page_uptodate_lock, flags); in _end_io_pagebuf()
1406 spin_unlock_irqrestore(&page_uptodate_lock, flags); in _end_io_pagebuf()
/linux-2.4.37.9/fs/
Dbuffer.c807 static spinlock_t page_uptodate_lock = SPIN_LOCK_UNLOCKED; in end_buffer_io_async() local
833 spin_lock_irqsave(&page_uptodate_lock, flags); in end_buffer_io_async()
847 spin_unlock_irqrestore(&page_uptodate_lock, flags); in end_buffer_io_async()
861 spin_unlock_irqrestore(&page_uptodate_lock, flags); in end_buffer_io_async()