Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ceph/
Dinode.c33 static void ceph_vmtruncate_work(struct work_struct *work);
377 INIT_WORK(&ci->i_vmtruncate_work, ceph_vmtruncate_work); in ceph_alloc_inode()
1427 static void ceph_vmtruncate_work(struct work_struct *work) in ceph_vmtruncate_work() function