Searched refs:restart_func (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/fs/ocfs2/ |
D | ocfs2_trace.h | 1303 int why, int restart_func), 1304 TP_ARGS(ip_blkno, size, clusters, clusters_to_add, why, restart_func), 1311 __field(int, restart_func) 1319 __entry->restart_func = restart_func; 1323 __entry->clusters_to_add, __entry->why, __entry->restart_func)
|
D | file.c | 557 int restart_func = 0; in __ocfs2_extend_allocation() local 609 why, restart_func); in __ocfs2_extend_allocation() 657 restart_func = 1; in __ocfs2_extend_allocation() 700 if ((!status) && restart_func) { in __ocfs2_extend_allocation() 701 restart_func = 0; in __ocfs2_extend_allocation()
|