Home
last modified time | relevance | path

Searched refs:b_uptodate_lock (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ext4/
H A Dpage-io.c127 spin_lock_irqsave(&head->b_uptodate_lock, flags); in ext4_finish_bio()
141 spin_unlock_irqrestore(&head->b_uptodate_lock, flags); in ext4_finish_bio()
/linux/fs/
H A Dbuffer.c269 spin_lock_irqsave(&first->b_uptodate_lock, flags); in end_buffer_async_read()
282 spin_unlock_irqrestore(&first->b_uptodate_lock, flags); in end_buffer_async_read()
288 spin_unlock_irqrestore(&first->b_uptodate_lock, flags); in end_buffer_async_read()
396 spin_lock_irqsave(&first->b_uptodate_lock, flags); in end_buffer_async_write()
408 spin_unlock_irqrestore(&first->b_uptodate_lock, flags); in end_buffer_async_write()
413 spin_unlock_irqrestore(&first->b_uptodate_lock, flags); in end_buffer_async_write()
3023 spin_lock_init(&ret->b_uptodate_lock); in alloc_buffer_head()
/linux/include/linux/
H A Dbuffer_head.h78 spinlock_t b_uptodate_lock; /* Used by the first bh in a page, to member