Searched refs:i_cached_layout (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/fs/ceph/ |
D | file.c | 452 !ceph_file_layout_is_valid(&cdst->i_cached_layout)) { in cache_file_layout() 453 memcpy(&cdst->i_cached_layout, &csrc->i_layout, in cache_file_layout() 454 sizeof(cdst->i_cached_layout)); in cache_file_layout() 455 rcu_assign_pointer(cdst->i_cached_layout.pool_ns, in cache_file_layout() 484 if (!ceph_file_layout_is_valid(&ci->i_cached_layout)) in try_prep_async_create() 507 memcpy(lo, &ci->i_cached_layout, sizeof(*lo)); in try_prep_async_create() 509 ceph_try_get_string(ci->i_cached_layout.pool_ns)); in try_prep_async_create()
|
D | inode.c | 585 memset(&ci->i_cached_layout, 0, sizeof(ci->i_cached_layout)); in ceph_alloc_inode() 727 ceph_put_string(rcu_dereference_raw(ci->i_cached_layout.pool_ns)); in ceph_evict_inode()
|
D | super.h | 362 struct ceph_file_layout i_cached_layout; // for async creates member
|
D | caps.c | 597 ceph_put_string(rcu_dereference_raw(ci->i_cached_layout.pool_ns)); in __check_cap_issue() 598 memset(&ci->i_cached_layout, 0, sizeof(ci->i_cached_layout)); in __check_cap_issue()
|
D | mds_client.c | 4341 ceph_put_string(rcu_dereference_raw(ci->i_cached_layout.pool_ns)); in reconnect_caps_cb() 4342 memset(&ci->i_cached_layout, 0, sizeof(ci->i_cached_layout)); in reconnect_caps_cb()
|