Lines Matching refs:mdsc
133 struct ceph_mds_client *mdsc = ceph_sb_to_fs_client(sb)->mdsc; in __lookup_inode() local
149 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_LOOKUPINO, in __lookup_inode()
161 err = ceph_mdsc_do_request(mdsc, NULL, req); in __lookup_inode()
215 struct ceph_mds_client *mdsc = ceph_sb_to_fs_client(sb)->mdsc; in __snapfh_to_dentry() local
216 struct ceph_client *cl = mdsc->fsc->client; in __snapfh_to_dentry()
249 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_LOOKUPINO, in __snapfh_to_dentry()
270 err = ceph_mdsc_do_request(mdsc, NULL, req); in __snapfh_to_dentry()
326 struct ceph_mds_client *mdsc = ceph_sb_to_fs_client(sb)->mdsc; in __get_parent() local
332 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_LOOKUPPARENT, in __get_parent()
353 err = ceph_mdsc_do_request(mdsc, NULL, req); in __get_parent()
479 req = ceph_mdsc_create_request(fsc->mdsc, CEPH_MDS_OP_LSSNAP, in __get_snap_name()
504 err = ceph_mdsc_do_request(fsc->mdsc, NULL, req); in __get_snap_name()
551 struct ceph_mds_client *mdsc; in ceph_get_name() local
561 mdsc = ceph_inode_to_fs_client(inode)->mdsc; in ceph_get_name()
562 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_LOOKUPNAME, in ceph_get_name()
575 err = ceph_mdsc_do_request(mdsc, NULL, req); in ceph_get_name()
605 doutc(mdsc->fsc->client, "child dentry %p %p %llx.%llx err %d %s%s\n", in ceph_get_name()