Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ntfs/
Dinode.c2002 runlist_element *nrl; in ntfs_read_inode_mount() local
2030 nrl = ntfs_mapping_pairs_decompress(vol, a, ni->runlist.rl); in ntfs_read_inode_mount()
2031 if (IS_ERR(nrl)) { in ntfs_read_inode_mount()
2034 "corrupt.", PTR_ERR(nrl)); in ntfs_read_inode_mount()
2037 ni->runlist.rl = nrl; in ntfs_read_inode_mount()