Searched refs:noop_fsync (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/fs/ramfs/ |
| D | file-mmu.c | 45 .fsync = noop_fsync,
|
| D | file-nommu.c | 45 .fsync = noop_fsync,
|
| /Linux-v5.4/fs/ |
| D | libfs.c | 233 .fsync = noop_fsync, 1080 int noop_fsync(struct file *file, loff_t start, loff_t end, int datasync) in noop_fsync() function 1084 EXPORT_SYMBOL(noop_fsync); 1269 .fsync = noop_fsync,
|
| /Linux-v5.4/arch/powerpc/platforms/cell/spufs/ |
| D | inode.c | 224 .fsync = noop_fsync,
|
| /Linux-v5.4/fs/kernfs/ |
| D | file.c | 969 .fsync = noop_fsync,
|
| /Linux-v5.4/fs/hugetlbfs/ |
| D | inode.c | 1088 .fsync = noop_fsync,
|
| /Linux-v5.4/include/linux/ |
| D | fs.h | 3299 extern int noop_fsync(struct file *, loff_t, loff_t, int);
|
| /Linux-v5.4/mm/ |
| D | shmem.c | 3790 .fsync = noop_fsync,
|