centos man page for mark_buffer_dirty

Query: mark_buffer_dirty

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MARK_BUFFER_DIRTY(9)						   The Linux VFS					      MARK_BUFFER_DIRTY(9)

NAME
mark_buffer_dirty - mark a buffer_head as needing writeout
SYNOPSIS
void mark_buffer_dirty(struct buffer_head * bh);
ARGUMENTS
bh the buffer_head to mark dirty
DESCRIPTION
mark_buffer_dirty will set the dirty bit against the buffer, then set its backing page dirty, then tag the page as dirty in its address_space's radix tree and then attach the address_space's inode to its superblock's dirty inode list. mark_buffer_dirty is atomic. It takes bh->b_page->mapping->private_lock, mapping->tree_lock and mapping->host->i_lock.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 MARK_BUFFER_DIRTY(9)
Related Man Pages
mpage_readpages(9) - suse
freeze_super(9) - centos
buf(9) - freebsd
bp(9) - freebsd
buf(9) - linux
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq