Home
last modified time | relevance | path

Searched refs:sync_inode (Results 1 – 5 of 5) sorted by relevance

/fs/ext3/
Dfsync.c87 ret = sync_inode(inode, &wbc); in ext3_sync_file()
/fs/ext4/
Dfsync.c94 ret = sync_inode(inode, &wbc); in ext4_sync_file()
/fs/
Dfs-writeback.c755 int sync_inode(struct inode *inode, struct writeback_control *wbc) in sync_inode() function
764 EXPORT_SYMBOL(sync_inode);
/fs/ext2/
Dinode.c1434 return sync_inode(inode, &wbc); in ext2_sync_inode()
/fs/fat/
Dinode.c1501 ret = sync_inode(inode, &wbc); in writeback_inode()