Home
last modified time | relevance | path

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

/fs/ceph/
Dcaps.c1148 follows = ci->i_head_snapc->seq; in __send_cap()
1349 if (!ci->i_head_snapc) in __ceph_mark_dirty_caps()
1350 ci->i_head_snapc = ceph_get_snap_context( in __ceph_mark_dirty_caps()
1353 &ci->vfs_inode, ci->i_head_snapc, ci->i_auth_cap); in __ceph_mark_dirty_caps()
2235 if (ci->i_head_snapc == snapc) { in ceph_put_wrbuffer_cap_refs()
2239 BUG_ON(!ci->i_head_snapc); in ceph_put_wrbuffer_cap_refs()
2240 ceph_put_snap_context(ci->i_head_snapc); in ceph_put_wrbuffer_cap_refs()
2241 ci->i_head_snapc = NULL; in ceph_put_wrbuffer_cap_refs()
2533 BUG_ON(!ci->i_head_snapc); in handle_cap_flush_ack()
2534 ceph_put_snap_context(ci->i_head_snapc); in handle_cap_flush_ack()
[all …]
Dsnap.c470 struct ceph_snap_context *snapc = ci->i_head_snapc; in ceph_queue_cap_snap()
512 ci->i_head_snapc = in ceph_queue_cap_snap()
514 dout(" new snapc is %p\n", ci->i_head_snapc); in ceph_queue_cap_snap()
Daddr.c96 if (ci->i_head_snapc == NULL) in ceph_set_page_dirty()
97 ci->i_head_snapc = ceph_get_snap_context(snapc); in ceph_set_page_dirty()
418 snapc = ceph_get_snap_context(ci->i_head_snapc); in get_oldest_context()
999 if (snapc && snapc != ci->i_head_snapc) { in ceph_update_writeable_page()
Dsuper.h297 struct ceph_snap_context *i_head_snapc; /* set if wr_buffer_head > 0 or member
Dinode.c340 ci->i_head_snapc = NULL; in ceph_alloc_inode()