Home
last modified time | relevance | path

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

/Linux-v4.19/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.c192 &ceph_inode_to_client(inode)->client->osdc; in ceph_do_readpage()
307 &ceph_inode_to_client(inode)->client->osdc; in start_read()
441 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readpages()
589 fsc = ceph_inode_to_client(inode); in writepage_nounlock()
716 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in writepages_finish()
794 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_writepages_start()
1229 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_update_writeable_page()
1672 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_uninline_data()
1825 struct ceph_fs_client *fsc = ceph_inode_to_client(&ci->vfs_inode); in __ceph_pool_perm_get()
2008 if (ceph_test_mount_opt(ceph_inode_to_client(&ci->vfs_inode), in ceph_pool_perm_check()
Dfile.c571 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in striped_read()
798 queue_work(ceph_inode_to_client(inode)->wb_wq, in ceph_aio_complete_req()
917 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_direct_read_write()
1123 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_write()
1386 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_write_iter()
1556 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_llseek()
1649 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_zero_partial_object()
1738 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_fallocate()
Dexport.c204 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.c739 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in fill_inode()
1735 if (queue_work(ceph_inode_to_client(inode)->wb_wq, in ceph_queue_writeback()
1761 if (queue_work(ceph_inode_to_client(inode)->pg_inv_wq, in ceph_queue_invalidate()
1779 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_invalidate_work()
2160 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()
1540 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_flush_snaps()
1811 struct ceph_fs_client *fsc = ceph_inode_to_client(&ci->vfs_inode); in ceph_check_caps()
2500 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in try_get_cap_refs()
3510 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in handle_cap_export()
4075 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()