Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ramfs/
Dfile-mmu.c45 .fsync = noop_fsync,
Dfile-nommu.c45 .fsync = noop_fsync,
/linux-6.1.9/fs/
Dlibfs.c238 .fsync = noop_fsync,
1212 int noop_fsync(struct file *file, loff_t start, loff_t end, int datasync) in noop_fsync() function
1216 EXPORT_SYMBOL(noop_fsync);
1362 .fsync = noop_fsync,
/linux-6.1.9/fs/vboxsf/
Dfile.c219 .fsync = noop_fsync,
/linux-6.1.9/arch/powerpc/platforms/cell/spufs/
Dinode.c224 .fsync = noop_fsync,
/linux-6.1.9/fs/kernfs/
Dfile.c1009 .fsync = noop_fsync,
/linux-6.1.9/fs/hugetlbfs/
Dinode.c1290 .fsync = noop_fsync,
/linux-6.1.9/include/linux/
Dfs.h3347 extern int noop_fsync(struct file *, loff_t, loff_t, int);
/linux-6.1.9/mm/
Dshmem.c3927 .fsync = noop_fsync,