Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dindex.c1593 struct INDEX_ROOT *root, *a_root; in indx_insert_into_root() local
1628 a_root = kmemdup(attr, asize, GFP_NOFS); in indx_insert_into_root()
1629 if (!a_root) in indx_insert_into_root()
1710 memcpy(attr, a_root, asize); in indx_insert_into_root()
1777 kfree(a_root); in indx_insert_into_root()