Home
last modified time | relevance | path

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

/linux/fs/crypto/
A Dfname.c458 &fname->crypto_buf.len)) in fscrypt_setup_filename()
460 fname->crypto_buf.name = kmalloc(fname->crypto_buf.len, in fscrypt_setup_filename()
462 if (!fname->crypto_buf.name) in fscrypt_setup_filename()
466 fname->crypto_buf.len); in fscrypt_setup_filename()
470 fname->disk_name.len = fname->crypto_buf.len; in fscrypt_setup_filename()
486 if (fname->crypto_buf.name == NULL) in fscrypt_setup_filename()
490 fname->crypto_buf.name); in fscrypt_setup_filename()
497 fname->crypto_buf.len = ret; in fscrypt_setup_filename()
499 nokey_name = (void *)fname->crypto_buf.name; in fscrypt_setup_filename()
511 kfree(fname->crypto_buf.name); in fscrypt_setup_filename()
[all …]
/linux/fs/ext4/
A Dcrypto.c19 dst->crypto_buf = src->crypto_buf; in ext4_fname_from_fscrypt_name()
63 name.crypto_buf = fname->crypto_buf; in ext4_fname_free_filename()
66 fname->crypto_buf.name = NULL; in ext4_fname_free_filename()
A Dnamei.c1449 f.crypto_buf = fname->crypto_buf; in ext4_match()
A Dext4.h2512 struct fscrypt_str crypto_buf; member
/linux/fs/f2fs/
A Ddir.c99 fname->crypto_buf = crypt_name->crypto_buf; in __f2fs_setup_filename()
156 kfree(fname->crypto_buf.name); in f2fs_free_filename()
157 fname->crypto_buf.name = NULL; in f2fs_free_filename()
205 f.crypto_buf = fname->crypto_buf; in f2fs_match_name()
A Df2fs.h529 struct fscrypt_str crypto_buf; member
/linux/include/linux/
A Dfscrypt.h48 struct fscrypt_str crypto_buf; member
403 kfree(fname->crypto_buf.name); in fscrypt_free_filename()

Completed in 50 milliseconds