Home
last modified time | relevance | path

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

/fs/ntfs3/
Dindex.c1588 struct INDEX_ROOT *root, *a_root; in indx_insert_into_root() local
1623 a_root = kmemdup(attr, asize, GFP_NOFS); in indx_insert_into_root()
1624 if (!a_root) in indx_insert_into_root()
1705 memcpy(attr, a_root, asize); in indx_insert_into_root()
1772 kfree(a_root); in indx_insert_into_root()