Searched refs:i_max_size (Results 1 – 5 of 5) sorted by relevance
56 if (isize >= zi->i_max_size) in zonefs_i_size_write()69 if (WARN_ON_ONCE(offset + length > zi->i_max_size)) in zonefs_iomap_begin()93 length = zi->i_max_size - offset; in zonefs_iomap_begin()139 return zonefs_iomap_begin(inode, offset, zi->i_max_size - offset, in zonefs_map_blocks()255 return zi->i_max_size; in zonefs_check_zone_condition()432 else if (isize == zi->i_max_size) in zonefs_file_truncate()759 iov_iter_truncate(from, zi->i_max_size - iocb->ki_pos); in zonefs_file_dio_write()824 iov_iter_truncate(from, zi->i_max_size - iocb->ki_pos); in zonefs_file_buffered_write()851 if (iocb->ki_pos >= ZONEFS_I(inode)->i_max_size) in zonefs_file_write_iter()890 if (iocb->ki_pos >= zi->i_max_size) in zonefs_file_read_iter()[all …]
59 loff_t i_max_size; member
1883 if (size >= ci->i_max_size) in __ceph_should_report_size()1886 if (ci->i_max_size > ci->i_reported_size && in __ceph_should_report_size()1887 (size << 1) >= ci->i_max_size + ci->i_reported_size) in __ceph_should_report_size()1970 if (ci->i_max_size == 0) in ceph_check_caps()2038 if (ci->i_wanted_max_size > ci->i_max_size && in ceph_check_caps()2671 if (endoff >= 0 && endoff > (loff_t)ci->i_max_size) { in try_get_cap_refs()2673 inode, endoff, ci->i_max_size); in try_get_cap_refs()2796 if (endoff >= ci->i_max_size && endoff > ci->i_wanted_max_size) { in check_max_size()2804 ci->i_wanted_max_size > ci->i_max_size && in check_max_size()3397 if (max_size != ci->i_max_size) { in handle_cap_grant()[all …]
496 ci->i_max_size = 0; in ceph_alloc_inode()881 ci->i_max_size != le64_to_cpu(info->max_size)) { in ceph_fill_inode()882 dout("max_size %lld -> %llu\n", ci->i_max_size, in ceph_fill_inode()884 ci->i_max_size = le64_to_cpu(info->max_size); in ceph_fill_inode()
397 u64 i_max_size; /* max file size authorized by mds */ member