Searched refs:i_wrbuffer_ref_head (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | snap.c | 517 if (ci->i_wrbuffer_ref_head == 0 && in ceph_queue_cap_snap() 538 ci->i_wrbuffer_ref_head == 0) { in ceph_queue_cap_snap() 576 capsnap->dirty_pages = ci->i_wrbuffer_ref_head; in ceph_queue_cap_snap() 577 ci->i_wrbuffer_ref_head = 0; in ceph_queue_cap_snap() 594 if (ci->i_wrbuffer_ref_head == 0 && in ceph_queue_cap_snap()
|
H A D | addr.c | 35 * i_wrbuffer_ref == i_wrbuffer_ref_head == the dirty page count. 41 * order, new snaps go to the tail). The i_wrbuffer_ref_head count is 46 * that snap can be settled upon.) i_wrbuffer_ref_head is reset to 0. 105 ++ci->i_wrbuffer_ref_head; in ceph_set_page_dirty() 113 ci->i_wrbuffer_ref-1, ci->i_wrbuffer_ref_head-1, in ceph_set_page_dirty() 114 ci->i_wrbuffer_ref, ci->i_wrbuffer_ref_head, in ceph_set_page_dirty() 542 if (!snapc && ci->i_wrbuffer_ref_head) { in get_oldest_context() 545 snapc, ci->i_wrbuffer_ref_head); in get_oldest_context()
|
H A D | caps.c | 3165 if (ci->i_wrbuffer_ref_head == 0 && in __ceph_put_cap_refs() 3229 ci->i_wrbuffer_ref_head -= nr; in ceph_put_wrbuffer_cap_refs() 3230 if (ci->i_wrbuffer_ref_head == 0 && in ceph_put_wrbuffer_cap_refs() 3240 ci->i_wrbuffer_ref+nr, ci->i_wrbuffer_ref_head+nr, in ceph_put_wrbuffer_cap_refs() 3241 ci->i_wrbuffer_ref, ci->i_wrbuffer_ref_head, in ceph_put_wrbuffer_cap_refs() 3726 ci->i_wrbuffer_ref_head == 0) {
|
H A D | super.h | 406 int i_wrbuffer_ref, i_wrbuffer_ref_head; member
|
H A D | inode.c | 512 ci->i_wrbuffer_ref_head = 0; in ceph_alloc_inode() 1965 if (ci->i_wrbuffer_ref_head < ci->i_wrbuffer_ref) { in __ceph_do_pending_vmtruncate()
|
H A D | mds_client.c | 1697 if (ci->i_wrbuffer_ref_head == 0 && in remove_session_caps_cb()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | snap.c | 555 if (ci->i_wrbuffer_ref_head == 0 && in ceph_queue_cap_snap() 577 ci->i_wrbuffer_ref_head == 0) { in ceph_queue_cap_snap() 612 capsnap->dirty_pages = ci->i_wrbuffer_ref_head; in ceph_queue_cap_snap() 613 ci->i_wrbuffer_ref_head = 0; in ceph_queue_cap_snap() 630 if (ci->i_wrbuffer_ref_head == 0 && in ceph_queue_cap_snap()
|
H A D | addr.c | 37 * i_wrbuffer_ref == i_wrbuffer_ref_head == the dirty page count. 43 * order, new snaps go to the tail). The i_wrbuffer_ref_head count is 48 * that snap can be settled upon.) i_wrbuffer_ref_head is reset to 0. 109 ++ci->i_wrbuffer_ref_head; in ceph_dirty_folio() 117 ci->i_wrbuffer_ref-1, ci->i_wrbuffer_ref_head-1, in ceph_dirty_folio() 118 ci->i_wrbuffer_ref, ci->i_wrbuffer_ref_head, in ceph_dirty_folio() 602 if (!snapc && ci->i_wrbuffer_ref_head) { in get_oldest_context() 605 snapc, ci->i_wrbuffer_ref_head); in get_oldest_context()
|
H A D | caps.c | 3189 if (ci->i_wrbuffer_ref_head == 0 && in __ceph_put_cap_refs() 3282 ci->i_wrbuffer_ref_head -= nr; in ceph_put_wrbuffer_cap_refs() 3283 if (ci->i_wrbuffer_ref_head == 0 && in ceph_put_wrbuffer_cap_refs() 3293 ci->i_wrbuffer_ref+nr, ci->i_wrbuffer_ref_head+nr, in ceph_put_wrbuffer_cap_refs() 3294 ci->i_wrbuffer_ref, ci->i_wrbuffer_ref_head, in ceph_put_wrbuffer_cap_refs() 3803 ci->i_wrbuffer_ref_head == 0) { 4916 if (ci->i_wrbuffer_ref_head == 0 && in ceph_purge_inode_cap()
|
H A D | super.h | 441 int i_wrbuffer_ref, i_wrbuffer_ref_head; member
|
H A D | inode.c | 638 ci->i_wrbuffer_ref_head = 0; in ceph_alloc_inode() 2178 if (ci->i_wrbuffer_ref_head < ci->i_wrbuffer_ref) { in __ceph_do_pending_vmtruncate()
|
Completed in 37 milliseconds