Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dcrypto.c311 struct fscrypt_str _tname = FSTR_INIT(NULL, 0); in ceph_fname_to_usr() local
364 ret = fscrypt_fname_alloc_buffer(NAME_MAX, &_tname); in ceph_fname_to_usr()
367 tname = _tname.name; in ceph_fname_to_usr()
411 fscrypt_fname_free_buffer(&_tname); in ceph_fname_to_usr()