Home
last modified time | relevance | path

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

/include/linux/
Dbuffer_head.h425 static inline int trylock_buffer(struct buffer_head *bh) in trylock_buffer() function
433 if (!trylock_buffer(bh)) in lock_buffer()
439 if (!buffer_uptodate(bh) && trylock_buffer(bh)) { in bh_readahead()