Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dsnap.c564 if (ci->i_wrbuffer_ref_head == 0 && in ceph_queue_cap_snap()
586 ci->i_wrbuffer_ref_head == 0) { in ceph_queue_cap_snap()
621 capsnap->dirty_pages = ci->i_wrbuffer_ref_head; in ceph_queue_cap_snap()
622 ci->i_wrbuffer_ref_head = 0; in ceph_queue_cap_snap()
639 if (ci->i_wrbuffer_ref_head == 0 && in ceph_queue_cap_snap()
H A Daddr.c112 ++ci->i_wrbuffer_ref_head; in ceph_dirty_folio()
120 ci->i_wrbuffer_ref-1, ci->i_wrbuffer_ref_head-1, in ceph_dirty_folio()
121 ci->i_wrbuffer_ref, ci->i_wrbuffer_ref_head, in ceph_dirty_folio()
663 if (!snapc && ci->i_wrbuffer_ref_head) { in get_oldest_context()
666 ci->i_wrbuffer_ref_head); in get_oldest_context()
H A Dcaps.c3272 if (ci->i_wrbuffer_ref_head == 0 && in __ceph_put_cap_refs()
3361 ci->i_wrbuffer_ref_head -= nr; in ceph_put_wrbuffer_cap_refs()
3362 if (ci->i_wrbuffer_ref_head == 0 && in ceph_put_wrbuffer_cap_refs()
3372 ci->i_wrbuffer_ref_head+nr, ci->i_wrbuffer_ref, in ceph_put_wrbuffer_cap_refs()
3373 ci->i_wrbuffer_ref_head, last ? " LAST" : ""); in ceph_put_wrbuffer_cap_refs()
3893 ci->i_wrbuffer_ref_head == 0) { in handle_cap_flush_ack()
5068 if (ci->i_wrbuffer_ref_head == 0 && in ceph_purge_inode_cap()
H A Dsuper.h443 int i_wrbuffer_ref, i_wrbuffer_ref_head; member
H A Dinode.c696 ci->i_wrbuffer_ref_head = 0; in ceph_alloc_inode()
2280 if (ci->i_wrbuffer_ref_head < ci->i_wrbuffer_ref) { in __ceph_do_pending_vmtruncate()