Home
last modified time | relevance | path

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

/linux-6.15/fs/ceph/
H A Dmds_client.c5655 char *_tpath = tpath; in ceph_mds_auth_match() local
5664 _tpath = kmalloc(n, GFP_NOFS); in ceph_mds_auth_match()
5665 if (!_tpath) in ceph_mds_auth_match()
5670 tlen = strlen(_tpath); in ceph_mds_auth_match()
5679 while (tlen && _tpath[tlen - 1] == '/') { in ceph_mds_auth_match()
5680 _tpath[tlen - 1] = '\0'; in ceph_mds_auth_match()
5683 doutc(cl, "_tpath %s\n", _tpath); in ceph_mds_auth_match()
5699 char *first = strstr(_tpath, auth->match.path); in ceph_mds_auth_match()
5700 if (first != _tpath || in ceph_mds_auth_match()
5701 (tlen > len && _tpath[len] != '/')) { in ceph_mds_auth_match()
[all …]