Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Drolling_buffer.c84 int rolling_buffer_make_space(struct rolling_buffer *roll, gfp_t gfp) in rolling_buffer_make_space() function
129 if (rolling_buffer_make_space(roll, GFP_KERNEL) < 0) in rolling_buffer_load_from_ra()
165 if (rolling_buffer_make_space(roll, gfp) < 0) in rolling_buffer_append()
H A Dwrite_issue.c170 rolling_buffer_make_space(&wreq->buffer, wreq->gfp); in netfs_prepare_write()
337 if (rolling_buffer_make_space(&wreq->buffer, wreq->gfp) < 0) in netfs_write_folio()
/linux/include/linux/
H A Drolling_buffer.h47 int rolling_buffer_make_space(struct rolling_buffer *roll, gfp_t gfp);