Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dinode.c38 static void ceph_vmtruncate_work(struct work_struct *work);
515 INIT_WORK(&ci->i_vmtruncate_work, ceph_vmtruncate_work); in ceph_alloc_inode()
1859 static void ceph_vmtruncate_work(struct work_struct *work) in ceph_vmtruncate_work() function