Searched refs:ext4_fname_crypto_ctx (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/ext4/ |
D | crypto_fname.c | 58 static int ext4_fname_encrypt(struct ext4_fname_crypto_ctx *ctx, in ext4_fname_encrypt() 135 static int ext4_fname_decrypt(struct ext4_fname_crypto_ctx *ctx, in ext4_fname_decrypt() 261 void ext4_free_fname_crypto_ctx(struct ext4_fname_crypto_ctx *ctx) in ext4_free_fname_crypto_ctx() 285 void ext4_put_fname_crypto_ctx(struct ext4_fname_crypto_ctx **ctx) in ext4_put_fname_crypto_ctx() 296 static struct ext4_fname_crypto_ctx *ext4_search_fname_crypto_ctx( in ext4_search_fname_crypto_ctx() 305 struct ext4_fname_crypto_ctx *ext4_alloc_fname_crypto_ctx( in ext4_alloc_fname_crypto_ctx() 308 struct ext4_fname_crypto_ctx *ctx; in ext4_alloc_fname_crypto_ctx() 310 ctx = kmalloc(sizeof(struct ext4_fname_crypto_ctx), GFP_NOFS); in ext4_alloc_fname_crypto_ctx() 337 struct ext4_fname_crypto_ctx *ext4_get_fname_crypto_ctx( in ext4_get_fname_crypto_ctx() 340 struct ext4_fname_crypto_ctx *ctx; in ext4_get_fname_crypto_ctx() [all …]
|
D | ext4_crypto.h | 124 struct ext4_fname_crypto_ctx { struct
|
D | ext4.h | 2120 int ext4_fname_crypto_alloc_buffer(struct ext4_fname_crypto_ctx *ctx, 2122 int _ext4_fname_disk_to_usr(struct ext4_fname_crypto_ctx *ctx, 2126 int ext4_fname_disk_to_usr(struct ext4_fname_crypto_ctx *ctx, 2130 int ext4_fname_usr_to_disk(struct ext4_fname_crypto_ctx *ctx, 2133 int ext4_fname_usr_to_hash(struct ext4_fname_crypto_ctx *ctx, 2136 int ext4_fname_crypto_namelen_on_disk(struct ext4_fname_crypto_ctx *ctx, 2138 int ext4_fname_match(struct ext4_fname_crypto_ctx *ctx, struct ext4_str *cstr, 2144 void ext4_put_fname_crypto_ctx(struct ext4_fname_crypto_ctx **ctx); 2145 struct ext4_fname_crypto_ctx *ext4_get_fname_crypto_ctx(struct inode *inode, 2150 void ext4_put_fname_crypto_ctx(struct ext4_fname_crypto_ctx **ctx) { } in ext4_put_fname_crypto_ctx() [all …]
|
D | symlink.c | 32 struct ext4_fname_crypto_ctx *ctx = NULL; in ext4_follow_link()
|
D | namei.c | 610 struct ext4_fname_crypto_ctx *ctx = NULL; in dx_show_leaf() 755 struct ext4_fname_crypto_ctx *ctx = NULL; in dx_probe() 965 struct ext4_fname_crypto_ctx *ctx = NULL; in htree_dirblock_to_tree() 1245 static inline int ext4_match(struct ext4_fname_crypto_ctx *ctx, in ext4_match() 1277 struct ext4_fname_crypto_ctx *ctx = NULL; in search_dir() 1807 struct ext4_fname_crypto_ctx *ctx = NULL; in ext4_find_dest_de() 1870 struct ext4_fname_crypto_ctx *ctx = NULL; in ext4_insert_dentry() 1993 struct ext4_fname_crypto_ctx *ctx = NULL; in make_indexed_dir() 3181 struct ext4_fname_crypto_ctx *ctx = NULL; in ext4_symlink()
|
D | dir.c | 113 struct ext4_fname_crypto_ctx *enc_ctx = NULL; in ext4_readdir()
|