table of contents
other versions
BH_UPTODATE_OR_LOCK(9) | The Linux VFS | BH_UPTODATE_OR_LOCK(9) |
NAME¶
bh_uptodate_or_lock - Test whether the buffer is uptodate
SYNOPSIS¶
int bh_uptodate_or_lock(struct buffer_head * bh);
ARGUMENTS¶
struct buffer_head * bh
struct buffer_head
DESCRIPTION¶
Return true if the buffer is up-to-date and false, with the buffer locked, if not.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |