Lines Matching refs:fname_crypto_str
608 struct ext4_str fname_crypto_str in dx_show_leaf() local
634 &fname_crypto_str); in dx_show_leaf()
644 &fname_crypto_str); in dx_show_leaf()
653 name = fname_crypto_str.name; in dx_show_leaf()
654 len = fname_crypto_str.len; in dx_show_leaf()
663 &fname_crypto_str); in dx_show_leaf()
966 struct ext4_str fname_crypto_str = {.name = NULL, .len = 0}, tmp_str; in htree_dirblock_to_tree() local
988 &fname_crypto_str); in htree_dirblock_to_tree()
1021 &fname_crypto_str); in htree_dirblock_to_tree()
1028 &fname_crypto_str); in htree_dirblock_to_tree()
1040 ext4_fname_crypto_free_buffer(&fname_crypto_str); in htree_dirblock_to_tree()
1246 struct ext4_str *fname_crypto_str, in ext4_match() argument
1257 return ext4_fname_match(ctx, fname_crypto_str, len, name, de); in ext4_match()
1278 struct ext4_str fname_crypto_str = {.name = NULL, .len = 0}; in search_dir() local
1291 res = ext4_match(ctx, &fname_crypto_str, namelen, in search_dir()
1326 ext4_fname_crypto_free_buffer(&fname_crypto_str); in search_dir()
1808 struct ext4_str fname_crypto_str = {.name = NULL, .len = 0}; in ext4_find_dest_de() local
1834 res = ext4_match(ctx, &fname_crypto_str, namelen, name, de); in ext4_find_dest_de()
1857 ext4_fname_crypto_free_buffer(&fname_crypto_str); in ext4_find_dest_de()
1871 struct ext4_str fname_crypto_str = {.name = NULL, .len = 0}; in ext4_insert_dentry() local
1884 &fname_crypto_str); in ext4_insert_dentry()
1889 res = ext4_fname_usr_to_disk(ctx, iname, &fname_crypto_str); in ext4_insert_dentry()
1892 ext4_fname_crypto_free_buffer(&fname_crypto_str); in ext4_insert_dentry()
1895 tmp_str.name = fname_crypto_str.name; in ext4_insert_dentry()
1896 tmp_str.len = fname_crypto_str.len; in ext4_insert_dentry()
1915 ext4_fname_crypto_free_buffer(&fname_crypto_str); in ext4_insert_dentry()