Home
last modified time | relevance | path

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

/fs/ocfs2/
Dextent_map.c415 unsigned int *is_last) in ocfs2_get_clusters_nocache() argument
425 if (is_last) in ocfs2_get_clusters_nocache()
426 *is_last = 0; in ocfs2_get_clusters_nocache()
504 if (is_last) { in ocfs2_get_clusters_nocache()
507 *is_last = 1; in ocfs2_get_clusters_nocache()
509 *is_last = 1; in ocfs2_get_clusters_nocache()
517 *is_last = 1; in ocfs2_get_clusters_nocache()
753 int ret, is_last; in ocfs2_fiemap() local
785 is_last = 0; in ocfs2_fiemap()
786 while (cpos < mapping_end && !is_last) { in ocfs2_fiemap()
[all …]
/fs/ubifs/
Dreplay.c544 int is_last = is_last_bud(c, b->bud); in replay_bud() local
550 lnum, b->bud->jhead, offs, is_last); in replay_bud()
552 if (c->need_recovery && is_last) in replay_bud()