Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dlockref.c167 int lockref_get_not_dead(struct lockref *lockref) in lockref_get_not_dead() function
188 EXPORT_SYMBOL(lockref_get_not_dead);
/linux-4.4.14/include/linux/
Dlockref.h43 extern int lockref_get_not_dead(struct lockref *);
/linux-4.4.14/fs/
Dnsfs.c68 if (!lockref_get_not_dead(&dentry->d_lockref)) in ns_get_path()
Dnamei.c635 if (unlikely(!lockref_get_not_dead(&path->dentry->d_lockref))) { in legitimize_path()
691 if (unlikely(!lockref_get_not_dead(&parent->d_lockref))) in unlazy_walk()
710 if (!lockref_get_not_dead(&dentry->d_lockref)) in unlazy_walk()
/linux-4.4.14/fs/gfs2/
Dglock.c655 if (gl && !lockref_get_not_dead(&gl->gl_lockref)) in gfs2_glock_get()
725 if (tmp == NULL || !lockref_get_not_dead(&tmp->gl_lockref)) { in gfs2_glock_get()
1429 lockref_get_not_dead(&gl->gl_lockref)) in glock_hash_walk()
Dquota.c255 if (lockref_get_not_dead(&qd->qd_lockref)) { in gfs2_qd_search_bucket()
437 if (!lockref_get_not_dead(&qd->qd_lockref)) in qd_check_sync()
/linux-4.4.14/fs/ncpfs/
Ddir.c489 if (unlikely(!lockref_get_not_dead(&dent->d_lockref))) { in ncp_readdir()
/linux-4.4.14/fs/ceph/
Ddir.c198 if (dentry && !lockref_get_not_dead(&dentry->d_lockref)) in __dcache_readdir()