Lines Matching refs:want
328 int want = CEPH_CAP_FILE_CACHE; in start_read() local
329 ret = ceph_try_get_caps(inode, CEPH_CAP_FILE_RD, want, in start_read()
333 } else if (!(got & want)) { in start_read()
1431 int want, got, err; in ceph_filemap_fault() local
1440 want = CEPH_CAP_FILE_CACHE | CEPH_CAP_FILE_LAZYIO; in ceph_filemap_fault()
1442 want = CEPH_CAP_FILE_CACHE; in ceph_filemap_fault()
1445 err = ceph_get_caps(vma->vm_file, CEPH_CAP_FILE_RD, want, -1, in ceph_filemap_fault()
1526 int want, got, err; in ceph_page_mkwrite() local
1558 want = CEPH_CAP_FILE_BUFFER | CEPH_CAP_FILE_LAZYIO; in ceph_page_mkwrite()
1560 want = CEPH_CAP_FILE_BUFFER; in ceph_page_mkwrite()
1563 err = ceph_get_caps(vma->vm_file, CEPH_CAP_FILE_WR, want, off + len, in ceph_page_mkwrite()