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.c1169 int nr_entries, name_bytes; in new_links() local
1171 name_bytes = 0; in new_links()
1175 name_bytes += strlen(entry->procname) + 1; in new_links()
1181 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
4094 cr->name_bytes = cpu_to_le32(8); in log_replay()
4106 if (cpu_to_le32(8) == cr->name_bytes && in log_replay()
4367 t16 = le16_to_cpu(ane->name_bytes); in log_replay()