Searched refs:restart_func (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | file.c | 560 int restart_func = 0; in ocfs2_extend_allocation() local 611 why, restart_func); in ocfs2_extend_allocation() 659 restart_func = 1; in ocfs2_extend_allocation() 698 if ((!status) && restart_func) { in ocfs2_extend_allocation() 699 restart_func = 0; in ocfs2_extend_allocation()
|
| H A D | ocfs2_trace.h | 1329 int why, int restart_func), 1330 TP_ARGS(ip_blkno, size, clusters, clusters_to_add, why, restart_func), 1337 __field(int, restart_func) 1345 __entry->restart_func = restart_func; 1349 __entry->clusters_to_add, __entry->why, __entry->restart_func)
|