Searched refs:queue_trunc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | inode.c | 620 int queue_trunc = 0; in ceph_fill_file_size() local 651 queue_trunc = 1; in ceph_fill_file_size() 662 if (queue_trunc) in ceph_fill_file_size() 665 return queue_trunc; in ceph_fill_file_size() 757 bool queue_trunc = false; in ceph_fill_inode() local 877 queue_trunc = ceph_fill_file_size(inode, issued, in ceph_fill_inode() 1036 if (queue_trunc) in ceph_fill_inode()
|
H A D | caps.c | 3370 bool queue_trunc = false; variable 3495 queue_trunc = ceph_fill_file_size(inode, extra_info->issued, 3617 if (queue_trunc) 3863 bool queue_trunc = false; in handle_cap_trunc() local 3871 queue_trunc = ceph_fill_file_size(inode, issued, in handle_cap_trunc() 3873 return queue_trunc; in handle_cap_trunc() 4111 bool queue_trunc; in ceph_handle_caps() local 4296 queue_trunc = handle_cap_trunc(inode, h, session); in ceph_handle_caps() 4298 if (queue_trunc) in ceph_handle_caps()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | caps.c | 3425 bool queue_trunc = false; variable 3571 queue_trunc = ceph_fill_file_size(inode, extra_info->issued, 3696 if (queue_trunc) 3940 bool queue_trunc = false; in handle_cap_trunc() local 3956 queue_trunc = ceph_fill_file_size(inode, issued, in handle_cap_trunc() 3958 return queue_trunc; in handle_cap_trunc() 4245 bool queue_trunc; in ceph_handle_caps() local 4445 queue_trunc = handle_cap_trunc(inode, h, session, in ceph_handle_caps() 4448 if (queue_trunc) in ceph_handle_caps()
|
H A D | inode.c | 747 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()
|
Completed in 17 milliseconds