Lines Matching defs:sync
262 * @sync: non-zero if the write-buffer has to by synchronized
269 int *lnum, int *offs, int sync)
290 if (sync)
543 int aligned_dlen, aligned_ilen, sync = IS_DIRSYNC(dir);
567 sync |= IS_SYNC(inode);
636 err = write_head(c, BASEHD, dent, len, &lnum, &dent_offs, sync);
639 if (!sync) {
846 int sync = 0, write_len = 0, ilen = UBIFS_INO_NODE_SZ;
859 sync = IS_SYNC(inode);
934 err = write_head(c, BASEHD, ino_start, write_len, &lnum, &offs, sync);
937 if (!sync)
1044 * @sync: non-zero if the write-buffer has to be synchronized
1056 const struct fscrypt_name *snd_nm, int sync)
1143 err = write_head(c, BASEHD, dent1, len, &lnum, &offs, sync);
1146 if (!sync) {
1207 * @sync: non-zero if the write-buffer has to be synchronized
1220 const struct inode *whiteout, int sync)
1365 err = write_head(c, BASEHD, dent, len, &lnum, &offs, sync);
1368 if (!sync) {
1552 int err, dlen, len, lnum, offs, bit, sz, sync = IS_SYNC(inode);
1639 err = write_head(c, BASEHD, ino, len, &lnum, &offs, sync);
1642 if (!sync)
1715 int sync = IS_DIRSYNC(host);
1763 err = write_head(c, BASEHD, xent, write_len, &lnum, &xent_offs, sync);
1764 if (!sync && !err)
1836 int sync = IS_DIRSYNC(host);
1870 if (!sync && !err) {