Home
last modified time | relevance | path

Searched defs:sync (Results 1 – 25 of 54) sorted by relevance

123

/fs/netfs/
Ddirect_read.c111 static ssize_t netfs_unbuffered_read(struct netfs_io_request *rreq, bool sync) in netfs_unbuffered_read()
171 bool sync = is_sync_kiocb(iocb); in netfs_unbuffered_read_iter_locked() local
/fs/ubifs/
Djournal.c269 int *lnum, int *offs, int sync) in write_head()
671 int aligned_dlen, aligned_ilen, sync = IS_DIRSYNC(dir); in ubifs_jnl_update() local
977 int sync = 0, write_len = 0, ilen = UBIFS_INO_NODE_SZ; in ubifs_jnl_write_inode() local
1187 const struct fscrypt_name *snd_nm, int sync) in ubifs_jnl_xrename()
1356 const struct inode *whiteout, int sync, int delete_orphan) in ubifs_jnl_rename()
1693 int err, dlen, len, lnum, offs, bit, sz, sync = IS_SYNC(inode); in ubifs_jnl_truncate() local
1861 int sync = IS_DIRSYNC(host); in ubifs_jnl_delete_xattr() local
1982 int sync = IS_DIRSYNC(host); in ubifs_jnl_change_xattr() local
Ddir.c1331 int err, release, sync = 0, move = (new_dir != old_dir); in do_rename() local
1587 int sync = IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir); in ubifs_xrename() local
/fs/bcachefs/
Dfs-io-direct.c74 bool sync = is_sync_kiocb(req); in bch2_direct_IO_read() local
225 sync:1, member
375 bool sync = dio->sync; in bch2_dio_write_done() local
445 bool sync = dio->sync, dropped_locks; in bch2_dio_write_loop() local
Dbtree_io.c1575 static int btree_node_read_all_replicas(struct bch_fs *c, struct btree *b, bool sync) in btree_node_read_all_replicas()
1644 bool sync) in bch2_btree_node_read()
/fs/exfat/
Dmisc.c164 void exfat_update_bh(struct buffer_head *bh, int sync) in exfat_update_bh()
173 int exfat_update_bhs(struct buffer_head **bhs, int nr_bhs, int sync) in exfat_update_bhs()
Dfatent.c181 bool sync = false; in __exfat_free_cluster() local
201 bool sync = false; in __exfat_free_cluster() local
Dballoc.c125 int exfat_set_bitmap(struct inode *inode, unsigned int clu, bool sync) in exfat_set_bitmap()
144 int exfat_clear_bitmap(struct inode *inode, unsigned int clu, bool sync) in exfat_clear_bitmap()
Dinode.c20 int __exfat_write_inode(struct inode *inode, int sync) in __exfat_write_inode()
/fs/fuse/
Ddev.c247 static void fuse_dev_wake_and_unlock(struct fuse_iqueue *fiq, bool sync) in fuse_dev_wake_and_unlock()
259 bool sync) in fuse_dev_queue_forget()
272 static void fuse_dev_queue_interrupt(struct fuse_iqueue *fiq, struct fuse_req *req, bool sync) in fuse_dev_queue_interrupt()
293 static void fuse_dev_queue_req(struct fuse_iqueue *fiq, struct fuse_req *req, bool sync) in fuse_dev_queue_req()
316 static void fuse_send_one(struct fuse_iqueue *fiq, struct fuse_req *req, bool sync) in fuse_send_one()
Dvirtio_fs.c1232 static void virtio_fs_send_forget(struct fuse_iqueue *fiq, struct fuse_forget_link *link, bool sync) in virtio_fs_send_forget()
1258 static void virtio_fs_send_interrupt(struct fuse_iqueue *fiq, struct fuse_req *req, bool sync) in virtio_fs_send_interrupt()
1471 static void virtio_fs_send_req(struct fuse_iqueue *fiq, struct fuse_req *req, bool sync) in virtio_fs_send_req()
/fs/ntfs3/
Dattrlist.c385 int al_update(struct ntfs_inode *ni, int sync) in al_update()
Dfrecord.c3128 int sync) in ni_update_parent()
3241 int ni_write_inode(struct inode *inode, int sync, const char *hint) in ni_write_inode()
Dindex.c1023 struct indx_node *node, int sync) in indx_write()
2651 const struct NTFS_DUP_INFO *dup, int sync) in indx_update_dup()
/fs/nfs/
Dnfs4file.c144 bool sync = false; in __nfs4_copy_file_range() local
Dpnfs.h160 int (*sync)(struct inode *inode, bool datasync); member
871 static inline int pnfs_layoutcommit_inode(struct inode *inode, bool sync) in pnfs_layoutcommit_inode()
/fs/
Dsync.c112 SYSCALL_DEFINE0(sync) in SYSCALL_DEFINE0() argument
Dselect.c182 static int __pollwake(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) in __pollwake()
208 static int pollwake(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) in pollwake()
/fs/f2fs/
Dinode.c26 void f2fs_mark_inode_dirty_sync(struct inode *inode, bool sync) in f2fs_mark_inode_dirty_sync()
/fs/jfs/
Djfs_logmgr.h281 __le32 sync; /* 4: syncpt address (0 = here) */ member
395 int sync; /* 4: addr from last logsync() */ member
/fs/ufs/
Dballoc.c320 int sync) in ufs_clear_frags()
/fs/xfs/
Dxfs_trans.c833 int sync = tp->t_flags & XFS_TRANS_SYNC; in __xfs_trans_commit() local
/fs/ocfs2/
Dquota_global.c933 int sync = 0; in ocfs2_mark_dquot_dirty() local
/fs/nfs/blocklayout/
Dblocklayout.c375 bl_write_pagelist(struct nfs_pgio_header *header, int sync) in bl_write_pagelist()
/fs/nfs/filelayout/
Dfilelayout.c497 filelayout_write_pagelist(struct nfs_pgio_header *hdr, int sync) in filelayout_write_pagelist()

123