Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ceph/
Dinode.c34 static void ceph_vmtruncate_work(struct work_struct *work);
376 INIT_WORK(&ci->i_vmtruncate_work, ceph_vmtruncate_work); in ceph_alloc_inode()
1456 static void ceph_vmtruncate_work(struct work_struct *work) in ceph_vmtruncate_work() function