Home
last modified time | relevance | path

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

/fs/ceph/
Dcaps.c1331 arg.follows = flushing ? ci->i_head_snapc->seq : 0; in __send_cap()
1638 if (!ci->i_head_snapc) { in __ceph_mark_dirty_caps()
1640 ci->i_head_snapc = ceph_get_snap_context( in __ceph_mark_dirty_caps()
1644 &ci->vfs_inode, ci->i_head_snapc, ci->i_auth_cap); in __ceph_mark_dirty_caps()
2507 if (ci->i_wr_ref == 0 && !ci->i_head_snapc) { in __take_cap_refs()
2509 ci->i_head_snapc = ceph_get_snap_context( in __take_cap_refs()
2617 !ci->i_head_snapc && in try_get_cap_refs()
2926 BUG_ON(!ci->i_head_snapc); in ceph_put_cap_refs()
2927 ceph_put_snap_context(ci->i_head_snapc); in ceph_put_cap_refs()
2928 ci->i_head_snapc = NULL; in ceph_put_cap_refs()
[all …]
Dsnap.c481 old_snapc = ci->i_head_snapc; in ceph_queue_cap_snap()
581 ci->i_head_snapc = NULL; in ceph_queue_cap_snap()
583 ci->i_head_snapc = ceph_get_snap_context(new_snapc); in ceph_queue_cap_snap()
Daddr.c105 BUG_ON(!ci->i_head_snapc); in ceph_set_page_dirty()
106 snapc = ceph_get_snap_context(ci->i_head_snapc); in ceph_set_page_dirty()
531 snapc = ceph_get_snap_context(ci->i_head_snapc); in get_oldest_context()
554 if (snapc != ci->i_head_snapc) { in get_writepages_data_length()
1240 if (snapc && snapc != ci->i_head_snapc) { in ceph_update_writeable_page()
Dfile.c879 BUG_ON(!ci->i_head_snapc); in ceph_aio_retry_work()
880 snapc = ceph_get_snap_context(ci->i_head_snapc); in ceph_aio_retry_work()
1515 BUG_ON(!ci->i_head_snapc); in ceph_write_iter()
1516 snapc = ceph_get_snap_context(ci->i_head_snapc); in ceph_write_iter()
Dsuper.h359 struct ceph_snap_context *i_head_snapc; /* set if wr_buffer_head > 0 or member
Dmds_client.c1445 ceph_put_snap_context(ci->i_head_snapc); in remove_session_caps_cb()
1446 ci->i_head_snapc = NULL; in remove_session_caps_cb()
3377 snap_follows = ci->i_head_snapc ? ci->i_head_snapc->seq : 0; in encode_caps_cb()
Dinode.c476 ci->i_head_snapc = NULL; in ceph_alloc_inode()
2018 if (!ci->i_head_snapc && in __ceph_setattr()
Dxattr.c1071 if (!lock_snap_rwsem && !ci->i_head_snapc) { in __ceph_setxattr()