Home
last modified time | relevance | path

Searched refs:fsync_inode_buffers (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/fs/ext3/
Dfsync.c64 ret = fsync_inode_buffers(inode); in ext3_sync_file()
/linux-2.4.37.9/fs/udf/
Dfsync.c47 err = fsync_inode_buffers(inode); in udf_fsync_inode()
/linux-2.4.37.9/fs/ext2/
Dfsync.c46 err = fsync_inode_buffers(inode); in ext2_fsync_inode()
Dinode.c887 fsync_inode_buffers(inode); in ext2_truncate()
/linux-2.4.37.9/fs/sysv/
Dfile.c40 err = fsync_inode_buffers(inode); in sysv_sync_file()
/linux-2.4.37.9/fs/minix/
Dfile.c35 err = fsync_inode_buffers(inode); in minix_sync_file()
/linux-2.4.37.9/fs/reiserfs/
Dfile.c86 n_err = fsync_inode_buffers(p_s_inode) ; in reiserfs_sync_file()
/linux-2.4.37.9/fs/
Dinode.c588 err = fsync_inode_buffers(inode); in generic_osync_inode()
/linux-2.4.37.9/include/linux/
Dfs.h1280 static inline int fsync_inode_buffers(struct inode *inode) in fsync_inode_buffers() function