Home
last modified time | relevance | path

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

/linux-4.1.27/fs/afs/
Dvlocation.c23 static void afs_vlocation_updater(struct work_struct *);
30 static DECLARE_DELAYED_WORK(afs_vlocation_update, afs_vlocation_updater);
621 static void afs_vlocation_updater(struct work_struct *work) in afs_vlocation_updater() function