Searched refs:xlog_assign_grant_head (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/fs/xfs/ |
D | xfs_log_priv.h | 622 xlog_assign_grant_head(atomic64_t *head, int cycle, int space) in xlog_assign_grant_head() function
|
D | xfs_log.c | 1103 xlog_assign_grant_head(&log->l_grant_reserve_head, 1, 0); in xlog_alloc_log() 1104 xlog_assign_grant_head(&log->l_grant_write_head, 1, 0); in xlog_alloc_log()
|
D | xfs_log_recover.c | 968 xlog_assign_grant_head(&log->l_grant_reserve_head, log->l_curr_cycle, in xlog_find_tail() 970 xlog_assign_grant_head(&log->l_grant_write_head, log->l_curr_cycle, in xlog_find_tail()
|