Searched refs:ext4_get_fname_crypto_ctx (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/ext4/ |
D | symlink.c | 41 ctx = ext4_get_fname_crypto_ctx(inode, inode->i_sb->s_blocksize); in ext4_follow_link()
|
D | namei.c | 615 ctx = ext4_get_fname_crypto_ctx(dir, in dx_show_leaf() 759 ctx = ext4_get_fname_crypto_ctx(dir, EXT4_NAME_LEN); in dx_probe() 980 ctx = ext4_get_fname_crypto_ctx(dir, EXT4_NAME_LEN); in htree_dirblock_to_tree() 1281 ctx = ext4_get_fname_crypto_ctx(dir, EXT4_NAME_LEN); in search_dir() 1811 ctx = ext4_get_fname_crypto_ctx(dir, EXT4_NAME_LEN); in ext4_find_dest_de() 1875 ctx = ext4_get_fname_crypto_ctx(dir, EXT4_NAME_LEN); in ext4_insert_dentry() 2015 ctx = ext4_get_fname_crypto_ctx(dir, EXT4_NAME_LEN); in make_indexed_dir() 3193 ctx = ext4_get_fname_crypto_ctx(inode, in ext4_symlink()
|
D | dir.c | 137 enc_ctx = ext4_get_fname_crypto_ctx(inode, EXT4_NAME_LEN); in ext4_readdir()
|
D | crypto_fname.c | 337 struct ext4_fname_crypto_ctx *ext4_get_fname_crypto_ctx( in ext4_get_fname_crypto_ctx() function
|
D | ext4.h | 2145 struct ext4_fname_crypto_ctx *ext4_get_fname_crypto_ctx(struct inode *inode, 2152 struct ext4_fname_crypto_ctx *ext4_get_fname_crypto_ctx(struct inode *inode, in ext4_get_fname_crypto_ctx() function
|