Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ceph/
Dcaps.c1633 if (ci->i_max_size == 0) in ceph_check_caps()
1706 if (ci->i_wanted_max_size > ci->i_max_size && in ceph_check_caps()
1713 if ((inode->i_size << 1) >= ci->i_max_size && in ceph_check_caps()
1714 (ci->i_reported_size << 1) < ci->i_max_size) { in ceph_check_caps()
2339 if (endoff >= 0 && endoff > (loff_t)ci->i_max_size) { in try_get_cap_refs()
2341 inode, endoff, ci->i_max_size); in try_get_cap_refs()
2445 if (endoff >= ci->i_max_size && endoff > ci->i_wanted_max_size) { in check_max_size()
2453 ci->i_wanted_max_size > ci->i_max_size && in check_max_size()
2882 if (ci->i_auth_cap == cap && max_size != ci->i_max_size) { in handle_cap_grant()
2884 ci->i_max_size, max_size); in handle_cap_grant()
[all …]
Dinode.c437 ci->i_max_size = 0; in ceph_alloc_inode()
766 ci->i_max_size != le64_to_cpu(info->max_size)) { in fill_inode()
767 dout("max_size %lld -> %llu\n", ci->i_max_size, in fill_inode()
769 ci->i_max_size = le64_to_cpu(info->max_size); in fill_inode()
1556 if ((size << 1) >= ci->i_max_size && in ceph_inode_set_size()
1557 (ci->i_reported_size << 1) < ci->i_max_size) in ceph_inode_set_size()
Dsuper.h330 u64 i_max_size; /* max file size authorized by mds */ member