Searched refs:i_head_snapc (Results 1 – 8 of 8) sorted by relevance
1708 if (!ci->i_head_snapc) { in __ceph_mark_dirty_caps()2710 !ci->i_head_snapc && in try_get_cap_refs()3071 BUG_ON(!ci->i_head_snapc); in __ceph_put_cap_refs()3073 ci->i_head_snapc = NULL; in __ceph_put_cap_refs()3161 if (ci->i_head_snapc == snapc) { in ceph_put_wrbuffer_cap_refs()3167 BUG_ON(!ci->i_head_snapc); in ceph_put_wrbuffer_cap_refs()3168 ceph_put_snap_context(ci->i_head_snapc); in ceph_put_wrbuffer_cap_refs()3169 ci->i_head_snapc = NULL; in ceph_put_wrbuffer_cap_refs()3656 BUG_ON(!ci->i_head_snapc); in handle_cap_flush_ack()3658 ci->i_head_snapc = NULL; in handle_cap_flush_ack()[all …]
498 old_snapc = ci->i_head_snapc; in ceph_queue_cap_snap()598 ci->i_head_snapc = NULL; in ceph_queue_cap_snap()600 ci->i_head_snapc = ceph_get_snap_context(new_snapc); in ceph_queue_cap_snap()
107 BUG_ON(!ci->i_head_snapc); in ceph_set_page_dirty()108 snapc = ceph_get_snap_context(ci->i_head_snapc); in ceph_set_page_dirty()436 snapc = ceph_get_snap_context(ci->i_head_snapc); in get_oldest_context()459 if (snapc != ci->i_head_snapc) { in get_writepages_data_length()1163 if (!snapc || snapc == ci->i_head_snapc) in ceph_find_incompatible()
1144 BUG_ON(!ci->i_head_snapc); in ceph_aio_retry_work()1145 snapc = ceph_get_snap_context(ci->i_head_snapc); in ceph_aio_retry_work()1801 BUG_ON(!ci->i_head_snapc); in ceph_write_iter()1802 snapc = ceph_get_snap_context(ci->i_head_snapc); in ceph_write_iter()
387 struct ceph_snap_context *i_head_snapc; /* set if wr_buffer_head > 0 or member
500 ci->i_head_snapc = NULL; in ceph_alloc_inode()2022 if (!ci->i_head_snapc && in __ceph_setattr()
1173 if (!lock_snap_rwsem && !ci->i_head_snapc) { in __ceph_setxattr()
3744 snap_follows = ci->i_head_snapc ? ci->i_head_snapc->seq : 0; in reconnect_caps_cb()
Completed in 39 milliseconds