Searched refs:inode_needs_sync (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/fat/
H A Dmisc.c135 int wait = inode_needs_sync(inode);
H A Dfatent.c540 if (inode_needs_sync(inode))
H A Dinode.c642 err = __fat_write_inode(inode, inode_needs_sync(inode));
/linux-master/fs/ext4/
H A Dext4_jbd2.c385 if (inode && inode_needs_sync(inode)) {
/linux-master/fs/exfat/
H A Dfile.c212 if (__exfat_write_inode(inode, inode_needs_sync(inode)))
H A Dinode.c200 inode_needs_sync(inode));
/linux-master/fs/ext2/
H A Dinode.c91 __ext2_write_inode(inode, inode_needs_sync(inode));
1295 if (inode_needs_sync(inode)) {
/linux-master/fs/
H A Dinode.c2217 int inode_needs_sync(struct inode *inode) function
2225 EXPORT_SYMBOL(inode_needs_sync); variable
/linux-master/fs/ufs/
H A Dinode.c873 ufs_update_inode(inode, inode_needs_sync(inode));
/linux-master/include/linux/
H A Dfs.h3014 extern int inode_needs_sync(struct inode *inode);

Completed in 196 milliseconds