Home
last modified time | relevance | path

Searched refs:datasync (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/lib/librefuse/refuse/
H A Dfs.h74 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 Dfs.c567 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 Dosdfs.c780 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 DTHANKS325 Paul Martinolich martinol@datasync.com
H A DChangeLog.2554 2001-02-20 Paul Martinolich <martinol@datasync.com>