__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# SPDX-License-Identifier: GPL-2.0 netfs-y := \ buffered_read.o \ buffered_write.o \ direct_read.o \ direct_write.o \ iterator.o \ locking.o \ main.o \ misc.o \ objects.o \ read_collect.o \ read_pgpriv2.o \ read_retry.o \ read_single.o \ rolling_buffer.o \ write_collect.o \ write_issue.o \ write_retry.o netfs-$(CONFIG_NETFS_STATS) += stats.o netfs-$(CONFIG_FSCACHE) += \ fscache_cache.o \ fscache_cookie.o \ fscache_io.o \ fscache_main.o \ fscache_volume.o ifeq ($(CONFIG_PROC_FS),y) netfs-$(CONFIG_FSCACHE) += fscache_proc.o endif netfs-$(CONFIG_FSCACHE_STATS) += fscache_stats.o obj-$(CONFIG_NETFS_SUPPORT) += netfs.o
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Kconfig | File | 2.18 KB | 0644 |
|
| Makefile | File | 649 B | 0644 |
|