Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ntfs/
Dinode.c2015 runlist_element *nrl; in ntfs_read_inode_mount() local
2043 nrl = ntfs_mapping_pairs_decompress(vol, a, ni->runlist.rl); in ntfs_read_inode_mount()
2044 if (IS_ERR(nrl)) { in ntfs_read_inode_mount()
2047 "corrupt.", PTR_ERR(nrl)); in ntfs_read_inode_mount()
2050 ni->runlist.rl = nrl; in ntfs_read_inode_mount()