Searched refs:datasync (Results 1 - 25 of 45) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/udf/
H A Dfsync.c32 int udf_fsync_file(struct file * file, struct dentry *dentry, int datasync) argument
35 return udf_fsync_inode(inode, datasync);
38 static int udf_fsync_inode(struct inode *inode, int datasync) argument
45 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/coda/
H A Dcoda_int.h9 int datasync);
H A Dfile.c254 int coda_fsync(struct file *coda_file, struct dentry *coda_dentry, int datasync) argument
276 err = host_file->f_op->fsync(host_file, host_dentry, datasync);
280 if ( !err && !datasync ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext2/
H A Dfsync.c34 int ext2_sync_file(struct file *file, struct dentry *dentry, int datasync) argument
43 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/sysv/
H A Dfile.c38 int sysv_sync_file(struct file * file, struct dentry *dentry, int datasync) argument
46 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/minix/
H A Dfile.c34 int minix_sync_file(struct file * file, struct dentry *dentry, int datasync) argument
42 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ufs/
H A Dfile.c30 static int ufs_sync_file(struct file *file, struct dentry *dentry, int datasync) argument
39 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext3/
H A Dfsync.c45 int ext3_sync_file(struct file * file, struct dentry *dentry, int datasync) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext4/
H A Dfsync.c45 int ext4_sync_file(struct file * file, struct dentry *dentry, int datasync) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dsync.c55 int file_fsync(struct file *filp, struct dentry *dentry, int datasync) argument
78 long do_fsync(struct file *file, int datasync) argument
97 err = file->f_op->fsync(file, file->f_path.dentry, datasync);
108 static long __do_fsync(unsigned int fd, int datasync) argument
115 ret = do_fsync(file, datasync);
H A Dbad_inode.c97 int datasync)
102 static int bad_file_aio_fsync(struct kiocb *iocb, int datasync) argument
96 bad_file_fsync(struct file *file, struct dentry *dentry, int datasync) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Dfile.c29 int jfs_fsync(struct file *file, struct dentry *dentry, int datasync) argument
35 (datasync && !(inode->i_state & I_DIRTY_DATASYNC))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hostfs/
H A Dhostfs.h71 extern int fsync_file(int fd, int datasync);
H A Dhostfs_user.c171 int fsync_file(int fd, int datasync) argument
174 if (datasync)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Ddir.c17 int datasync);
30 int datasync)
29 reiserfs_dir_fsync(struct file *filp, struct dentry *dentry, int datasync) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse.h231 * If the datasync parameter is non-zero, then only the user data
287 * If the datasync parameter is non-zero, then only the user data
550 int fuse_fs_fsync(struct fuse_fs *fs, const char *path, int datasync,
560 int fuse_fs_fsyncdir(struct fuse_fs *fs, const char *path, int datasync,
H A Dfuse_lowlevel.h499 * If the datasync parameter is non-zero, then only the user data
507 * @param datasync flag indicating if only data should be flushed
510 void (*fsync) (fuse_req_t req, fuse_ino_t ino, int datasync,
582 * If the datasync parameter is non-zero, then only the directory
593 * @param datasync flag indicating if only data should be flushed
596 void (*fsyncdir) (fuse_req_t req, fuse_ino_t ino, int datasync,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dfb_defio.c52 int fb_deferred_io_fsync(struct file *file, struct dentry *dentry, int datasync) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hpfs/
H A Dfile.c21 int hpfs_file_fsync(struct file *file, struct dentry *dentry, int datasync) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_file.c235 int datasync)
240 if (datasync)
232 xfs_file_fsync( struct file *filp, struct dentry *dentry, int datasync) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A Dfile.c314 ecryptfs_fsync(struct file *file, struct dentry *dentry, int datasync) argument
324 datasync);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ncpfs/
H A Dfile.c25 static int ncp_fsync(struct file *file, struct dentry *dentry, int datasync) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Ddir.c1111 * @datasync: if non-zero only flush user data and not metadata
1119 * If @datasync is true, we do not wait on the inode(s) to be written out
1133 int datasync)
1148 write_inode_now(bmp_vi, !datasync);
1152 write_inode_now(vi, !datasync);
1160 "%u.", datasync ? "data" : "", vi->i_ino, -ret);
1132 ntfs_dir_fsync(struct file *filp, struct dentry *dentry, int datasync) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/fuse/
H A Dfile.c221 int fuse_fsync_common(struct file *file, struct dentry *de, int datasync, argument
243 inarg.fsync_flags = datasync ? 1 : 0;
262 static int fuse_fsync(struct file *file, struct dentry *de, int datasync) argument
264 return fuse_fsync_common(file, de, datasync, 0);
H A Dfuse_i.h441 int fuse_fsync_common(struct file *file, struct dentry *de, int datasync,

Completed in 291 milliseconds

12