Home
last modified time | relevance | path

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

/fs/incfs/
Ddata_mgmt.c1814 u64 head_no, tail_no; in incfs_get_uncollected_logs_count() local
1818 head_no = log->rl_head.current_record_no; in incfs_get_uncollected_logs_count()
1823 return head_no - tail_no; in incfs_get_uncollected_logs_count()
1825 return head_no - max_t(u64, tail_no, state->current_record_no); in incfs_get_uncollected_logs_count()