Searched refs:__kernfs_active (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/kernfs/
H A Ddir.c34 static bool __kernfs_active(struct kernfs_node *kn) function
42 return __kernfs_active(kn);
746 * __kernfs_active() which tests @kn->active without kernfs_rwsem.
748 if (unlikely(!__kernfs_active(kn) || !atomic_inc_not_zero(&kn->count)))

Completed in 118 milliseconds