Home
last modified time | relevance | path

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

/fs/ntfs/
Dinode.c2036 runlist_element *nrl; in ntfs_read_inode_mount() local
2064 nrl = ntfs_mapping_pairs_decompress(vol, a, ni->runlist.rl); in ntfs_read_inode_mount()
2065 if (IS_ERR(nrl)) { in ntfs_read_inode_mount()
2068 "corrupt.", PTR_ERR(nrl)); in ntfs_read_inode_mount()
2071 ni->runlist.rl = nrl; in ntfs_read_inode_mount()