Searched refs:md (Results 1 – 2 of 2) sorted by relevance
1544 struct numa_maps md; member1547 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats() argument1552 md->pages += nr_pages; in gather_stats()1554 md->dirty += nr_pages; in gather_stats()1557 md->swapcache += nr_pages; in gather_stats()1560 md->active += nr_pages; in gather_stats()1563 md->writeback += nr_pages; in gather_stats()1566 md->anon += nr_pages; in gather_stats()1568 if (count > md->mapcount_max) in gather_stats()1569 md->mapcount_max = count; in gather_stats()[all …]
493 struct ncp_mount_data* md = (struct ncp_mount_data*)raw_data; in ncp_fill_super() local495 data.flags = md->flags; in ncp_fill_super()497 data.mounted_uid = make_kuid(current_user_ns(), md->mounted_uid); in ncp_fill_super()498 data.wdog_pid = find_get_pid(md->wdog_pid); in ncp_fill_super()499 data.ncp_fd = md->ncp_fd; in ncp_fill_super()500 data.time_out = md->time_out; in ncp_fill_super()501 data.retry_count = md->retry_count; in ncp_fill_super()502 data.uid = make_kuid(current_user_ns(), md->uid); in ncp_fill_super()503 data.gid = make_kgid(current_user_ns(), md->gid); in ncp_fill_super()504 data.file_mode = md->file_mode; in ncp_fill_super()[all …]