Searched refs:lockref_get_not_dead (Results 1 – 8 of 8) sorted by relevance
139 * lockref_get_not_dead - Increments count unless the ref is dead143 bool lockref_get_not_dead(struct lockref *lockref) in lockref_get_not_dead() function 163 EXPORT_SYMBOL(lockref_get_not_dead);
55 bool lockref_get_not_dead(struct lockref *lockref);
1138 if (gl && !lockref_get_not_dead(&gl->gl_lockref)) { in find_insert_glock() 2128 if (!lockref_get_not_dead(&gl->gl_lockref)) in thaw_glock() 2544 if (!lockref_get_not_dead(&gl->gl_lockref)) in gfs2_glock_iter_next()
2148 if (!lockref_get_not_dead(&dentry->d_lockref)) in stashed_dentry_get() 2207 if (lockref_get_not_dead(&old->d_lockref)) in stash_dentry()
2568 if (!lockref_get_not_dead(&dentry->d_lockref)) { in d_alloc_parallel() 2613 if (!lockref_get_not_dead(&dentry->d_lockref)) { in d_alloc_parallel()
777 if (unlikely(!lockref_get_not_dead(&path->dentry->d_lockref))) { in __legitimize_path() 889 if (unlikely(!lockref_get_not_dead(&nd->path.dentry->d_lockref))) in try_to_unlazy_next() 899 if (unlikely(!lockref_get_not_dead(&dentry->d_lockref))) in try_to_unlazy_next()
169 if (dentry && !lockref_get_not_dead(&dentry->d_lockref)) in __dcache_find_get_entry()
865 ``lockref_get_not_dead()`` achieves this.