Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ceph/
Dinode.c35 static void ceph_vmtruncate_work(struct work_struct *work);
465 INIT_WORK(&ci->i_vmtruncate_work, ceph_vmtruncate_work); in ceph_alloc_inode()
1662 static void ceph_vmtruncate_work(struct work_struct *work) in ceph_vmtruncate_work() function