Searched refs:expiring (Results 1 – 5 of 5) sorted by relevance
154 if (!list_empty(&ino->expiring)) in autofs4_dentry_release()155 list_del(&ino->expiring); in autofs4_dentry_release()228 struct dentry *expiring; in autofs4_lookup_expiring() local231 ino = list_entry(p, struct autofs_info, expiring); in autofs4_lookup_expiring()232 expiring = ino->dentry; in autofs4_lookup_expiring()234 spin_lock(&expiring->d_lock); in autofs4_lookup_expiring()237 if (!expiring->d_inode) in autofs4_lookup_expiring()240 qstr = &expiring->d_name; in autofs4_lookup_expiring()242 if (expiring->d_name.hash != hash) in autofs4_lookup_expiring()244 if (expiring->d_parent != parent) in autofs4_lookup_expiring()[all …]
71 struct list_head expiring; member309 if (list_empty(&ino->expiring)) in __autofs4_add_expiring()310 list_add(&ino->expiring, &sbi->expiring_list); in __autofs4_add_expiring()321 if (list_empty(&ino->expiring)) in autofs4_add_expiring()322 list_add(&ino->expiring, &sbi->expiring_list); in autofs4_add_expiring()334 if (!list_empty(&ino->expiring)) in autofs4_del_expiring()335 list_del_init(&ino->expiring); in autofs4_del_expiring()
30 INIT_LIST_HEAD(&ino->expiring); in autofs4_new_ino()
137 The amount of time we keep an ARP entry before expiring it. Used to age out
99 similarly for expiring them which resolves the above problem. There is