Home
last modified time | relevance | path

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

/Linux-v5.15/fs/proc/
Dproc_sysctl.c1156 int nr_entries, name_bytes; in new_links() local
1158 name_bytes = 0; in new_links()
1162 name_bytes += strlen(entry->procname) + 1; in new_links()
1168 name_bytes, in new_links()
/Linux-v5.15/fs/ntfs3/
Dfslog.c47 __le32 name_bytes; // 0x1C: In bytes. member
108 __le16 name_bytes; member
4098 cr->name_bytes = cpu_to_le32(8); in log_replay()
4110 if (cpu_to_le32(8) == cr->name_bytes && in log_replay()
4352 t16 = le16_to_cpu(ane->name_bytes); in log_replay()