Searched defs:datasync (Results 1 – 24 of 24) sorted by relevance
/linux-2.4.37.9/fs/udf/ |
D | fsync.c | 37 int udf_fsync_file(struct file * file, struct dentry *dentry, int datasync) in udf_fsync_file() 43 int udf_fsync_inode(struct inode *inode, int datasync) in udf_fsync_inode()
|
/linux-2.4.37.9/fs/ext2/ |
D | fsync.c | 36 int ext2_sync_file(struct file * file, struct dentry *dentry, int datasync) in ext2_sync_file() 42 int ext2_fsync_inode(struct inode *inode, int datasync) in ext2_fsync_inode()
|
/linux-2.4.37.9/fs/ext3/ |
D | fsync.c | 50 int ext3_sync_file(struct file * file, struct dentry *dentry, int datasync) in ext3_sync_file()
|
/linux-2.4.37.9/fs/minix/ |
D | file.c | 30 int minix_sync_file(struct file * file, struct dentry *dentry, int datasync) in minix_sync_file()
|
/linux-2.4.37.9/fs/sysv/ |
D | file.c | 35 int sysv_sync_file(struct file * file, struct dentry *dentry, int datasync) in sysv_sync_file()
|
/linux-2.4.37.9/fs/jfs/ |
D | file.c | 31 int jfs_fsync(struct file *file, struct dentry *dentry, int datasync) in jfs_fsync()
|
/linux-2.4.37.9/fs/reiserfs/ |
D | file.c | 76 int datasync in reiserfs_sync_file()
|
D | dir.c | 26 int reiserfs_dir_fsync(struct file *filp, struct dentry *dentry, int datasync) { in reiserfs_dir_fsync()
|
/linux-2.4.37.9/fs/ncpfs/ |
D | file.c | 25 static int ncp_fsync(struct file *file, struct dentry *dentry, int datasync) in ncp_fsync()
|
/linux-2.4.37.9/fs/hpfs/ |
D | file.c | 35 int hpfs_file_fsync(struct file *file, struct dentry *dentry, int datasync) in hpfs_file_fsync()
|
/linux-2.4.37.9/fs/coda/ |
D | file.c | 247 int coda_fsync(struct file *coda_file, struct dentry *coda_dentry, int datasync) in coda_fsync()
|
/linux-2.4.37.9/fs/nfs/ |
D | file.c | 131 nfs_fsync(struct file *file, struct dentry *dentry, int datasync) in nfs_fsync()
|
D | dir.c | 407 int nfs_fsync_dir(struct file *filp, struct dentry *dentry, int datasync) in nfs_fsync_dir()
|
/linux-2.4.37.9/fs/jffs2/ |
D | file.c | 51 int jffs2_null_fsync(struct file *filp, struct dentry *dentry, int datasync) in jffs2_null_fsync()
|
/linux-2.4.37.9/fs/smbfs/ |
D | file.c | 30 smb_fsync(struct file *file, struct dentry * dentry, int datasync) in smb_fsync()
|
/linux-2.4.37.9/fs/ |
D | bad_inode.c | 68 int datasync) in bad_file_fsync()
|
D | readdir.c | 89 int dcache_dir_fsync(struct file * file, struct dentry *dentry, int datasync) in dcache_dir_fsync()
|
D | block_dev.c | 210 static int block_fsync(struct file *filp, struct dentry *dentry, int datasync) in block_fsync()
|
D | buffer.c | 433 int file_fsync(struct file *filp, struct dentry *dentry, int datasync) in file_fsync()
|
/linux-2.4.37.9/fs/ramfs/ |
D | inode.c | 269 static int ramfs_sync_file(struct file * file, struct dentry *dentry, int datasync) in ramfs_sync_file()
|
/linux-2.4.37.9/arch/ia64/sn/io/hwgfs/ |
D | ramfs.c | 245 static int hwgfs_sync_file(struct file * file, struct dentry *dentry, int datasync) in hwgfs_sync_file()
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_file.c | 210 int datasync) in linvfs_fsync()
|
/linux-2.4.37.9/fs/jffs/ |
D | inode-v23.c | 1583 static int jffs_fsync(struct file *f, struct dentry *d, int datasync) in jffs_fsync()
|
/linux-2.4.37.9/mm/ |
D | shmem.c | 1519 static int shmem_sync_file(struct file *file, struct dentry *dentry, int datasync) in shmem_sync_file()
|