Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ceph/
Dfile.c297 int *checkeof, bool o_direct, in striped_read() argument
360 *checkeof = 1; in striped_read()
387 unsigned len, loff_t *poff, int *checkeof) in ceph_sync_read() argument
417 ret = striped_read(inode, off, len, pages, num_pages, checkeof, in ceph_sync_read()
638 int checkeof = 0, read = 0; in ceph_aio_read() local
660 ret = ceph_sync_read(filp, base, len, ppos, &checkeof); in ceph_aio_read()
669 if (checkeof && ret >= 0) { in ceph_aio_read()
678 checkeof = 0; in ceph_aio_read()