Home
last modified time | relevance | path

Searched refs:cancellations (Results 1 – 3 of 3) sorted by relevance

/linux/fs/debugfs/
H A Dinternal.h45 struct list_head cancellations; member
H A Dinode.c250 WARN_ON(!list_empty(&fsd->cancellations)); in debugfs_release_dentry()
744 while ((c = list_first_entry_or_null(&fsd->cancellations, in __debugfs_file_removed()
H A Dfile.c117 INIT_LIST_HEAD(&fsd->cancellations); in __debugfs_file_get()
225 list_add(&cancellation->list, &fsd->cancellations); in debugfs_enter_cancellation()