Searched defs:datasync (Results 26 – 50 of 56) sorted by relevance
123
/linux-5.10/fs/hfs/ |
D | inode.c | 656 int datasync) in hfs_file_fsync()
|
/linux-5.10/fs/afs/ |
D | write.c | 819 int afs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in afs_fsync()
|
/linux-5.10/fs/ext4/ |
D | ext4_jbd2.h | 442 int datasync) in ext4_update_inode_fsync_trans()
|
/linux-5.10/fs/nfs/ |
D | pnfs.h | 586 pnfs_sync_inode(struct inode *inode, bool datasync) in pnfs_sync_inode() 746 pnfs_sync_inode(struct inode *inode, bool datasync) in pnfs_sync_inode()
|
D | pnfs_nfs.c | 1201 pnfs_nfs_generic_sync(struct inode *inode, bool datasync) in pnfs_nfs_generic_sync()
|
/linux-5.10/drivers/misc/mei/ |
D | main.c | 863 static int mei_fsync(struct file *fp, loff_t start, loff_t end, int datasync) in mei_fsync()
|
/linux-5.10/fs/ntfs/ |
D | file.c | 1971 int datasync) in ntfs_file_fsync()
|
/linux-5.10/fs/affs/ |
D | file.c | 978 int affs_file_fsync(struct file *filp, loff_t start, loff_t end, int datasync) in affs_file_fsync()
|
/linux-5.10/fs/overlayfs/ |
D | file.c | 442 static int ovl_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ovl_fsync()
|
D | readdir.c | 907 int datasync) in ovl_dir_fsync()
|
/linux-5.10/drivers/usb/class/ |
D | cdc-wdm.c | 632 static int wdm_fsync(struct file *file, loff_t start, loff_t end, int datasync) in wdm_fsync()
|
/linux-5.10/fs/cifs/ |
D | cifsfs.c | 1207 static int cifs_dir_fsync(struct file *file, loff_t start, loff_t end, int datasync) in cifs_dir_fsync()
|
D | file.c | 2588 int datasync) in cifs_strict_fsync() 2630 int cifs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in cifs_fsync()
|
/linux-5.10/fs/hostfs/ |
D | hostfs_kern.c | 364 int datasync) in hostfs_fsync()
|
/linux-5.10/fs/ubifs/ |
D | file.c | 1310 int ubifs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ubifs_fsync()
|
/linux-5.10/fs/gfs2/ |
D | file.c | 748 int datasync) in gfs2_fsync()
|
/linux-5.10/fs/ |
D | aio.c | 177 bool datasync; member 1597 bool datasync) in aio_fsync()
|
D | block_dev.c | 677 int blkdev_fsync(struct file *filp, loff_t start, loff_t end, int datasync) in blkdev_fsync()
|
/linux-5.10/drivers/usb/gadget/function/ |
D | f_printer.c | 688 printer_fsync(struct file *fd, loff_t start, loff_t end, int datasync) in printer_fsync()
|
/linux-5.10/fs/f2fs/ |
D | file.c | 244 int datasync, bool atomic) in f2fs_do_sync_file() 372 int f2fs_sync_file(struct file *file, loff_t start, loff_t end, int datasync) in f2fs_sync_file()
|
/linux-5.10/fs/zonefs/ |
D | super.c | 529 int datasync) in zonefs_file_fsync()
|
/linux-5.10/fs/fuse/ |
D | file.c | 512 int datasync, int opcode) in fuse_fsync_common() 532 int datasync) in fuse_fsync()
|
D | dir.c | 1372 int datasync) in fuse_dir_fsync()
|
/linux-5.10/fs/ocfs2/ |
D | file.c | 167 int datasync) in ocfs2_sync_file()
|
/linux-5.10/net/9p/ |
D | client.c | 1428 int p9_client_fsync(struct p9_fid *fid, int datasync) in p9_client_fsync()
|
123