Home
last modified time | relevance | path

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

/fs/ocfs2/
Dfile.c568 int restart_func = 0; in __ocfs2_extend_allocation() local
619 why, restart_func); in __ocfs2_extend_allocation()
667 restart_func = 1; in __ocfs2_extend_allocation()
706 if ((!status) && restart_func) { in __ocfs2_extend_allocation()
707 restart_func = 0; in __ocfs2_extend_allocation()
Docfs2_trace.h1326 int why, int restart_func),
1327 TP_ARGS(ip_blkno, size, clusters, clusters_to_add, why, restart_func),
1334 __field(int, restart_func)
1342 __entry->restart_func = restart_func;
1346 __entry->clusters_to_add, __entry->why, __entry->restart_func)