Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Dlockref.c175 int lockref_get_not_dead(struct lockref *lockref) in lockref_get_not_dead() function
196 EXPORT_SYMBOL(lockref_get_not_dead);
/linux-4.1.27/include/linux/
Dlockref.h43 extern int lockref_get_not_dead(struct lockref *);
/linux-4.1.27/fs/
Dnsfs.c67 if (!lockref_get_not_dead(&dentry->d_lockref)) in ns_get_path()
Dnamei.c566 if (!lockref_get_not_dead(&parent->d_lockref)) { in unlazy_walk()
587 if (!lockref_get_not_dead(&dentry->d_lockref)) in unlazy_walk()
651 if (unlikely(!lockref_get_not_dead(&dentry->d_lockref))) { in complete_walk()
/linux-4.1.27/fs/gfs2/
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()
Dglock.c234 if (lockref_get_not_dead(&gl->gl_lockref)) in search_bucket()
1473 if ((gl->gl_sbd == sdp) && lockref_get_not_dead(&gl->gl_lockref)) in examine_bucket()
/linux-4.1.27/fs/ncpfs/
Ddir.c489 if (unlikely(!lockref_get_not_dead(&dent->d_lockref))) { in ncp_readdir()