Lines Matching defs:active
74 list_del_init(&ino->active);
121 if (!list_empty(&ino->active))
122 list_del(&ino->active);
147 struct dentry *active;
150 ino = list_entry(p, struct autofs_info, active);
151 active = ino->dentry;
153 spin_lock(&active->d_lock);
156 if ((int) d_count(active) <= 0)
159 qstr = &active->d_name;
161 if (active->d_name.hash != hash)
163 if (active->d_parent != parent)
171 if (d_unhashed(active)) {
172 dget_dlock(active);
173 spin_unlock(&active->d_lock);
175 return active;
178 spin_unlock(&active->d_lock);
498 struct dentry *active;
513 active = autofs_lookup_active(dentry);
514 if (active)
515 return active;
539 list_add(&ino->active, &sbi->active_list);