Home
last modified time | relevance | path

Searched refs:i_max_size (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/fs/zonefs/
Dsuper.c55 (zi->i_wpoffset > 0 && zi->i_wpoffset < zi->i_max_size)) { in zonefs_account_active()
111 if (isize >= zi->i_max_size) { in zonefs_i_size_write()
165 if (WARN_ON_ONCE(offset + length > zi->i_max_size)) in zonefs_write_iomap_begin()
189 iomap->length = zi->i_max_size - iomap->offset; in zonefs_write_iomap_begin()
234 return zonefs_write_iomap_begin(inode, offset, zi->i_max_size - offset, in zonefs_write_map_blocks()
362 return zi->i_max_size; in zonefs_check_zone_condition()
365 return zi->i_max_size; in zonefs_check_zone_condition()
551 else if (isize == zi->i_max_size) in zonefs_file_truncate()
833 loff_t max_size = zi->i_max_size; in zonefs_write_check_limits()
1020 if (iocb->ki_pos >= ZONEFS_I(inode)->i_max_size) in zonefs_file_write_iter()
[all …]
Dzonefs.h63 loff_t i_max_size; member
/Linux-v6.1/fs/ceph/
Dcaps.c1883 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()
1976 if (ci->i_max_size == 0) in ceph_check_caps()
2044 if (ci->i_wanted_max_size > ci->i_max_size && in ceph_check_caps()
2716 if (endoff >= 0 && endoff > (loff_t)ci->i_max_size) { in try_get_cap_refs()
2718 inode, endoff, ci->i_max_size); in try_get_cap_refs()
2841 if (endoff >= ci->i_max_size && endoff > ci->i_wanted_max_size) { in check_max_size()
2849 ci->i_wanted_max_size > ci->i_max_size && in check_max_size()
3479 if (max_size != ci->i_max_size) { in handle_cap_grant()
[all …]
Dinode.c521 ci->i_max_size = 0; in ceph_alloc_inode()
920 ci->i_max_size != le64_to_cpu(info->max_size)) { in ceph_fill_inode()
921 dout("max_size %lld -> %llu\n", ci->i_max_size, in ceph_fill_inode()
923 ci->i_max_size = le64_to_cpu(info->max_size); in ceph_fill_inode()
Dsuper.h412 u64 i_max_size; /* max file size authorized by mds */ member