Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/incfs/
H A Ddata_mgmt.c1815 u64 head_no, tail_no; in incfs_get_uncollected_logs_count() local
1818 tail_no = log->rl_tail.current_record_no; in incfs_get_uncollected_logs_count()
1824 return head_no - tail_no; in incfs_get_uncollected_logs_count()
1826 return head_no - max_t(u64, tail_no, state->current_record_no); in incfs_get_uncollected_logs_count()