Lines Matching refs:mdsc
853 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_sync_setxattr() local
874 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_SETXATTR, in ceph_sync_setxattr()
898 err = ceph_mdsc_do_request(mdsc, NULL, req); in ceph_sync_setxattr()
914 struct ceph_mds_client *mdsc = ceph_sb_to_client(dentry->d_sb)->mdsc; in __ceph_setxattr() local
966 if (!down_read_trylock(&mdsc->snap_rwsem)) { in __ceph_setxattr()
968 down_read(&mdsc->snap_rwsem); in __ceph_setxattr()
1007 up_read(&mdsc->snap_rwsem); in __ceph_setxattr()
1017 up_read(&mdsc->snap_rwsem); in __ceph_setxattr()
1045 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_send_removexattr() local
1050 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_RMXATTR, in ceph_send_removexattr()
1062 err = ceph_mdsc_do_request(mdsc, NULL, req); in ceph_send_removexattr()
1072 struct ceph_mds_client *mdsc = ceph_sb_to_client(dentry->d_sb)->mdsc; in __ceph_removexattr() local
1104 if (!down_read_trylock(&mdsc->snap_rwsem)) { in __ceph_removexattr()
1106 down_read(&mdsc->snap_rwsem); in __ceph_removexattr()
1142 up_read(&mdsc->snap_rwsem); in __ceph_removexattr()
1151 up_read(&mdsc->snap_rwsem); in __ceph_removexattr()