Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sunrpc/
H A Dxdr.h142 unsigned int xdr_buf_to_bvec(struct bio_vec *bvec, unsigned int bvec_size,
/linux-6.15/net/sunrpc/
H A 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-6.15/fs/xfs/
H A Dxfs_log.c1448 size_t bvec_size = howmany(log->l_iclog_size, PAGE_SIZE) * in xlog_alloc_log() local
1451 iclog = kzalloc(sizeof(*iclog) + bvec_size, in xlog_alloc_log()