Home
last modified time | relevance | path

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

/linux/lib/
H A Dlockref.c172 int lockref_get_not_dead(struct lockref *lockref) in lockref_get_not_dead() function
193 EXPORT_SYMBOL(lockref_get_not_dead);
/linux/include/linux/
H A Dlockref.h44 extern int lockref_get_not_dead(struct lockref *);
/linux/fs/gfs2/
H A Dglock.c1178 if (gl && !lockref_get_not_dead(&gl->gl_lockref)) { in find_insert_glock()
2187 if (!lockref_get_not_dead(&gl->gl_lockref)) in thaw_glock()
2590 if (!lockref_get_not_dead(&gl->gl_lockref)) in gfs2_glock_iter_next()
H A Dquota.c273 if (lockref_get_not_dead(&qd->qd_lockref)) { in gfs2_qd_search_bucket()
484 if (!lockref_get_not_dead(&qd->qd_lockref)) in qd_check_sync()
/linux/fs/
H A Dlibfs.c2041 if (!lockref_get_not_dead(&dentry->d_lockref)) in get_stashed_dentry()
2102 if (lockref_get_not_dead(&old->d_lockref)) in stash_dentry()
H A Ddcache.c2475 if (!lockref_get_not_dead(&dentry->d_lockref)) { in d_alloc_parallel()
2520 if (!lockref_get_not_dead(&dentry->d_lockref)) { in d_alloc_parallel()
H A Dnamei.c710 if (unlikely(!lockref_get_not_dead(&path->dentry->d_lockref))) { in __legitimize_path()
822 if (unlikely(!lockref_get_not_dead(&nd->path.dentry->d_lockref))) in try_to_unlazy_next()
832 if (unlikely(!lockref_get_not_dead(&dentry->d_lockref))) in try_to_unlazy_next()
/linux/fs/ceph/
H A Ddir.c168 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.