Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dvolume.h158 struct work_struct precalc_work; member
H A Dsuper.c1717 cancel_work_sync(&vol->precalc_work); in ntfs_put_super()
2182 struct ntfs_volume *vol = container_of(work, struct ntfs_volume, precalc_work); in precalc_free_clusters()
2410 INIT_WORK(&vol->precalc_work, precalc_free_clusters); in ntfs_fill_super()
2411 queue_work(ntfs_wq, &vol->precalc_work); in ntfs_fill_super()