Home
last modified time | relevance | path

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

/fs/
Dfs-writeback.c1423 int sync_inode(struct inode *inode, struct writeback_control *wbc) in sync_inode() function
1427 EXPORT_SYMBOL(sync_inode);
1445 return sync_inode(inode, &wbc); in sync_inode_metadata()
/fs/nfs/
Dwrite.c1721 return sync_inode(inode, &wbc); in nfs_wb_all()