Home
last modified time | relevance | path

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

/linux-3.4.99/fs/afs/
Dvlocation.c22 static void afs_vlocation_reaper(struct work_struct *);
29 static DECLARE_DELAYED_WORK(afs_vlocation_reap, afs_vlocation_reaper);
541 static void afs_vlocation_reaper(struct work_struct *work) in afs_vlocation_reaper() function