WRITEBACK_INODES_SB_

Section: The Linux VFS (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

writeback_inodes_sb_if_idle - start writeback if none underway  

SYNOPSIS

int writeback_inodes_sb_if_idle(struct super_block * sb);
 

ARGUMENTS

sb

the superblock
 

DESCRIPTION

Invoke writeback_inodes_sb if no writeback is currently underway. Returns 1 if writeback was started, 0 if not.  

COPYRIGHT