Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ceph/
Dcaps.c3518 bool queue_trunc = false; in handle_cap_grant() local
3669 queue_trunc = ceph_fill_file_size(inode, extra_info->issued, in handle_cap_grant()
3796 if (queue_trunc) in handle_cap_grant()
4049 bool queue_trunc = false; in handle_cap_trunc() local
4065 queue_trunc = ceph_fill_file_size(inode, issued, in handle_cap_trunc()
4067 return queue_trunc; in handle_cap_trunc()
4359 bool queue_trunc; in ceph_handle_caps() local
4559 queue_trunc = handle_cap_trunc(inode, h, session, in ceph_handle_caps()
4562 if (queue_trunc) in ceph_handle_caps()
Dinode.c762 int queue_trunc = 0; in ceph_fill_file_size() local
800 queue_trunc = 1; in ceph_fill_file_size()
826 return queue_trunc; in ceph_fill_file_size()
957 bool queue_trunc = false; in ceph_fill_inode() local
1126 queue_trunc = ceph_fill_file_size(inode, issued, in ceph_fill_inode()
1318 if (queue_trunc) in ceph_fill_inode()