Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dlockref.c199 int lockref_get_not_dead(struct lockref *lockref) in lockref_get_not_dead() function
220 EXPORT_SYMBOL(lockref_get_not_dead);
/Linux-v5.4/include/linux/
Dlockref.h45 extern int lockref_get_not_dead(struct lockref *);
/Linux-v5.4/fs/
Dnsfs.c67 if (!lockref_get_not_dead(&dentry->d_lockref)) in __ns_get_path()
Ddcache.c2532 if (!lockref_get_not_dead(&dentry->d_lockref)) { in d_alloc_parallel()
2577 if (!lockref_get_not_dead(&dentry->d_lockref)) { in d_alloc_parallel()
Dnamei.c621 if (unlikely(!lockref_get_not_dead(&path->dentry->d_lockref))) { in legitimize_path()
719 if (unlikely(!lockref_get_not_dead(&nd->path.dentry->d_lockref))) in unlazy_child()
729 if (unlikely(!lockref_get_not_dead(&dentry->d_lockref))) in unlazy_child()
/Linux-v5.4/fs/gfs2/
Dglock.c767 if (gl && !lockref_get_not_dead(&gl->gl_lockref)) { in find_insert_glock()
1657 lockref_get_not_dead(&gl->gl_lockref)) in glock_hash_walk()
2056 if (!lockref_get_not_dead(&gl->gl_lockref)) in gfs2_glock_iter_next()
Dquota.c252 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()
/Linux-v5.4/fs/ceph/
Ddir.c160 if (dentry && !lockref_get_not_dead(&dentry->d_lockref)) in __dcache_find_get_entry()
/Linux-v5.4/Documentation/filesystems/
Dpath-lookup.rst850 ``lockref_get_not_dead()`` achieves this.