Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A 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()
/openbmc/linux/fs/
H A 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()
3028 spin_lock_init(&ret->b_uptodate_lock); in alloc_buffer_head()
/openbmc/linux/fs/ntfs/
H A 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()
/openbmc/linux/include/linux/
H A Dbuffer_head.h78 spinlock_t b_uptodate_lock; /* Used by the first bh in a page, to member