Searched defs:datasync (Results 26 – 50 of 55) sorted by relevance
123
/linux-6.14.4/fs/ext4/ |
D | ext4_jbd2.h | 440 int datasync) in ext4_update_inode_fsync_trans()
|
/linux-6.14.4/fs/overlayfs/ |
D | file.c | 449 static int ovl_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ovl_fsync()
|
D | copy_up.c | 262 bool datasync) in ovl_copy_up_file()
|
D | readdir.c | 910 int datasync) in ovl_dir_fsync()
|
/linux-6.14.4/fs/nfs/ |
D | pnfs.h | 587 pnfs_sync_inode(struct inode *inode, bool datasync) in pnfs_sync_inode() 763 pnfs_sync_inode(struct inode *inode, bool datasync) in pnfs_sync_inode()
|
D | pnfs_nfs.c | 1190 pnfs_nfs_generic_sync(struct inode *inode, bool datasync) in pnfs_nfs_generic_sync()
|
/linux-6.14.4/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-6.14.4/block/ |
D | fops.c | 571 int datasync) in blkdev_fsync()
|
/linux-6.14.4/fs/affs/ |
D | file.c | 981 int affs_file_fsync(struct file *filp, loff_t start, loff_t end, int datasync) in affs_file_fsync()
|
/linux-6.14.4/fs/bcachefs/ |
D | fs-io.c | 220 int bch2_fsync(struct file *file, loff_t start, loff_t end, int datasync) in bch2_fsync()
|
/linux-6.14.4/fs/ |
D | buffer.c | 594 bool datasync) in generic_buffers_fsync_noflush() 638 bool datasync) in generic_buffers_fsync()
|
D | aio.c | 176 bool datasync; member 1651 bool datasync) in aio_fsync()
|
/linux-6.14.4/fs/ubifs/ |
D | file.c | 1323 int ubifs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ubifs_fsync()
|
/linux-6.14.4/fs/smb/client/ |
D | file.c | 2655 int datasync) in cifs_strict_fsync() 2711 int cifs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in cifs_fsync()
|
D | cifsfs.c | 1483 static int cifs_dir_fsync(struct file *file, loff_t start, loff_t end, int datasync) in cifs_dir_fsync()
|
/linux-6.14.4/drivers/usb/class/ |
D | cdc-wdm.c | 667 static int wdm_fsync(struct file *file, loff_t start, loff_t end, int datasync) in wdm_fsync()
|
/linux-6.14.4/fs/gfs2/ |
D | file.c | 743 int datasync) in gfs2_fsync()
|
/linux-6.14.4/fs/hostfs/ |
D | hostfs_kern.c | 363 int datasync) in hostfs_fsync()
|
/linux-6.14.4/drivers/usb/gadget/function/ |
D | f_printer.c | 711 printer_fsync(struct file *fd, loff_t start, loff_t end, int datasync) in printer_fsync()
|
/linux-6.14.4/fs/fuse/ |
D | file.c | 574 int datasync, int opcode) in fuse_fsync_common() 594 int datasync) in fuse_fsync()
|
D | dir.c | 1702 int datasync) in fuse_dir_fsync()
|
/linux-6.14.4/net/9p/ |
D | client.c | 1414 int p9_client_fsync(struct p9_fid *fid, int datasync) in p9_client_fsync()
|
/linux-6.14.4/fs/f2fs/ |
D | file.c | 253 int datasync, bool atomic) in f2fs_do_sync_file() 391 int f2fs_sync_file(struct file *file, loff_t start, loff_t end, int datasync) in f2fs_sync_file()
|
/linux-6.14.4/fs/ocfs2/ |
D | file.c | 165 int datasync) in ocfs2_sync_file()
|
/linux-6.14.4/ipc/ |
D | shm.c | 626 static int shm_fsync(struct file *file, loff_t start, loff_t end, int datasync) in shm_fsync()
|
123