Searched refs:wpages (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnfs_fs_sb.h16 unsigned int wpages; /* write size (in pages) */ member in struct:nfs_server
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnfs_fs_sb.h16 unsigned int wpages; /* write size (in pages) */ member in struct:nfs_server
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfs/
H A Dwrite.c453 * Moves a maximum of 'wpages' requests from the NFS dirty page LRU list.
463 npages = nfs_scan_lru_timeout(&server->lru_dirty, dst, server->wpages);
476 * Moves a maximum of 'wpages' requests from the NFS dirty page LRU list.
486 npages = nfs_scan_lru(&server->lru_dirty, dst, server->wpages);
686 unsigned int dirty, wpages; local
689 wpages = NFS_SERVER(inode)->wpages;
692 if (dirty >= NFS_STRATEGY_PAGES * wpages)
694 } else if (dirty >= wpages)
697 if (dirty >= NFS_STRATEGY_PAGES * wpages)
902 nfs_flush_list(struct list_head *head, int wpages, int how) argument
[all...]
H A Dflushd.c144 nfs_flush_list(&head, server->wpages, FLUSH_AGING);
H A Dinode.c448 server->wpages = (server->wsize + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT;
449 if (server->wpages > NFS_WRITE_MAXIOV) {
450 server->wpages = NFS_WRITE_MAXIOV;
451 server->wsize = server->wpages << PAGE_CACHE_SHIFT;
H A Dpagelist.c480 nfs_flush_list(&head, server->wpages, FLUSH_STABLE);

Completed in 165 milliseconds