Searched refs:status (Results 1 - 5 of 5) sorted by relevance

/mm/
H A Dfilemap_xip.c330 long status = 0; local
349 status = a_ops->get_xip_mem(mapping, index, 0,
351 if (status == -ENODATA) {
354 status = a_ops->get_xip_mem(mapping, index, 1,
357 if (!status)
362 if (status)
369 status = copied;
371 if (status >= 0) {
372 written += status;
373 count -= status;
[all...]
H A Dmigrate.c1002 * and writeback status of all subpages are counted in the reference
1182 int status; member in struct:page_to_node
1196 *result = &pm->status;
1281 pp->status = err;
1298 * the corresponding array of status.
1304 int __user *status, int flags)
1368 /* Return status information */
1370 if (put_user(pm[j].status, status + j + chunk_start)) {
1384 * Determine the nodes of an array of pages and store it in an array of status
1300 do_pages_move(struct mm_struct *mm, nodemask_t task_nodes, unsigned long nr_pages, const void __user * __user *pages, const int __user *nodes, int __user *status, int flags) argument
1386 do_pages_stat_array(struct mm_struct *mm, unsigned long nr_pages, const void __user **pages, int *status) argument
1429 do_pages_stat(struct mm_struct *mm, unsigned long nr_pages, const void __user * __user *pages, int __user *status) argument
[all...]
H A Dfilemap.c2460 long status = 0; local
2493 status = -EFAULT;
2497 status = a_ops->write_begin(file, mapping, pos, bytes, flags,
2499 if (unlikely(status < 0))
2508 status = a_ops->write_end(file, mapping, pos, bytes, copied,
2510 if (unlikely(status < 0))
2512 copied = status;
2535 status = -EINTR;
2540 return written ? written : status;
2569 ssize_t status; local
[all...]
H A Dcompaction.c1322 int status; local
1328 status = compact_zone_order(zone, order, gfp_mask, mode,
1330 rc = max(status, rc);
H A Dslab.c400 char *status; local
404 status = (char *)page->freelist + freelist_size;
405 status[idx] = val;
411 char *status; local
415 status = (char *)page->freelist + freelist_size;
417 return status[idx];

Completed in 340 milliseconds