Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_log.c98 int need_bytes);
238 int need_bytes; in xlog_grant_head_wake() local
241 need_bytes = xlog_ticket_reservation(log, head, tic); in xlog_grant_head_wake()
242 if (*free_bytes < need_bytes) in xlog_grant_head_wake()
245 *free_bytes -= need_bytes; in xlog_grant_head_wake()
258 int need_bytes) __releases(&head->lock) in xlog_grant_head_wait() argument
266 xlog_grant_push_ail(log, need_bytes); in xlog_grant_head_wait()
280 } while (xlog_space_left(log, &head->grant) < need_bytes); in xlog_grant_head_wait()
311 int *need_bytes) in xlog_grant_head_check() argument
324 *need_bytes = xlog_ticket_reservation(log, head, tic); in xlog_grant_head_check()
[all …]