Home
last modified time | relevance | path

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

/linux-6.12.1/fs/proc/
Dproc_sysctl.c1176 int name_bytes; in new_links() local
1178 name_bytes = 0; in new_links()
1180 name_bytes += strlen(entry->procname) + 1; in new_links()
1186 name_bytes, in new_links()
/linux-6.12.1/drivers/md/dm-vdo/indexer/
Dindex.c1010 const u8 *name_bytes; in replay_chapter() local
1013 name_bytes = record_page + (j * BYTES_PER_RECORD); in replay_chapter()
1014 memcpy(&name.name, name_bytes, UDS_RECORD_NAME_SIZE); in replay_chapter()
/linux-6.12.1/fs/ntfs3/
Dfslog.c47 __le32 name_bytes; // 0x1C: In bytes. member
108 __le16 name_bytes; member
4094 cr->name_bytes = cpu_to_le32(8); in log_replay()
4106 if (cpu_to_le32(8) == cr->name_bytes && in log_replay()
4366 t16 = le16_to_cpu(ane->name_bytes); in log_replay()