Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dcaps.c1954 if (size >= ci->i_max_size) in __ceph_should_report_size()
1957 if (ci->i_max_size > ci->i_reported_size && in __ceph_should_report_size()
1958 (size << 1) >= ci->i_max_size + ci->i_reported_size) in __ceph_should_report_size()
2045 if (ci->i_max_size == 0) in ceph_check_caps()
2113 if (ci->i_wanted_max_size > ci->i_max_size && in ceph_check_caps()
2785 if (endoff >= 0 && endoff > (loff_t)ci->i_max_size) { in try_get_cap_refs()
2787 inode, endoff, ci->i_max_size); in try_get_cap_refs()
2918 ci->i_wanted_max_size > ci->i_max_size && in check_max_size()
3581 if (max_size != ci->i_max_size) { in handle_cap_grant()
3583 ci->i_max_size, max_size); in handle_cap_grant()
[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