Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dquota.c28 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_adjust_quota_realms_count()
37 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_has_realms_with_quotas()
137 struct ceph_mds_client *mdsc = ceph_inode_to_client(old)->mdsc; in ceph_quota_is_same_realm()
171 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in check_quota_exceeded()
Daddr.c184 &ceph_inode_to_client(inode)->client->osdc; in ceph_do_readpage()
299 &ceph_inode_to_client(inode)->client->osdc; in start_read()
433 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readpages()
581 fsc = ceph_inode_to_client(inode); in writepage_nounlock()
708 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in writepages_finish()
786 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_writepages_start()
1222 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_update_writeable_page()
1665 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_uninline_data()
1818 struct ceph_fs_client *fsc = ceph_inode_to_client(&ci->vfs_inode); in __ceph_pool_perm_get()
2001 if (ceph_test_mount_opt(ceph_inode_to_client(&ci->vfs_inode), in ceph_pool_perm_check()
Dfile.c575 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in striped_read()
802 queue_work(ceph_inode_to_client(inode)->wb_wq, in ceph_aio_complete_req()
921 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_direct_read_write()
1127 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_write()
1390 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_write_iter()
1568 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_llseek()
1661 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_zero_partial_object()
Dexport.c209 mdsc = ceph_inode_to_client(d_inode(child))->mdsc; in ceph_get_name()
Dcache.c153 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_fscache_register_inode_cookie()
Dinode.c745 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in fill_inode()
1754 if (queue_work(ceph_inode_to_client(inode)->wb_wq, in ceph_queue_writeback()
1780 if (queue_work(ceph_inode_to_client(inode)->pg_inv_wq, in ceph_queue_invalidate()
1798 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_invalidate_work()
2180 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_setattr()
Dcaps.c621 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_add_cap()
1061 mdsc = ceph_inode_to_client(&ci->vfs_inode)->mdsc; in __ceph_remove_cap()
1555 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_flush_snaps()
1835 struct ceph_fs_client *fsc = ceph_inode_to_client(&ci->vfs_inode); in ceph_check_caps()
2540 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in try_get_cap_refs()
3559 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in handle_cap_export()
4124 ceph_inode_to_client(inode)->mdsc; in ceph_drop_caps_for_unlink()
Dsuper.h392 static inline struct ceph_fs_client *ceph_inode_to_client(struct inode *inode) in ceph_inode_to_client() function
Dsuper.c47 struct ceph_fs_client *fsc = ceph_inode_to_client(d_inode(dentry)); in ceph_statfs()
Ddir.c304 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readdir()