Searched refs:checkeof (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/fs/ceph/ |
D | file.c | 285 int *checkeof, bool align_to_pages, in striped_read() argument 358 *checkeof = 1; in striped_read() 375 unsigned len, loff_t *poff, int *checkeof) in ceph_sync_read() argument 405 ret = striped_read(inode, off, len, pages, num_pages, checkeof, in ceph_sync_read() 626 int checkeof = 0, read = 0; in ceph_aio_read() local 647 ret = ceph_sync_read(filp, base, len, ppos, &checkeof); in ceph_aio_read() 656 if (checkeof && ret >= 0) { in ceph_aio_read() 665 checkeof = 0; in ceph_aio_read()
|