Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
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-6.3-rc2/include/linux/
A Dlockref.h44 extern int lockref_get_not_dead(struct lockref *);
/linux-6.3-rc2/fs/
A Dnsfs.c71 if (!lockref_get_not_dead(&dentry->d_lockref)) in __ns_get_path()
A Ddcache.c2651 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()
A Dnamei.c706 if (unlikely(!lockref_get_not_dead(&path->dentry->d_lockref))) { in __legitimize_path()
818 if (unlikely(!lockref_get_not_dead(&nd->path.dentry->d_lockref))) in try_to_unlazy_next()
828 if (unlikely(!lockref_get_not_dead(&dentry->d_lockref))) in try_to_unlazy_next()
/linux-6.3-rc2/fs/gfs2/
A Dglock.c1121 if (gl && !lockref_get_not_dead(&gl->gl_lockref)) { in find_insert_glock()
2122 if (!lockref_get_not_dead(&gl->gl_lockref)) in thaw_glock()
2518 if (!lockref_get_not_dead(&gl->gl_lockref)) in gfs2_glock_iter_next()
A Dquota.c252 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()
/linux-6.3-rc2/fs/ceph/
A Ddir.c164 if (dentry && !lockref_get_not_dead(&dentry->d_lockref)) in __dcache_find_get_entry()
/linux-6.3-rc2/Documentation/filesystems/
A Dpath-lookup.rst865 ``lockref_get_not_dead()`` achieves this.

Completed in 113 milliseconds