Searched refs:restart_func (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | file.c | 564 int restart_func = 0; in __ocfs2_extend_allocation() local 615 why, restart_func); in __ocfs2_extend_allocation() 663 restart_func = 1; in __ocfs2_extend_allocation() 702 if ((!status) && restart_func) { in __ocfs2_extend_allocation() 703 restart_func = 0; in __ocfs2_extend_allocation()
|
D | ocfs2_trace.h | 1328 int why, int restart_func), 1329 TP_ARGS(ip_blkno, size, clusters, clusters_to_add, why, restart_func), 1336 __field(int, restart_func) 1344 __entry->restart_func = restart_func; 1348 __entry->clusters_to_add, __entry->why, __entry->restart_func)
|