Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ntfs/
Dinode.c2024 runlist_element *nrl; in ntfs_read_inode_mount() local
2052 nrl = ntfs_mapping_pairs_decompress(vol, a, ni->runlist.rl); in ntfs_read_inode_mount()
2053 if (IS_ERR(nrl)) { in ntfs_read_inode_mount()
2056 "corrupt.", PTR_ERR(nrl)); in ntfs_read_inode_mount()
2059 ni->runlist.rl = nrl; in ntfs_read_inode_mount()