Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfslog.c3747 u32 oatbl_bytes = 0; in log_replay() local
4303 oatbl_bytes = rec_len - t16; in log_replay()
4305 if (!check_rstbl(rt, oatbl_bytes)) { in log_replay()
4310 oatbl = kmemdup(rt, oatbl_bytes, GFP_NOFS); in log_replay()
4361 if (t16 + sizeof(*oe) > oatbl_bytes) { in log_replay()