Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ramfs/
Dfile-mmu.c45 .fsync = noop_fsync,
Dfile-nommu.c45 .fsync = noop_fsync,
/kernel/linux/linux-5.10/fs/
Dlibfs.c236 .fsync = noop_fsync,
1172 int noop_fsync(struct file *file, loff_t start, loff_t end, int datasync) in noop_fsync() function
1176 EXPORT_SYMBOL(noop_fsync);
1361 .fsync = noop_fsync,
/kernel/linux/linux-5.10/fs/vboxsf/
Dfile.c219 .fsync = noop_fsync,
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
Dinode.c222 .fsync = noop_fsync,
/kernel/linux/linux-5.10/fs/kernfs/
Dfile.c951 .fsync = noop_fsync,
/kernel/linux/linux-5.10/fs/hugetlbfs/
Dinode.c1174 .fsync = noop_fsync,
/kernel/linux/linux-5.10/include/linux/
Dfs.h3191 extern int noop_fsync(struct file *, loff_t, loff_t, int);
/kernel/linux/linux-5.10/mm/
Dshmem.c3889 .fsync = noop_fsync,