Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/fs/
H A Dbuffer.c280 spin_lock_irqsave(&first->b_uptodate_lock, flags); in end_buffer_async_read()
293 spin_unlock_irqrestore(&first->b_uptodate_lock, flags); in end_buffer_async_read()
299 spin_unlock_irqrestore(&first->b_uptodate_lock, flags); in end_buffer_async_read()
406 spin_lock_irqsave(&first->b_uptodate_lock, flags); in end_buffer_async_write()
418 spin_unlock_irqrestore(&first->b_uptodate_lock, flags); in end_buffer_async_write()
423 spin_unlock_irqrestore(&first->b_uptodate_lock, flags); in end_buffer_async_write()
3035 spin_lock_init(&ret->b_uptodate_lock); in alloc_buffer_head()
/linux-6.15/include/linux/
H A Dbuffer_head.h79 spinlock_t b_uptodate_lock; /* Used by the first bh in a page, to member