Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dnamespace.c24 static void nfs_expire_automounts(struct work_struct *work);
27 static DECLARE_DELAYED_WORK(nfs_automount_task, nfs_expire_automounts);
201 static void nfs_expire_automounts(struct work_struct *work) in nfs_expire_automounts() function