Searched refs:cancellations (Results 1 – 3 of 3) sorted by relevance
30 struct list_head cancellations; member
233 WARN_ON(!list_empty(&fsd->cancellations)); in debugfs_release_dentry()786 while ((c = list_first_entry_or_null(&fsd->cancellations, in __debugfs_file_removed()
107 INIT_LIST_HEAD(&fsd->cancellations); in debugfs_file_get()195 list_add(&cancellation->list, &fsd->cancellations); in debugfs_enter_cancellation()