Searched refs:lockref_get_not_dead (Results 1 – 9 of 9) sorted by relevance
172 int lockref_get_not_dead(struct lockref *lockref) in lockref_get_not_dead() function193 EXPORT_SYMBOL(lockref_get_not_dead);
44 extern int lockref_get_not_dead(struct lockref *);
70 if (!lockref_get_not_dead(&dentry->d_lockref)) in __ns_get_path()
2651 if (!lockref_get_not_dead(&dentry->d_lockref)) { in d_alloc_parallel()2696 if (!lockref_get_not_dead(&dentry->d_lockref)) { in d_alloc_parallel()
705 if (unlikely(!lockref_get_not_dead(&path->dentry->d_lockref))) { in __legitimize_path()817 if (unlikely(!lockref_get_not_dead(&nd->path.dentry->d_lockref))) in try_to_unlazy_next()827 if (unlikely(!lockref_get_not_dead(&dentry->d_lockref))) in try_to_unlazy_next()
1129 if (gl && !lockref_get_not_dead(&gl->gl_lockref)) { in find_insert_glock()2189 if (!lockref_get_not_dead(&gl->gl_lockref)) in thaw_glock()2595 if (!lockref_get_not_dead(&gl->gl_lockref)) in gfs2_glock_iter_next()
252 if (lockref_get_not_dead(&qd->qd_lockref)) { in gfs2_qd_search_bucket()441 if (!lockref_get_not_dead(&qd->qd_lockref)) in qd_check_sync()
164 if (dentry && !lockref_get_not_dead(&dentry->d_lockref)) in __dcache_find_get_entry()
865 ``lockref_get_not_dead()`` achieves this.