Home
last modified time | relevance | path

Searched refs:lockref_get_not_dead (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/lib/
H A Dlockref.c143 bool lockref_get_not_dead(struct lockref *lockref) in lockref_get_not_dead() function
163 EXPORT_SYMBOL(lockref_get_not_dead);
/linux-6.15/include/linux/
H A Dlockref.h55 bool lockref_get_not_dead(struct lockref *lockref);
/linux-6.15/fs/gfs2/
H A Dglock.c1139 if (gl && !lockref_get_not_dead(&gl->gl_lockref)) { in find_insert_glock()
2130 if (!lockref_get_not_dead(&gl->gl_lockref)) in thaw_glock()
2546 if (!lockref_get_not_dead(&gl->gl_lockref)) in gfs2_glock_iter_next()
H A Dquota.c269 if (lockref_get_not_dead(&qd->qd_lockref)) { in gfs2_qd_search_bucket()
/linux-6.15/fs/
H A Dlibfs.c2124 if (!lockref_get_not_dead(&dentry->d_lockref)) in stashed_dentry_get()
2185 if (lockref_get_not_dead(&old->d_lockref)) in stash_dentry()
H A Ddcache.c2538 if (!lockref_get_not_dead(&dentry->d_lockref)) { in d_alloc_parallel()
2583 if (!lockref_get_not_dead(&dentry->d_lockref)) { in d_alloc_parallel()
H A Dnamei.c777 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()
/linux-6.15/fs/ceph/
H A Ddir.c169 if (dentry && !lockref_get_not_dead(&dentry->d_lockref)) in __dcache_find_get_entry()
/linux-6.15/Documentation/filesystems/
H A Dpath-lookup.rst865 ``lockref_get_not_dead()`` achieves this.