Searched refs:nrl (Results 1 – 2 of 2) sorted by relevance
2023 runlist_element *nrl; in ntfs_read_inode_mount() local2051 nrl = ntfs_mapping_pairs_decompress(vol, a, ni->runlist.rl); in ntfs_read_inode_mount()2052 if (IS_ERR(nrl)) { in ntfs_read_inode_mount()2055 "corrupt.", PTR_ERR(nrl)); in ntfs_read_inode_mount()2058 ni->runlist.rl = nrl; in ntfs_read_inode_mount()
1307 M: Chas Williams <chas@cmf.nrl.navy.mil>