1BH_UPTODATE_OR_LOCK(9) The Linux VFS BH_UPTODATE_OR_LOCK(9)
23
4
NAME
6bh_uptodate_or_lock - Test whether the buffer is uptodate
7
SYNOPSIS
9int bh_uptodate_or_lock(struct buffer_head * bh);
10
ARGUMENTS
12bh
13struct buffer_head
14
DESCRIPTION
16Return true if the buffer is up-to-date and false, with the buffer
17locked, if not.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 BH_UPTODATE_OR_LOCK(9)