Searched refs:lockref_get_not_dead (Results 1 – 9 of 9) sorted by relevance
199 int lockref_get_not_dead(struct lockref *lockref) in lockref_get_not_dead() function220 EXPORT_SYMBOL(lockref_get_not_dead);
45 extern int lockref_get_not_dead(struct lockref *);
70 if (!lockref_get_not_dead(&dentry->d_lockref)) in __ns_get_path()
2553 if (!lockref_get_not_dead(&dentry->d_lockref)) { in d_alloc_parallel()2598 if (!lockref_get_not_dead(&dentry->d_lockref)) { in d_alloc_parallel()
624 if (unlikely(!lockref_get_not_dead(&path->dentry->d_lockref))) { in __legitimize_path()741 if (unlikely(!lockref_get_not_dead(&nd->path.dentry->d_lockref))) in try_to_unlazy_next()751 if (unlikely(!lockref_get_not_dead(&dentry->d_lockref))) in try_to_unlazy_next()
989 if (gl && !lockref_get_not_dead(&gl->gl_lockref)) { in find_insert_glock()1950 if (!lockref_get_not_dead(&gl->gl_lockref)) in thaw_glock()2346 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()434 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()
866 ``lockref_get_not_dead()`` achieves this.