Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ceph/
Dinode.c625 int queue_trunc = 0; in ceph_fill_file_size() local
659 queue_trunc = 1; in ceph_fill_file_size()
670 if (queue_trunc) in ceph_fill_file_size()
673 return queue_trunc; in ceph_fill_file_size()
765 bool queue_trunc = false; in ceph_fill_inode() local
904 queue_trunc = ceph_fill_file_size(inode, issued, in ceph_fill_inode()
1064 if (queue_trunc) in ceph_fill_inode()
Dcaps.c3301 bool queue_trunc = false; in handle_cap_grant() local
3432 queue_trunc = ceph_fill_file_size(inode, extra_info->issued, in handle_cap_grant()
3546 if (queue_trunc) in handle_cap_grant()
3791 bool queue_trunc = false; in handle_cap_trunc() local
3799 queue_trunc = ceph_fill_file_size(inode, issued, in handle_cap_trunc()
3801 return queue_trunc; in handle_cap_trunc()
4039 bool queue_trunc; in ceph_handle_caps() local
4221 queue_trunc = handle_cap_trunc(inode, h, session); in ceph_handle_caps()
4223 if (queue_trunc) in ceph_handle_caps()