Searched refs:datasync (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/lib/librefuse/refuse/ |
H A D | fs.h | 74 int fuse_fs_fsync(struct fuse_fs* fs, const char* path, int datasync, struct fuse_file_info* fi); 80 int fuse_fs_fsyncdir(struct fuse_fs* fs, const char* path, int datasync, struct fuse_file_info* fi);
|
H A D | fs.c | 567 fuse_fs_fsync(struct fuse_fs* fs, const char* path, int datasync, struct fuse_file_info* fi) { in fuse_fs_fsync() argument 573 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fsync(path, datasync); \ in fuse_fs_fsync() 583 … return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fsync(path, datasync, fi); \ in fuse_fs_fsync() 936 fuse_fs_fsyncdir(struct fuse_fs* fs, const char* path, int datasync, struct fuse_file_info* fi) { in fuse_fs_fsyncdir() argument 948 … return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fsyncdir(path, datasync, fi); \ in fuse_fs_fsyncdir()
|
/netbsd-src/external/bsd/iscsi/dist/src/osd/ |
H A D | osdfs.c | 780 static int osdfs_sync_file(struct file * file, struct dentry *dentry, int datasync) { in osdfs_sync_file() argument
|
/netbsd-src/external/gpl3/autoconf/dist/ |
H A D | THANKS | 325 Paul Martinolich martinol@datasync.com
|
H A D | ChangeLog.2 | 554 2001-02-20 Paul Martinolich <martinol@datasync.com>
|