Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dinode.c623 ci->i_truncate_pending = 0; in ceph_alloc_inode()
784 ci->i_truncate_pending++; in ceph_fill_file_size()
2167 if (ci->i_truncate_pending == 0) { in __ceph_do_pending_vmtruncate()
2192 ci->i_truncate_pending, to); in __ceph_do_pending_vmtruncate()
2200 ci->i_truncate_pending = 0; in __ceph_do_pending_vmtruncate()
H A Dsuper.h427 int i_truncate_pending; /* still need to call vmtruncate */ member
H A Dcaps.c2772 while (ci->i_truncate_pending) { in try_get_cap_refs()