Home
last modified time | relevance | path

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

/linux/fs/crypto/
H A Dfname.c272 const struct qstr qname = FSTR_TO_QSTR(iname); in fscrypt_fname_disk_to_usr()
/linux/include/linux/
H A Dfscrypt.h53 #define FSTR_TO_QSTR(f) QSTR_INIT((f)->name, (f)->len) macro