Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ceph/
Daddr.c190 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_do_readpage()
278 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in finish_read()
287 ceph_inode_to_client(inode)->blocklisted = true; in finish_read()
331 &ceph_inode_to_client(inode)->client->osdc; in start_read()
465 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readpages()
603 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in writepage_nounlock()
745 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in writepages_finish()
827 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_writepages_start()
1264 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_find_incompatible()
1723 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_uninline_data()
[all …]
Dfile.c237 fi->filp_gen = READ_ONCE(ceph_inode_to_client(inode)->filp_gen); in ceph_init_file_info()
835 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_read()
1055 queue_work(ceph_inode_to_client(inode)->inode_wq, in ceph_aio_complete_req()
1174 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_direct_read_write()
1384 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_sync_write()
1669 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_write_iter()
1861 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_llseek()
1954 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_zero_partial_object()
2273 struct ceph_fs_client *src_fsc = ceph_inode_to_client(src_inode); in __ceph_copy_file_range()
2281 struct ceph_fs_client *dst_fsc = ceph_inode_to_client(dst_inode); in __ceph_copy_file_range()
Dexport.c419 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in __get_snap_name()
522 mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_get_name()
Dcache.c141 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_fscache_register_inode_cookie()
Dinode.c1816 if (queue_work(ceph_inode_to_client(inode)->inode_wq, in ceph_async_iput()
1833 if (queue_work(ceph_inode_to_client(inode)->inode_wq, in ceph_queue_writeback()
1852 if (queue_work(ceph_inode_to_client(inode)->inode_wq, in ceph_queue_invalidate()
1872 if (queue_work(ceph_inode_to_client(inode)->inode_wq, in ceph_queue_vmtruncate()
1885 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_do_invalidate_pages()
2248 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_setattr()
Dioctl.c246 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_ioctl_lazyio()
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()
1630 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in ceph_flush_snaps()
2639 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in try_get_cap_refs()
2859 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_get_caps()
3750 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in handle_cap_export()
4377 ceph_inode_to_client(inode)->mdsc; in ceph_drop_caps_for_unlink()
Dsuper.h444 ceph_inode_to_client(const struct inode *inode) in ceph_inode_to_client() function
Dsuper.c52 struct ceph_fs_client *fsc = ceph_inode_to_client(d_inode(dentry)); in ceph_statfs()
Ddir.c310 struct ceph_fs_client *fsc = ceph_inode_to_client(inode); in ceph_readdir()