Home
last modified time | relevance | path

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

/fs/ceph/
Daddr.c189 &ceph_inode_to_client(inode)->client->osdc; in ceph_do_readpage()
309 &ceph_inode_to_client(inode)->client->osdc; in start_read()
400 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readpages()
492 fsc = ceph_inode_to_client(inode); in writepage_nounlock()
612 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in writepages_finish()
685 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_writepages_start()
1465 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_uninline_data()
1620 struct ceph_fs_client *fsc = ceph_inode_to_client(&ci->vfs_inode); in __ceph_pool_perm_get()
1759 if (ceph_test_mount_opt(ceph_inode_to_client(&ci->vfs_inode), in ceph_pool_perm_check()
Dfile.c417 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in striped_read()
629 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_direct_write()
745 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_write()
1256 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_zero_partial_object()
1349 &ceph_inode_to_client(inode)->client->osdc; in ceph_fallocate()
Dexport.c217 mdsc = ceph_inode_to_client(d_inode(child))->mdsc; in ceph_get_name()
Dcaps.c517 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_add_cap()
934 mdsc = ceph_inode_to_client(&ci->vfs_inode)->mdsc; in __ceph_remove_cap()
1247 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in __ceph_flush_snaps()
1584 struct ceph_fs_client *fsc = ceph_inode_to_client(&ci->vfs_inode); in ceph_check_caps()
2334 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in try_get_cap_refs()
3224 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in handle_cap_export()
Dinode.c669 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in fill_inode()
1580 if (queue_work(ceph_inode_to_client(inode)->wb_wq, in ceph_queue_writeback()
1606 if (queue_work(ceph_inode_to_client(inode)->pg_inv_wq, in ceph_queue_invalidate()
Dsuper.h371 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.c264 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readdir()