Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ntfs3/
Dfslog.c3744 u32 attr_names_bytes = 0; in log_replay() local
4267 attr_names_bytes = rec_len - t32; in log_replay()
4269 attr_names = kmemdup(Add2Ptr(lrh, t32), attr_names_bytes, GFP_NOFS); in log_replay()
4346 if (off + sizeof(*ane) > attr_names_bytes) { in log_replay()
4368 if (off > attr_names_bytes) { in log_replay()