Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Dcell.c24 static void afs_destroy_cell_work(struct work_struct *work);
165 INIT_WORK(&cell->destroyer, afs_destroy_cell_work); in afs_alloc_cell()
588 static void afs_destroy_cell_work(struct work_struct *work) in afs_destroy_cell_work() function