Home
last modified time | relevance | path

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

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