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()372 if (is_compressed(ni) && rw) { in ntfs_file_mmap()441 if (extend_init && !is_compressed(ni)) { in ntfs_extend()480 if (is_compressed(ni)) { in ntfs_truncate()590 if (!is_sparsed(ni) && !is_compressed(ni)) { in ntfs_fallocate()669 if (is_sparsed(ni) || is_compressed(ni)) { in ntfs_fallocate()808 if (is_compressed(ni) && (iocb->ki_flags & IOCB_DIRECT)) { in ntfs_file_read_iter()1108 if (is_compressed(ni) && (iocb->ki_flags & IOCB_DIRECT)) { in ntfs_file_write_iter()1138 ret = is_compressed(ni) ? ntfs_compress_write(iocb, from) in ntfs_file_write_iter()[all …]
423 is_compressed(ni) ? &ntfs_aops_cmpr : &ntfs_aops; in ntfs_read_mft()696 if (is_compressed(ni)) { in ntfs_readpage()720 if (is_compressed(ni)) { in ntfs_readahead()801 if (is_sparsed(ni) || is_compressed(ni)) { in ntfs_set_size()1573 is_compressed(ni) ? &ntfs_aops_cmpr : &ntfs_aops; in ntfs_create_inode()
1029 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 23 milliseconds