Searched refs:is_compressed (Results 1 – 5 of 5) sorted by relevance
80 if (is_compressed(ni)) in ntfs_getattr()113 WARN_ON(is_compressed(ni)); in ntfs_extend_initialized_size()276 if (is_compressed(ni) && rw) { in ntfs_file_mmap()337 if (extend_init && !is_compressed(ni)) { in ntfs_extend()376 if (is_compressed(ni)) { in ntfs_truncate()439 bool is_supported_holes = is_sparsed(ni) || is_compressed(ni); in ntfs_fallocate()748 if (is_compressed(ni) && (iocb->ki_flags & IOCB_DIRECT)) { in ntfs_file_read_iter()1082 if (is_compressed(ni) && (iocb->ki_flags & IOCB_DIRECT)) { in ntfs_file_write_iter()1118 ret = is_compressed(ni) ? ntfs_compress_write(iocb, from) : in ntfs_file_write_iter()1140 if (unlikely((is_compressed(ni) || is_encrypted(ni)) && in ntfs_file_open()
455 inode->i_mapping->a_ops = is_compressed(ni) ? &ntfs_aops_cmpr : in ntfs_read_mft()726 if (is_compressed(ni)) { in ntfs_read_folio()750 if (is_compressed(ni)) { in ntfs_readahead()835 if (is_sparsed(ni) || is_compressed(ni)) { in ntfs_set_size()1635 inode->i_mapping->a_ops = is_compressed(ni) ? &ntfs_aops_cmpr : in ntfs_create_inode()
1041 static inline bool is_compressed(const struct ntfs_inode *ni) in is_compressed() function
351 is_compressed = random.randint(0, 1)355 (is_compressed << UINT64_M - 1) + is_zero
261 bool (*is_compressed)(const char *input); member335 if (!compressions[comp].is_compressed(name)) in filename__decompress()