Searched refs:fnx (Results 1 – 1 of 1) sorted by relevance
2585 struct file_name_attr *fnx; in ntfs_inode_sync_filename() local2651 fnx = (struct file_name_attr *)ictx->data; in ntfs_inode_sync_filename()2652 fnx->file_attributes = in ntfs_inode_sync_filename()2653 (fnx->file_attributes & ~FILE_ATTR_VALID_FLAGS) | in ntfs_inode_sync_filename()2656 fnx->data_size = fnx->allocated_size = 0; in ntfs_inode_sync_filename()2660 fnx->allocated_size = cpu_to_le64(ni->itype.compressed.size); in ntfs_inode_sync_filename()2662 fnx->allocated_size = cpu_to_le64(ni->allocated_size); in ntfs_inode_sync_filename()2663 fnx->data_size = cpu_to_le64(ni->data_size); in ntfs_inode_sync_filename()2670 fn->allocated_size = fnx->allocated_size; in ntfs_inode_sync_filename()2671 fn->data_size = fnx->data_size; in ntfs_inode_sync_filename()[all …]