Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ceph/
Dinode.c620 int queue_trunc = 0; in ceph_fill_file_size() local
653 queue_trunc = 1; in ceph_fill_file_size()
664 if (queue_trunc) in ceph_fill_file_size()
667 return queue_trunc; in ceph_fill_file_size()
759 bool queue_trunc = false; in ceph_fill_inode() local
879 queue_trunc = ceph_fill_file_size(inode, issued, in ceph_fill_inode()
1038 if (queue_trunc) in ceph_fill_inode()
Dcaps.c3288 bool queue_trunc = false; in handle_cap_grant() local
3413 queue_trunc = ceph_fill_file_size(inode, extra_info->issued, in handle_cap_grant()
3527 if (queue_trunc) in handle_cap_grant()
3773 bool queue_trunc = false; in handle_cap_trunc() local
3781 queue_trunc = ceph_fill_file_size(inode, issued, in handle_cap_trunc()
3783 return queue_trunc; in handle_cap_trunc()
4021 bool queue_trunc; in ceph_handle_caps() local
4206 queue_trunc = handle_cap_trunc(inode, h, session); in ceph_handle_caps()
4208 if (queue_trunc) in ceph_handle_caps()