Home
last modified time | relevance | path

Searched refs:max_reply_sz (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/
H A Dpnfs.c1091 size_t max_reply_sz = server->pnfs_curr_ld->max_layoutget_response; in pnfs_alloc_init_layoutget_args() local
1101 if (max_reply_sz) { in pnfs_alloc_init_layoutget_args()
1102 size_t npages = (max_reply_sz + PAGE_SIZE - 1) >> PAGE_SHIFT; in pnfs_alloc_init_layoutget_args()
/kernel/linux/linux-6.6/fs/nfs/
H A Dpnfs.c1090 size_t max_reply_sz = server->pnfs_curr_ld->max_layoutget_response; in pnfs_alloc_init_layoutget_args() local
1100 if (max_reply_sz) { in pnfs_alloc_init_layoutget_args()
1101 size_t npages = (max_reply_sz + PAGE_SIZE - 1) >> PAGE_SHIFT; in pnfs_alloc_init_layoutget_args()

Completed in 11 milliseconds