Home
last modified time | relevance | path

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

/Linux-v4.19/fs/debugfs/
Dinternal.h20 refcount_t active_users; member
Dfile.c95 refcount_set(&fsd->active_users, 1); in debugfs_file_get()
114 if (!refcount_inc_not_zero(&fsd->active_users)) in debugfs_file_get()
134 if (refcount_dec_and_test(&fsd->active_users)) in debugfs_file_put()
Dinode.c635 if (!refcount_dec_and_test(&fsd->active_users)) in __debugfs_remove_file()