Home
last modified time | relevance | path

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

/linux/lib/
H A Dlockref.c139 * lockref_get_not_dead - Increments count unless the ref is dead
143 bool lockref_get_not_dead(struct lockref *lockref) in lockref_get_not_dead() function
163 EXPORT_SYMBOL(lockref_get_not_dead);
/linux/include/linux/
H A Dlockref.h55 bool lockref_get_not_dead(struct lockref *lockref);
/linux/fs/gfs2/
H A Dglock.c1138 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()
/linux/fs/
H A Dlibfs.c2148 if (!lockref_get_not_dead(&dentry->d_lockref)) in stashed_dentry_get()
2207 if (lockref_get_not_dead(&old->d_lockref)) in stash_dentry()
H A Ddcache.c2568 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()
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/fs/ceph/
H A Ddir.c169 if (dentry && !lockref_get_not_dead(&dentry->d_lockref)) in __dcache_find_get_entry()
/linux/Documentation/filesystems/
H A Dpath-lookup.rst865 ``lockref_get_not_dead()`` achieves this.