Searched refs:zero_point (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/
H A Dnetfs.h139 loff_t zero_point; /* Size after which we assume there's no data member in struct:netfs_inode
459 * @use_zero_point: True to use the zero_point read optimisation
470 ctx->zero_point = LLONG_MAX;
475 /* ->releasepage() drives zero_point */
477 ctx->zero_point = ctx->remote_i_size;
495 if (new_i_size < ctx->zero_point)
496 ctx->zero_point = new_i_size;
/linux-master/fs/netfs/
H A Dmisc.c246 if (end > ctx->zero_point)
247 ctx->zero_point = end;
H A Ddirect_write.c164 if (end > ictx->zero_point)
165 ictx->zero_point = end;
H A Dio.c591 if (subreq->start >= ictx->zero_point) {
595 if (subreq->len > ictx->zero_point - subreq->start)
596 subreq->len = ictx->zero_point - subreq->start;
H A Dbuffered_write.c76 if (pos >= ctx->zero_point)
/linux-master/fs/cachefiles/
H A Dxattr.c22 __be64 zero_point; /* Size after which server has no data not written by us */ member in struct:cachefiles_xattr
58 buf->zero_point = 0;
/linux-master/drivers/net/wireguard/
H A Dnoise.c423 static u8 zero_point[NOISE_PUBLIC_KEY_LEN]; local
424 if (unlikely(!crypto_memneq(precomputed, zero_point, NOISE_PUBLIC_KEY_LEN)))
/linux-master/fs/smb/client/
H A Dcifsfs.c1472 if (rc > 0 && destoff + rc > target_cifsi->netfs.zero_point)
1473 target_cifsi->netfs.zero_point = destoff + rc;
H A Dsmb2ops.c3232 if (offset < cifsi->netfs.zero_point)
3233 cifsi->netfs.zero_point = offset;
3571 ictx->zero_point = old_eof;
3588 ictx->zero_point = new_eof;
/linux-master/fs/afs/
H A Dinode.c257 vnode->netfs.zero_point = status->size;

Completed in 354 milliseconds