ast_list 87 fs/ocfs2/dlm/dlmast.c if (!list_empty(&lock->ast_list)) { ast_list 126 fs/ocfs2/dlm/dlmast.c list_add_tail(&lock->ast_list, &dlm->pending_asts); ast_list 345 fs/ocfs2/dlm/dlmcommon.h struct list_head ast_list; ast_list 70 fs/ocfs2/dlm/dlmdebug.c (list_empty(&lock->ast_list) ? 'y' : 'n'), ast_list 477 fs/ocfs2/dlm/dlmdebug.c !list_empty(&lock->ast_list), ast_list 343 fs/ocfs2/dlm/dlmlock.c BUG_ON(!list_empty(&lock->ast_list)); ast_list 382 fs/ocfs2/dlm/dlmlock.c INIT_LIST_HEAD(&newlock->ast_list); ast_list 2944 fs/ocfs2/dlm/dlmmaster.c BUG_ON(!list_empty(&lock->ast_list)); ast_list 583 fs/ocfs2/dlm/dlmthread.c struct dlm_lock, ast_list); ast_list 597 fs/ocfs2/dlm/dlmthread.c list_del_init(&lock->ast_list); ast_list 612 fs/ocfs2/dlm/dlmthread.c if (!list_empty(&lock->ast_list)) { ast_list 107 fs/ocfs2/dlm/dlmunlock.c in_use = !list_empty(&lock->ast_list);