Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ceph/
Dcaps.c1788 if (size >= ci->i_max_size) in __ceph_should_report_size()
1791 if (ci->i_max_size > ci->i_reported_size && in __ceph_should_report_size()
1792 (size << 1) >= ci->i_max_size + ci->i_reported_size) in __ceph_should_report_size()
1873 if (ci->i_max_size == 0) in ceph_check_caps()
1935 if (ci->i_wanted_max_size > ci->i_max_size && in ceph_check_caps()
2536 if (endoff >= 0 && endoff > (loff_t)ci->i_max_size) { in try_get_cap_refs()
2538 inode, endoff, ci->i_max_size); in try_get_cap_refs()
2658 if (endoff >= ci->i_max_size && endoff > ci->i_wanted_max_size) { in check_max_size()
2666 ci->i_wanted_max_size > ci->i_max_size && in check_max_size()
3176 if (max_size != ci->i_max_size) { in handle_cap_grant()
[all …]
Dinode.c487 ci->i_max_size = 0; in ceph_alloc_inode()
857 ci->i_max_size != le64_to_cpu(info->max_size)) { in fill_inode()
858 dout("max_size %lld -> %llu\n", ci->i_max_size, in fill_inode()
860 ci->i_max_size = le64_to_cpu(info->max_size); in fill_inode()
Dsuper.h352 u64 i_max_size; /* max file size authorized by mds */ member