Name

sync_inodes_sb — sync sb inode pages

Synopsis

void sync_inodes_sb (struct super_block * sb,
 unsigned long older_than_this);
 

Arguments

sb

the superblock

older_than_this

timestamp

Description

This function writes and waits on any dirty inode belonging to this superblock that has been dirtied before given timestamp.