Home
last modified time | relevance | path

Searched refs:ent_name (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/fs/ext4/
Ddir.c472 struct fscrypt_str *ent_name) in ext4_htree_store_dirent() argument
482 new_fn = kzalloc(struct_size(new_fn, name, ent_name->len + 1), in ext4_htree_store_dirent()
489 new_fn->name_len = ent_name->len; in ext4_htree_store_dirent()
491 memcpy(new_fn->name, ent_name->name, ent_name->len); in ext4_htree_store_dirent()
Dext4.h2820 struct fscrypt_str *ent_name);
/linux-6.14.4/drivers/media/platform/raspberrypi/pisp_be/
Dpisp_be.c73 const char *ent_name; member
81 .ent_name = PISPBE_NAME "-input",
87 .ent_name = PISPBE_NAME "-tdn_input",
93 .ent_name = PISPBE_NAME "-stitch_input",
99 .ent_name = PISPBE_NAME "-output0",
105 .ent_name = PISPBE_NAME "-output1",
111 .ent_name = PISPBE_NAME "-tdn_output",
117 .ent_name = PISPBE_NAME "-stitch_output",
123 .ent_name = PISPBE_NAME "-config",
174 (node_desc[(node)->id].ent_name + sizeof(PISPBE_NAME))
[all …]