Home
last modified time | relevance | path

Searched refs:NETFS_SREQ_ONDEMAND (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/cachefiles/
H A Dio.c406 if (!test_bit(NETFS_SREQ_ONDEMAND, _flags)) in cachefiles_do_prepare_read()
477 if (test_bit(NETFS_SREQ_ONDEMAND, _flags)) { in cachefiles_do_prepare_read()
480 __clear_bit(NETFS_SREQ_ONDEMAND, _flags); in cachefiles_do_prepare_read()
/openbmc/linux/include/linux/
H A Dnetfs.h164 #define NETFS_SREQ_ONDEMAND 5 /* Set if it's from on-demand read mode */ macro
/openbmc/linux/fs/erofs/
H A Dfscache.c148 unsigned long flags = 1 << NETFS_SREQ_ONDEMAND; in erofs_fscache_read_folios_async()