Home
last modified time | relevance | path

Searched defs:mdsc (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/fs/ceph/
H A Dsnap.c66 void ceph_get_snap_realm(struct ceph_mds_client *mdsc, in ceph_get_snap_realm()
114 struct ceph_mds_client *mdsc, in ceph_create_snap_realm()
212 static void __put_snap_realm(struct ceph_mds_client *mdsc, in __put_snap_realm()
228 void ceph_put_snap_realm(struct ceph_mds_client *mdsc, in ceph_put_snap_realm()
332 static int build_snap_context(struct ceph_mds_client *mdsc, in build_snap_context()
769 int ceph_update_snap_trace(struct ceph_mds_client *mdsc, in ceph_update_snap_trace()
930 static void flush_snaps(struct ceph_mds_client *mdsc) in flush_snaps()
1003 void ceph_handle_snap(struct ceph_mds_client *mdsc, in ceph_handle_snap()
1254 void ceph_put_snapid_map(struct ceph_mds_client* mdsc, in ceph_put_snapid_map()
1273 void ceph_trim_snapid_map(struct ceph_mds_client *mdsc) in ceph_trim_snapid_map()
[all …]
H A Dmds_client.c2207 int ceph_trim_caps(struct ceph_mds_client *mdsc, in ceph_trim_caps()
2405 struct ceph_mds_client *mdsc = in ceph_cap_reclaim_work() local
5124 struct ceph_mds_client *mdsc = in delayed_work() local
5183 struct ceph_mds_client *mdsc; in ceph_mdsc_init() local
5553 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_mdsc_destroy() local
5728 struct ceph_mds_client *mdsc = s->s_mdsc; in mds_peer_reset() local
5738 struct ceph_mds_client *mdsc = s->s_mdsc; in mds_dispatch() local
5797 struct ceph_mds_client *mdsc = s->s_mdsc; in mds_get_authorizer() local
5814 struct ceph_mds_client *mdsc = s->s_mdsc; in mds_add_authorizer_challenge() local
5824 struct ceph_mds_client *mdsc = s->s_mdsc; in mds_verify_authorizer_reply() local
[all …]
H A Dquota.c15 struct ceph_mds_client *mdsc = ceph_sb_to_mdsc(inode->i_sb); in ceph_adjust_quota_realms_count() local
25 struct ceph_mds_client *mdsc = ceph_sb_to_mdsc(sb); in ceph_has_realms_with_quotas() local
40 void ceph_handle_quota(struct ceph_mds_client *mdsc, in ceph_handle_quota()
84 find_quotarealm_inode(struct ceph_mds_client *mdsc, u64 ino) in find_quotarealm_inode()
128 static struct inode *lookup_quotarealm_inode(struct ceph_mds_client *mdsc, in lookup_quotarealm_inode()
176 void ceph_cleanup_quotarealms_inodes(struct ceph_mds_client *mdsc) in ceph_cleanup_quotarealms_inodes()
211 static int get_quota_realm(struct ceph_mds_client *mdsc, struct inode *inode, in get_quota_realm()
276 struct ceph_mds_client *mdsc = ceph_sb_to_mdsc(old->i_sb); in ceph_quota_is_same_realm() local
324 struct ceph_mds_client *mdsc = ceph_sb_to_mdsc(inode->i_sb); in check_quota_exceeded() local
485 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_quota_update_statfs() local
H A Dcaps.c129 void ceph_caps_init(struct ceph_mds_client *mdsc) in ceph_caps_init()
202 int ceph_reserve_caps(struct ceph_mds_client *mdsc, in ceph_reserve_caps()
412 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_reservation_status() local
1111 struct ceph_mds_client *mdsc; in __ceph_remove_cap() local
1756 struct ceph_mds_client *mdsc = in __ceph_mark_dirty_caps() local
2499 struct ceph_mds_client *mdsc = in ceph_write_inode() local
2993 struct ceph_mds_client *mdsc = fsc->mdsc; in __ceph_get_caps() local
4555 struct ceph_mds_client *mdsc = s->s_mdsc; in flush_dirty_session_caps() local
4583 struct ceph_mds_client *mdsc, int fmode) in __ceph_touch_fmode()
4678 struct ceph_mds_client *mdsc = in ceph_drop_caps_for_unlink() local
[all …]
H A Ddir.c42 struct ceph_mds_client *mdsc = ceph_sb_to_mdsc(dentry->d_sb); in ceph_d_init() local
314 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_readdir() local
775 struct ceph_mds_client *mdsc = ceph_sb_to_mdsc(dir->i_sb); in ceph_lookup() local
1294 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_unlink() local
1462 struct ceph_mds_client *mdsc; in __ceph_dentry_lease_touch() local
1496 struct ceph_mds_client *mdsc; in __ceph_dentry_dir_lease_touch() local
1527 struct ceph_mds_client *mdsc; in __dentry_lease_unlist() local
1554 __dentry_leases_walk(struct ceph_mds_client *mdsc, in __dentry_leases_walk()
1681 int ceph_trim_dentries(struct ceph_mds_client *mdsc) in ceph_trim_dentries()
1832 struct ceph_mds_client *mdsc) in dir_lease_is_valid()
[all …]
H A Dioctl.c38 static long __validate_layout(struct ceph_mds_client *mdsc, in __validate_layout()
68 struct ceph_mds_client *mdsc = ceph_sb_to_fs_client(inode->i_sb)->mdsc; in ceph_ioctl_set_layout() local
143 struct ceph_mds_client *mdsc = ceph_sb_to_fs_client(inode->i_sb)->mdsc; in ceph_ioctl_set_layout_policy() local
247 struct ceph_mds_client *mdsc = ceph_inode_to_fs_client(inode)->mdsc; in ceph_ioctl_lazyio() local
275 struct ceph_mds_client *mdsc = ceph_sb_to_mdsc(file_inode(file)->i_sb); in vet_mds_for_fscrypt() local
H A Dmetric.c17 static bool ceph_mdsc_send_metrics(struct ceph_mds_client *mdsc, in ceph_mdsc_send_metrics()
185 static void metric_get_session(struct ceph_mds_client *mdsc) in metric_get_session()
216 struct ceph_mds_client *mdsc = in metric_delayed_work() local
H A Dsuper.c1048 struct ceph_mds_client *mdsc = fsc->mdsc; in open_root_dentry() local
1469 static bool __inc_stopping_blocker(struct ceph_mds_client *mdsc) in __inc_stopping_blocker()
1481 static void __dec_stopping_blocker(struct ceph_mds_client *mdsc) in __dec_stopping_blocker()
1491 bool ceph_inc_mds_stopping_blocker(struct ceph_mds_client *mdsc, in ceph_inc_mds_stopping_blocker()
1501 void ceph_dec_mds_stopping_blocker(struct ceph_mds_client *mdsc) in ceph_dec_mds_stopping_blocker()
1507 bool ceph_inc_osd_stopping_blocker(struct ceph_mds_client *mdsc) in ceph_inc_osd_stopping_blocker()
1512 void ceph_dec_osd_stopping_blocker(struct ceph_mds_client *mdsc) in ceph_dec_osd_stopping_blocker()
1520 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_kill_sb() local
H A Dexport.c126 struct ceph_mds_client *mdsc = ceph_sb_to_fs_client(sb)->mdsc; in __lookup_inode() local
208 struct ceph_mds_client *mdsc = ceph_sb_to_fs_client(sb)->mdsc; in __snapfh_to_dentry() local
320 struct ceph_mds_client *mdsc = ceph_sb_to_fs_client(sb)->mdsc; in __get_parent() local
537 struct ceph_mds_client *mdsc; in ceph_get_name() local
H A Ddebugfs.c55 struct ceph_mds_client *mdsc = fsc->mdsc; in mdsc_show() local
271 struct ceph_mds_client *mdsc = fsc->mdsc; in caps_show() local
319 struct ceph_mds_client *mdsc = fsc->mdsc; in mds_sessions_show() local
H A Dlocks.c79 struct ceph_mds_client *mdsc = ceph_sb_to_mdsc(inode->i_sb); in ceph_lock_message() local
157 static int ceph_lock_wait_for_completion(struct ceph_mds_client *mdsc, in ceph_lock_wait_for_completion()
H A Dinode.c48 struct ceph_mds_client *mdsc = ceph_sb_to_mdsc(inode->i_sb); in ceph_set_ino_cb() local
677 struct ceph_mds_client *mdsc = ceph_sb_to_mdsc(inode->i_sb); in ceph_evict_inode() local
920 struct ceph_mds_client *mdsc = ceph_sb_to_mdsc(inode->i_sb); in ceph_fill_inode() local
2430 struct ceph_mds_client *mdsc = ceph_sb_to_fs_client(inode->i_sb)->mdsc; in __ceph_setattr() local
2814 struct ceph_mds_client *mdsc = fsc->mdsc; in __ceph_do_getattr() local
2860 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_do_getvxattr() local
H A Dfile.c180 struct ceph_mds_client *mdsc = ceph_sb_to_mdsc(sb); in prepare_open_request() local
298 struct ceph_mds_client *mdsc = ceph_sb_to_mdsc(inode->i_sb); in ceph_renew_caps() local
356 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_open() local
557 static void ceph_async_create_cb(struct ceph_mds_client *mdsc, in ceph_async_create_cb()
627 struct ceph_mds_client *mdsc = ceph_sb_to_mdsc(dir->i_sb); in ceph_finish_async_create() local
734 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_atomic_open() local
H A Dmdsmap.c117 struct ceph_mdsmap *ceph_mdsmap_decode(struct ceph_mds_client *mdsc, void **p, in ceph_mdsmap_decode()
H A Daddr.c298 struct ceph_mds_client *mdsc = ceph_sb_to_mdsc(inode->i_sb); in ceph_netfs_issue_op_inline() local
1983 struct ceph_mds_client *mdsc = fsc->mdsc; in __ceph_pool_perm_get() local
2220 void ceph_pool_perm_destroy(struct ceph_mds_client *mdsc) in ceph_pool_perm_destroy()
H A Dxattr.c1100 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_sync_setxattr() local
1167 struct ceph_mds_client *mdsc = ceph_sb_to_fs_client(inode->i_sb)->mdsc; in __ceph_setxattr() local
H A Dsuper.h136 struct ceph_mds_client *mdsc; member