Home
last modified time | relevance | path

Searched refs:i_max_size (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/zonefs/
H A Dsuper.c67 if (isize >= zi->i_max_size) in zonefs_i_size_write()
114 if (WARN_ON_ONCE(offset + length > zi->i_max_size)) in zonefs_write_iomap_begin()
138 iomap->length = zi->i_max_size - iomap->offset; in zonefs_write_iomap_begin()
181 return zonefs_write_iomap_begin(inode, offset, zi->i_max_size - offset, in zonefs_write_map_blocks()
314 return zi->i_max_size; in zonefs_check_zone_condition()
317 return zi->i_max_size; in zonefs_check_zone_condition()
506 else if (isize == zi->i_max_size) in zonefs_file_truncate()
821 loff_t max_size = zi->i_max_size; in zonefs_write_check_limits()
1001 if (iocb->ki_pos >= ZONEFS_I(inode)->i_max_size) in zonefs_file_write_iter()
1040 if (iocb->ki_pos >= zi->i_max_size) in zonefs_file_read_iter()
[all...]
H A Dzonefs.h59 loff_t i_max_size; member
/kernel/linux/linux-5.10/fs/ceph/
H A Dcaps.c1907 if (size >= ci->i_max_size) in __ceph_should_report_size()
1910 if (ci->i_max_size > ci->i_reported_size && in __ceph_should_report_size()
1911 (size << 1) >= ci->i_max_size + ci->i_reported_size) in __ceph_should_report_size()
1994 if (ci->i_max_size == 0) in ceph_check_caps()
2062 if (ci->i_wanted_max_size > ci->i_max_size && in ceph_check_caps()
2764 if (endoff >= 0 && endoff > (loff_t)ci->i_max_size) { in try_get_cap_refs()
2766 inode, endoff, ci->i_max_size); in try_get_cap_refs()
2889 if (endoff >= ci->i_max_size && endoff > ci->i_wanted_max_size) { in check_max_size()
2897 ci->i_wanted_max_size > ci->i_max_size && in check_max_size()
3502 if (max_size != ci->i_max_size) {
[all...]
H A Dinode.c500 ci->i_max_size = 0; in ceph_alloc_inode()
883 ci->i_max_size != le64_to_cpu(info->max_size)) { in ceph_fill_inode()
884 dout("max_size %lld -> %llu\n", ci->i_max_size, in ceph_fill_inode()
886 ci->i_max_size = le64_to_cpu(info->max_size); in ceph_fill_inode()
H A Dsuper.h398 u64 i_max_size; /* max file size authorized by mds */ member
/kernel/linux/linux-6.6/fs/ceph/
H A Dcaps.c1951 if (size >= ci->i_max_size) in __ceph_should_report_size()
1954 if (ci->i_max_size > ci->i_reported_size && in __ceph_should_report_size()
1955 (size << 1) >= ci->i_max_size + ci->i_reported_size) in __ceph_should_report_size()
2042 if (ci->i_max_size == 0) in ceph_check_caps()
2110 if (ci->i_wanted_max_size > ci->i_max_size && in ceph_check_caps()
2782 if (endoff >= 0 && endoff > (loff_t)ci->i_max_size) { in try_get_cap_refs()
2784 inode, endoff, ci->i_max_size); in try_get_cap_refs()
2907 if (endoff >= ci->i_max_size && endoff > ci->i_wanted_max_size) { in check_max_size()
2915 ci->i_wanted_max_size > ci->i_max_size && in check_max_size()
3578 if (max_size != ci->i_max_size) {
[all...]
H A Dinode.c626 ci->i_max_size = 0; in ceph_alloc_inode()
1103 ci->i_max_size != le64_to_cpu(info->max_size)) { in ceph_fill_inode()
1104 dout("max_size %lld -> %llu\n", ci->i_max_size, in ceph_fill_inode()
1106 ci->i_max_size = le64_to_cpu(info->max_size); in ceph_fill_inode()
H A Dsuper.h433 u64 i_max_size; /* max file size authorized by mds */ member

Completed in 22 milliseconds