Home
last modified time | relevance | path

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

/openbmc/linux/fs/proc/
H A Dproc_sysctl.c1171 int nr_entries, name_bytes; in new_links() local
1173 name_bytes = 0; in new_links()
1177 name_bytes += strlen(entry->procname) + 1; in new_links()
1183 name_bytes, in new_links()
/openbmc/linux/fs/ntfs3/
H A Dfslog.c47 __le32 name_bytes; // 0x1C: In bytes. member
108 __le16 name_bytes; member
4069 cr->name_bytes = cpu_to_le32(8); in log_replay()
4081 if (cpu_to_le32(8) == cr->name_bytes && in log_replay()
4322 t16 = le16_to_cpu(ane->name_bytes); in log_replay()