Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log.c71 int need_bytes);
193 int need_bytes; in xlog_grant_head_wake() local
196 need_bytes = xlog_ticket_reservation(log, head, tic); in xlog_grant_head_wake()
197 if (*free_bytes < need_bytes) in xlog_grant_head_wake()
200 *free_bytes -= need_bytes; in xlog_grant_head_wake()
213 int need_bytes) in xlog_grant_head_wait() argument
220 xlog_grant_push_ail(log, need_bytes); in xlog_grant_head_wait()
234 } while (xlog_space_left(log, &head->grant) < need_bytes); in xlog_grant_head_wait()
265 int *need_bytes) in xlog_grant_head_check() argument
278 *need_bytes = xlog_ticket_reservation(log, head, tic); in xlog_grant_head_check()
[all …]