Home
last modified time | relevance | path

Searched refs:ext2_sync_file (Results 1 – 4 of 4) sorted by relevance

/fs/ext2/
Dfile.c58 .fsync = ext2_sync_file,
75 .fsync = ext2_sync_file,
Dfsync.c34 int ext2_sync_file(struct file *file, struct dentry *dentry, int datasync) in ext2_sync_file() function
Dext2.h117 extern int ext2_sync_file (struct file *, struct dentry *, int);
Ddir.c723 .fsync = ext2_sync_file,