Home
last modified time | relevance | path

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

/Linux-v6.6/fs/proc/
Dproc_sysctl.c1170 int nr_entries, name_bytes; in new_links() local
1172 name_bytes = 0; in new_links()
1176 name_bytes += strlen(entry->procname) + 1; in new_links()
1182 name_bytes, in new_links()
/Linux-v6.6/fs/ntfs3/
Dfslog.c47 __le32 name_bytes; // 0x1C: In bytes. member
108 __le16 name_bytes; member
4084 cr->name_bytes = cpu_to_le32(8); in log_replay()
4096 if (cpu_to_le32(8) == cr->name_bytes && in log_replay()
4342 t16 = le16_to_cpu(ane->name_bytes); in log_replay()