Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfslog.c3856 u32 oatbl_bytes = 0; in log_replay() local
4445 oatbl_bytes = rec_len - t16; in log_replay()
4447 if (!check_rstbl(rt, oatbl_bytes)) { in log_replay()
4452 oatbl = kmemdup(rt, oatbl_bytes, GFP_NOFS); in log_replay()
4503 if (t16 + sizeof(*oe) > oatbl_bytes) { in log_replay()