Searched refs:is_compressed (Results 1 – 4 of 4) sorted by relevance
79 if (is_compressed(ni)) in ntfs_getattr()112 WARN_ON(is_compressed(ni)); in ntfs_extend_initialized_size()278 if (is_compressed(ni) && rw) { in ntfs_file_mmap()342 if (extend_init && !is_compressed(ni)) { in ntfs_extend()381 if (is_compressed(ni)) { in ntfs_truncate()444 bool is_supported_holes = is_sparsed(ni) || is_compressed(ni); in ntfs_fallocate()739 if (is_compressed(ni) && (iocb->ki_flags & IOCB_DIRECT)) { in ntfs_file_read_iter()1038 if (is_compressed(ni) && (iocb->ki_flags & IOCB_DIRECT)) { in ntfs_file_write_iter()1068 ret = is_compressed(ni) ? ntfs_compress_write(iocb, from) in ntfs_file_write_iter()1087 if (unlikely((is_compressed(ni) || is_encrypted(ni)) && in ntfs_file_open()
441 is_compressed(ni) ? &ntfs_aops_cmpr : &ntfs_aops; in ntfs_read_mft()701 if (is_compressed(ni)) { in ntfs_read_folio()725 if (is_compressed(ni)) { in ntfs_readahead()810 if (is_sparsed(ni) || is_compressed(ni)) { in ntfs_set_size()1605 is_compressed(ni) ? &ntfs_aops_cmpr : &ntfs_aops; in ntfs_create_inode()
1046 static inline bool is_compressed(const struct ntfs_inode *ni) in is_compressed() function
228 bool (*is_compressed)(const char *input); member302 if (!compressions[comp].is_compressed(name)) in filename__decompress()
Completed in 14 milliseconds