Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ceph/
Dinode.c747 int queue_trunc = 0; in ceph_fill_file_size() local
785 queue_trunc = 1; in ceph_fill_file_size()
810 return queue_trunc; in ceph_fill_file_size()
931 bool queue_trunc = false; in ceph_fill_inode() local
1097 queue_trunc = ceph_fill_file_size(inode, issued, in ceph_fill_inode()
1285 if (queue_trunc) in ceph_fill_inode()
Dcaps.c3424 bool queue_trunc = false; in handle_cap_grant() local
3570 queue_trunc = ceph_fill_file_size(inode, extra_info->issued, in handle_cap_grant()
3695 if (queue_trunc) in handle_cap_grant()
3939 bool queue_trunc = false; in handle_cap_trunc() local
3955 queue_trunc = ceph_fill_file_size(inode, issued, in handle_cap_trunc()
3957 return queue_trunc; in handle_cap_trunc()
4244 bool queue_trunc; in ceph_handle_caps() local
4444 queue_trunc = handle_cap_trunc(inode, h, session, in ceph_handle_caps()
4447 if (queue_trunc) in ceph_handle_caps()