Home
last modified time | relevance | path

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

/linux/fs/autofs/
A Droot.c121 list_del(&ino->expiring); in autofs_dentry_release()
199 struct dentry *expiring; in autofs_lookup_expiring() local
208 expiring = ino->dentry; in autofs_lookup_expiring()
216 qstr = &expiring->d_name; in autofs_lookup_expiring()
229 dget_dlock(expiring); in autofs_lookup_expiring()
232 return expiring; in autofs_lookup_expiring()
265 struct dentry *expiring; in do_expire_wait() local
268 if (IS_ERR(expiring)) in do_expire_wait()
269 return PTR_ERR(expiring); in do_expire_wait()
270 if (!expiring) in do_expire_wait()
[all …]
A Dautofs_i.h62 struct list_head expiring; member
245 if (list_empty(&ino->expiring)) in __autofs_add_expiring()
246 list_add(&ino->expiring, &sbi->expiring_list); in __autofs_add_expiring()
257 if (list_empty(&ino->expiring)) in autofs_add_expiring()
258 list_add(&ino->expiring, &sbi->expiring_list); in autofs_add_expiring()
270 if (!list_empty(&ino->expiring)) in autofs_del_expiring()
271 list_del_init(&ino->expiring); in autofs_del_expiring()
A Dinode.c20 INIT_LIST_HEAD(&ino->expiring); in autofs_new_ino()
/linux/Documentation/watchdog/
A Dhpwdt.rst70 If the hpwdt does not receive the NMI associated with an expiring timer,
/linux/Documentation/filesystems/
A Dautofs.rst204 The VFS has a mechanism for automatically expiring unused mounts,
276 If both appear to support expiring the directory or symlink, an action
296 While the ioctl is blocking, the entry is marked as "expiring" and
362 "expiring" and other accesses to it block until the message is
A Dautofs-mount-control.rst101 similarly for expiring them which resolves the above problem. There is
/linux/Documentation/scheduler/
A Dsched-bwc.rst193 possibility of wastefully expiring quota on cpu-local silos that don't need a
/linux/Documentation/admin-guide/sysctl/
A Dnet.rst391 The amount of time we keep an ARP entry before expiring it. Used to age out

Completed in 17 milliseconds