Home
last modified time | relevance | path

Searched refs:ceph_inode_to_client (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/fs/ceph/
Dquota.c15 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_adjust_quota_realms_count()
24 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_has_realms_with_quotas()
269 struct ceph_mds_client *mdsc = ceph_inode_to_client(old)->mdsc; in ceph_quota_is_same_realm()
316 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in check_quota_exceeded()
Daddr.c192 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_do_readpage()
271 ceph_inode_to_client(inode)->blacklisted = true; in finish_read()
311 &ceph_inode_to_client(inode)->client->osdc; in start_read()
445 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readpages()
593 fsc = ceph_inode_to_client(inode); in writepage_nounlock()
704 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in writepages_finish()
784 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_writepages_start()
1220 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_update_writeable_page()
1664 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_uninline_data()
1817 struct ceph_fs_client *fsc = ceph_inode_to_client(&ci->vfs_inode); in __ceph_pool_perm_get()
[all …]
Dfile.c238 fi->filp_gen = READ_ONCE(ceph_inode_to_client(inode)->filp_gen); in ceph_init_file_info()
588 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_read()
814 queue_work(ceph_inode_to_client(inode)->inode_wq, in ceph_aio_complete_req()
933 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_direct_read_write()
1135 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_write()
1417 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_write_iter()
1596 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_llseek()
1689 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_zero_partial_object()
1943 struct ceph_fs_client *src_fsc = ceph_inode_to_client(src_inode); in __ceph_copy_file_range()
1954 struct ceph_fs_client *dst_fsc = ceph_inode_to_client(dst_inode); in __ceph_copy_file_range()
Dinode.c555 ceph_inode_to_client(inode)->mdsc; in ceph_evict_inode()
735 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in fill_inode()
1778 if (queue_work(ceph_inode_to_client(inode)->inode_wq, in ceph_async_iput()
1795 if (queue_work(ceph_inode_to_client(inode)->inode_wq, in ceph_queue_writeback()
1814 if (queue_work(ceph_inode_to_client(inode)->inode_wq, in ceph_queue_invalidate()
1834 if (queue_work(ceph_inode_to_client(inode)->inode_wq, in ceph_queue_vmtruncate()
1847 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_do_invalidate_pages()
2210 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_setattr()
Dexport.c407 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in __get_snap_name()
510 mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_get_name()
Dcache.c140 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_fscache_register_inode_cookie()
Dcaps.c612 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_add_cap()
1552 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_flush_snaps()
1820 struct ceph_fs_client *fsc = ceph_inode_to_client(&ci->vfs_inode); in ceph_check_caps()
2544 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in try_get_cap_refs()
2745 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_get_caps()
3579 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in handle_cap_export()
4144 ceph_inode_to_client(inode)->mdsc; in ceph_drop_caps_for_unlink()
Dsuper.h415 static inline struct ceph_fs_client *ceph_inode_to_client(struct inode *inode) in ceph_inode_to_client() function
Dsuper.c48 struct ceph_fs_client *fsc = ceph_inode_to_client(d_inode(dentry)); in ceph_statfs()
Ddir.c308 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readdir()