Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dcaps.c1989 if (size >= ci->i_max_size) in __ceph_should_report_size()
1992 if (ci->i_max_size > ci->i_reported_size && in __ceph_should_report_size()
1993 (size << 1) >= ci->i_max_size + ci->i_reported_size) in __ceph_should_report_size()
2083 if (ci->i_max_size == 0) in ceph_check_caps()
2181 if (ci->i_wanted_max_size > ci->i_max_size && in ceph_check_caps()
2852 if (endoff >= 0 && endoff > (loff_t)ci->i_max_size) { in try_get_cap_refs()
2854 inode, ceph_vinop(inode), endoff, ci->i_max_size); in try_get_cap_refs()
2982 if (endoff >= ci->i_max_size && endoff > ci->i_wanted_max_size) { in check_max_size()
2990 ci->i_wanted_max_size > ci->i_max_size && in check_max_size()
3662 if (max_size != ci->i_max_size) { in handle_cap_grant()
[all …]
H A Dinode.c638 ci->i_max_size = 0; in ceph_alloc_inode()
1132 ci->i_max_size != le64_to_cpu(info->max_size)) { in ceph_fill_inode()
1134 ci->i_max_size, le64_to_cpu(info->max_size)); in ceph_fill_inode()
1135 ci->i_max_size = le64_to_cpu(info->max_size); in ceph_fill_inode()