Searched defs:sync (Results 251 - 275 of 335) sorted by path

<<11121314

/linux-master/fs/nfsd/
H A Dxdr4.h698 static inline void nfsd4_copy_set_sync(struct nfsd4_copy *copy, bool sync) argument
/linux-master/fs/ntfs3/
H A Dattrlist.c438 int al_update(struct ntfs_inode *ni, int sync) argument
H A Dfrecord.c3248 int ni_write_inode(struct inode *inode, int sync, const char *hint) argument
3134 ni_update_parent(struct ntfs_inode *ni, struct NTFS_DUP_INFO *dup, int sync) argument
H A Dfsntfs.c1127 ntfs_sb_write_run(struct ntfs_sb_info *sbi, const struct runs_tree *run, u64 vbo, const void *buf, size_t bytes, int sync) argument
1415 ntfs_write_bh(struct ntfs_sb_info *sbi, struct NTFS_RECORD_HEADER *rhdr, struct ntfs_buffers *nb, int sync) argument
H A Dindex.c1022 indx_write(struct ntfs_index *indx, struct ntfs_inode *ni, struct indx_node *node, int sync) argument
2636 indx_update_dup(struct ntfs_inode *ni, struct ntfs_sb_info *sbi, const struct ATTR_FILE_NAME *fname, const struct NTFS_DUP_INFO *dup, int sync) argument
/linux-master/fs/ocfs2/
H A Dquota_global.c925 int sync = 0; local
/linux-master/fs/
H A Dselect.c185 static int __pollwake(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) argument
211 static int pollwake(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) argument
/linux-master/fs/smb/server/
H A Dsmb2pdu.c6781 smb2_write_rdma_channel(struct ksmbd_work *work, struct smb2_write_req *req, struct ksmbd_file *fp, loff_t offset, size_t length, bool sync) argument
H A Dvfs.c490 ksmbd_vfs_write(struct ksmbd_work *work, struct ksmbd_file *fp, char *buf, size_t count, loff_t *pos, bool sync, ssize_t *written) argument
/linux-master/fs/ubifs/
H A Ddir.c1304 int err, release, sync = 0, move = (new_dir != old_dir); local
1563 int sync = IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir); local
H A Djournal.c670 int aligned_dlen, aligned_ilen, sync = IS_DIRSYNC(dir); local
973 int sync = 0, write_len = 0, ilen = UBIFS_INO_NODE_SZ; local
268 write_head(struct ubifs_info *c, int jhead, void *buf, int len, int *lnum, int *offs, int sync) argument
1178 ubifs_jnl_xrename(struct ubifs_info *c, const struct inode *fst_dir, const struct inode *fst_inode, const struct fscrypt_name *fst_nm, const struct inode *snd_dir, const struct inode *snd_inode, const struct fscrypt_name *snd_nm, int sync) argument
1345 ubifs_jnl_rename(struct ubifs_info *c, const struct inode *old_dir, const struct inode *old_inode, const struct fscrypt_name *old_nm, const struct inode *new_dir, const struct inode *new_inode, const struct fscrypt_name *new_nm, const struct inode *whiteout, int sync) argument
1685 int err, dlen, len, lnum, offs, bit, sz, sync = IS_SYNC(inode); local
1853 int sync = IS_DIRSYNC(host); local
1974 int sync = IS_DIRSYNC(host); local
[all...]
/linux-master/fs/ufs/
H A Dballoc.c319 ufs_clear_frags(struct inode *inode, sector_t beg, unsigned int n, int sync) argument
/linux-master/fs/xfs/
H A Dxfs_trans.c959 int sync = tp->t_flags & XFS_TRANS_SYNC; local
/linux-master/include/linux/
H A Dblkdev.h1499 void (*sync)(struct block_device *bdev); member in struct:blk_holder_ops
H A Dfb.h824 u32 sync; member in struct:fb_videomode
H A Dlockdep_types.h253 unsigned int sync:1; member in struct:held_lock
H A Dnfs_xdr.h1465 bool sync; member in struct:nfs42_copy_args
H A Dpm.h749 void (*sync)(struct device *dev); member in struct:dev_pm_domain
H A Drculist.h226 __list_splice_init_rcu(struct list_head *list, struct list_head *prev, struct list_head *next, void (*sync)(void)) argument
274 list_splice_init_rcu(struct list_head *list, struct list_head *head, void (*sync)(void)) argument
289 list_splice_tail_init_rcu(struct list_head *list, struct list_head *head, void (*sync)(void)) argument
[all...]
/linux-master/include/linux/mfd/
H A D88pm860x.h413 int (*sync)(unsigned int ticks); member in struct:pm860x_rtc_pdata
/linux-master/include/linux/platform_data/
H A Dvideo-pxafb.h84 u_char sync; member in struct:pxafb_mode_info
/linux-master/include/sound/
H A Dpcm.h399 union snd_pcm_sync_id sync; /* hardware synchronization ID */ member in struct:snd_pcm_runtime
/linux-master/include/uapi/linux/
H A Df2fs.h66 __u32 sync; member in struct:f2fs_gc_range
H A Dfb.h276 __u32 sync; /* see FB_SYNC_* */ member in struct:fb_var_screeninfo
[all...]
H A Dfirewire-cdev.h990 __u32 sync; member in struct:fw_cdev_start_iso

Completed in 419 milliseconds

<<11121314