Home
last modified time | relevance | path

Searched refs:NETFS_READ_SINGLE (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/fs/netfs/
H A Dmain.c40 [NETFS_READ_SINGLE] = "R1",
H A Dread_single.c173 NETFS_READ_SINGLE); in netfs_read_single()
H A Dread_collect.c440 case NETFS_READ_SINGLE: in netfs_read_collection()
655 case NETFS_READ_SINGLE: in netfs_wait_for_read()
H A Dobjects.c57 origin == NETFS_READ_SINGLE || in netfs_alloc_request()
H A Dbuffered_read.c241 if (unlikely(rreq->origin == NETFS_READ_SINGLE)) in netfs_read_to_pagecache()
/linux-6.15/fs/afs/
H A Dwrite.c203 case NETFS_READ_SINGLE: in afs_retry_request()
H A Dfile.c390 case NETFS_READ_SINGLE: in afs_init_request()
/linux-6.15/include/linux/
H A Dnetfs.h208 NETFS_READ_SINGLE, /* This read should be treated as a single object */ enumerator
/linux-6.15/include/trace/events/
H A Dnetfs.h39 EM(NETFS_READ_SINGLE, "R1") \