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) {
1211 * @sync: non-zero if the write-buffer has to be synchronized
1224 const struct inode *whiteout, int sync)
1369 err = write_head(c, BASEHD, dent, len, &lnum, &offs, sync);
1372 if (!sync) {
1558 int err, dlen, len, lnum, offs, bit, sz, sync = IS_SYNC(inode);
1649 err = write_head(c, BASEHD, ino, len, &lnum, &offs, sync);
1652 if (!sync)
1725 int sync = IS_DIRSYNC(host);
1773 err = write_head(c, BASEHD, xent, write_len, &lnum, &xent_offs, sync);
1774 if (!sync && !err)
1846 int sync = IS_DIRSYNC(host);
1880 if (!sync && !err) {