Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dwof.c368 struct ntfs_inode *wof_ni, u64 chunk_offset, in ntfs_read_wof_chunk() argument
372 struct ntfs_inode *base_ni = wof_ni->ext.base_ntfs_ino; in ntfs_read_wof_chunk()
384 if (NInoNonResident(wof_ni)) { in ntfs_read_wof_chunk()
385 err = ntfs_bdev_read_from_rl(vol, &wof_ni->runlist, in ntfs_read_wof_chunk()
401 err = ntfs_attr_lookup(wof_ni->type, wof_ni->name, wof_ni->name_len, in ntfs_read_wof_chunk()
655 struct ntfs_inode *ni = NTFS_I(mapping->host), *wof_ni; in ntfs_read_wof_compressed_block() local
687 wof_ni = NTFS_I(wof_inode); in ntfs_read_wof_compressed_block()
688 if (wof_ni->initialized_size != wof_ni->data_size) { in ntfs_read_wof_compressed_block()
691 wof_ni->initialized_size, wof_ni->data_size); in ntfs_read_wof_compressed_block()
695 if (NInoNonResident(wof_ni) && !NInoFullyMapped(wof_ni)) { in ntfs_read_wof_compressed_block()
[all …]