__mark_inode_dirty
Name
__mark_inode_dirty -- internal function
Synopsis
void __mark_inode_dirty
(struct inode * inode, int flags);
Arguments
inode
inode to mark
flags
what kind of dirty (i.e. I_DIRTY_SYNC)
Mark an inode as dirty. Callers should use mark_inode_dirty or
mark_inode_dirty_sync.