Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ceph/
Daddr.c193 &ceph_inode_to_client(inode)->client->osdc; in readpage_nounlock()
310 &ceph_inode_to_client(inode)->client->osdc; in start_read()
401 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()
1035 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_update_writeable_page()
1168 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_write_end()
1317 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_page_mkwrite()
1452 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_uninline_data()
Dfile.c353 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in striped_read()
565 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_direct_write()
682 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_write()
1164 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_zero_partial_object()
1257 &ceph_inode_to_client(inode)->client->osdc; in ceph_fallocate()
Dexport.c212 mdsc = ceph_inode_to_client(d_inode(child))->mdsc; in ceph_get_name()
Dinode.c669 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in fill_inode()
1508 if (queue_work(ceph_inode_to_client(inode)->wb_wq, in ceph_queue_writeback()
1534 if (queue_work(ceph_inode_to_client(inode)->pg_inv_wq, in ceph_queue_invalidate()
Dcaps.c517 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_add_cap()
1277 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in __ceph_flush_snaps()
1523 struct ceph_fs_client *fsc = ceph_inode_to_client(&ci->vfs_inode); in ceph_check_caps()
2885 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in handle_cap_export()
Dsuper.h348 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.c248 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readdir()