Home
last modified time | relevance | path

Searched refs:bvec_size (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/sunrpc/
Dxdr.h142 unsigned int xdr_buf_to_bvec(struct bio_vec *bvec, unsigned int bvec_size,
/Linux-v6.6/net/sunrpc/
Dxdr.c175 unsigned int xdr_buf_to_bvec(struct bio_vec *bvec, unsigned int bvec_size, in xdr_buf_to_bvec() argument
199 if (unlikely(++count > bvec_size)) in xdr_buf_to_bvec()
206 if (unlikely(++count > bvec_size)) in xdr_buf_to_bvec()
/Linux-v6.6/fs/xfs/
Dxfs_log.c1604 size_t bvec_size = howmany(log->l_iclog_size, PAGE_SIZE) * in xlog_alloc_log() local
1607 iclog = kmem_zalloc(sizeof(*iclog) + bvec_size, KM_MAYFAIL); in xlog_alloc_log()