Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Ddir.c112 struct ext4_str fname_crypto_str = {.name = NULL, .len = 0}; in ext4_readdir() local
137 &fname_crypto_str); in ext4_readdir()
242 int save_len = fname_crypto_str.len; in ext4_readdir()
246 NULL, de, &fname_crypto_str); in ext4_readdir()
247 fname_crypto_str.len = save_len; in ext4_readdir()
251 fname_crypto_str.name, err, in ext4_readdir()
270 ext4_fname_crypto_free_buffer(&fname_crypto_str); in ext4_readdir()
Dnamei.c615 struct ext4_str fname_crypto_str in dx_show_leaf() local
639 &fname_crypto_str); in dx_show_leaf()
648 &fname_crypto_str); in dx_show_leaf()
657 name = fname_crypto_str.name; in dx_show_leaf()
658 len = fname_crypto_str.len; in dx_show_leaf()
666 &fname_crypto_str); in dx_show_leaf()
955 struct ext4_str fname_crypto_str = {.name = NULL, .len = 0}, tmp_str; in htree_dirblock_to_tree() local
976 &fname_crypto_str); in htree_dirblock_to_tree()
1005 int save_len = fname_crypto_str.len; in htree_dirblock_to_tree()
1009 &fname_crypto_str); in htree_dirblock_to_tree()
[all …]