internal.h (0e0f2dfe880fb19e4b15a7ca468623eb0b4ba586) | internal.h (c38f4e96e605f17990e871214e6ea1496bc4e65f) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2/* Internal definitions for network filesystem support 3 * 4 * Copyright (C) 2021 Red Hat, Inc. All Rights Reserved. 5 * Written by David Howells (dhowells@redhat.com) 6 */ 7 8#include <linux/slab.h> --- 9 unchanged lines hidden (view full) --- 18#endif 19 20#define pr_fmt(fmt) "netfs: " fmt 21 22/* 23 * buffered_read.c 24 */ 25void netfs_rreq_unlock_folios(struct netfs_io_request *rreq); | 1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2/* Internal definitions for network filesystem support 3 * 4 * Copyright (C) 2021 Red Hat, Inc. All Rights Reserved. 5 * Written by David Howells (dhowells@redhat.com) 6 */ 7 8#include <linux/slab.h> --- 9 unchanged lines hidden (view full) --- 18#endif 19 20#define pr_fmt(fmt) "netfs: " fmt 21 22/* 23 * buffered_read.c 24 */ 25void netfs_rreq_unlock_folios(struct netfs_io_request *rreq); |
26int netfs_prefetch_for_write(struct file *file, struct folio *folio, 27 size_t offset, size_t len); |
|
26 27/* 28 * io.c 29 */ 30int netfs_begin_read(struct netfs_io_request *rreq, bool sync); 31 32/* 33 * main.c --- 388 unchanged lines hidden --- | 28 29/* 30 * io.c 31 */ 32int netfs_begin_read(struct netfs_io_request *rreq, bool sync); 33 34/* 35 * main.c --- 388 unchanged lines hidden --- |