Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ceph/
H A Daddr.c182 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_do_readpage()
270 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in finish_read()
279 ceph_inode_to_client(inode)->blocklisted = true; in finish_read()
323 &ceph_inode_to_client(inode)->client->osdc; in start_read()
457 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readpages()
595 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in writepage_nounlock()
737 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in writepages_finish()
819 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_writepages_start()
1256 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_find_incompatible()
1743 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_uninline_data()
[all …]
H A Dfile.c236 fi->filp_gen = READ_ONCE(ceph_inode_to_client(inode)->filp_gen); in ceph_init_file_info()
872 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_read()
1092 queue_work(ceph_inode_to_client(inode)->inode_wq, in ceph_aio_complete_req()
1211 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_direct_read_write()
1421 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_write()
1706 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_write_iter()
1900 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_llseek()
1993 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_zero_partial_object()
2312 struct ceph_fs_client *src_fsc = ceph_inode_to_client(src_inode); in __ceph_copy_file_range()
2320 struct ceph_fs_client *dst_fsc = ceph_inode_to_client(dst_inode); in __ceph_copy_file_range()
H A Dexport.c429 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in __get_snap_name()
532 mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_get_name()
H A Dinode.c1820 if (queue_work(ceph_inode_to_client(inode)->inode_wq, in ceph_async_iput()
1837 if (queue_work(ceph_inode_to_client(inode)->inode_wq, in ceph_queue_writeback()
1856 if (queue_work(ceph_inode_to_client(inode)->inode_wq, in ceph_queue_invalidate()
1876 if (queue_work(ceph_inode_to_client(inode)->inode_wq, in ceph_queue_vmtruncate()
1889 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_do_invalidate_pages()
2253 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_setattr()
H A Dcache.c141 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_fscache_register_inode_cookie()
H A Dioctl.c246 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_ioctl_lazyio()
H A Dcaps.c636 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_add_cap()
1017 ceph_inode_to_client(&ci->vfs_inode)->mount_options; in __ceph_caps_file_wanted()
1154 mdsc = ceph_inode_to_client(&ci->vfs_inode)->mdsc; in __ceph_remove_cap()
1637 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_flush_snaps()
2725 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in try_get_cap_refs()
2945 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_get_caps()
3872 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in handle_cap_export()
4490 ceph_inode_to_client(inode)->mdsc; in ceph_drop_caps_for_unlink()
H A Dsuper.h443 ceph_inode_to_client(const struct inode *inode) in ceph_inode_to_client() function
H A Dsuper.c52 struct ceph_fs_client *fsc = ceph_inode_to_client(d_inode(dentry)); in ceph_statfs()
H A Ddir.c310 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readdir()