Lines Matching refs:dent
480 struct dentry *dent; in ncp_readdir() local
488 dent = ctl.cache->dentry[ctl.idx]; in ncp_readdir()
489 if (unlikely(!lockref_get_not_dead(&dent->d_lockref))) { in ncp_readdir()
494 if (d_really_is_negative(dent)) { in ncp_readdir()
495 dput(dent); in ncp_readdir()
498 over = !dir_emit(ctx, dent->d_name.name, in ncp_readdir()
499 dent->d_name.len, in ncp_readdir()
500 d_inode(dent)->i_ino, DT_UNKNOWN); in ncp_readdir()
501 dput(dent); in ncp_readdir()
792 struct dentry* dent; in ncp_conn_logged_in() local
808 dent = sb->s_root; in ncp_conn_logged_in()
809 if (dent) { in ncp_conn_logged_in()
810 struct inode* ino = d_inode(dent); in ncp_conn_logged_in()