Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ext4/
Dpage-io.c128 spin_lock_irqsave(&head->b_uptodate_lock, flags); in ext4_finish_bio()
142 spin_unlock_irqrestore(&head->b_uptodate_lock, flags); in ext4_finish_bio()
/Linux-v6.6/fs/
Dbuffer.c270 spin_lock_irqsave(&first->b_uptodate_lock, flags); in end_buffer_async_read()
283 spin_unlock_irqrestore(&first->b_uptodate_lock, flags); in end_buffer_async_read()
295 spin_unlock_irqrestore(&first->b_uptodate_lock, flags); in end_buffer_async_read()
404 spin_lock_irqsave(&first->b_uptodate_lock, flags); in end_buffer_async_write()
416 spin_unlock_irqrestore(&first->b_uptodate_lock, flags); in end_buffer_async_write()
421 spin_unlock_irqrestore(&first->b_uptodate_lock, flags); in end_buffer_async_write()
3026 spin_lock_init(&ret->b_uptodate_lock); in alloc_buffer_head()
/Linux-v6.6/fs/ntfs/
Daops.c95 spin_lock_irqsave(&first->b_uptodate_lock, flags); in ntfs_end_buffer_async_read()
110 spin_unlock_irqrestore(&first->b_uptodate_lock, flags); in ntfs_end_buffer_async_read()
143 spin_unlock_irqrestore(&first->b_uptodate_lock, flags); in ntfs_end_buffer_async_read()
/Linux-v6.6/include/linux/
Dbuffer_head.h78 spinlock_t b_uptodate_lock; /* Used by the first bh in a page, to member