Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs3/
Dindex.c1480 struct INDEX_ROOT *root, *a_root; in indx_insert_into_root() local
1515 a_root = kmemdup(attr, asize, GFP_NOFS); in indx_insert_into_root()
1516 if (!a_root) in indx_insert_into_root()
1597 memcpy(attr, a_root, asize); in indx_insert_into_root()
1664 kfree(a_root); in indx_insert_into_root()