Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dmain.c40 [NETFS_READ_SINGLE] = "R1",
H A Dread_single.c173 NETFS_READ_SINGLE); in netfs_read_single()
H A Dobjects.c60 origin == NETFS_READ_SINGLE || in netfs_alloc_request()
H A Dmisc.c473 case NETFS_READ_SINGLE: in netfs_wait_for_in_progress()
H A Dread_collect.c432 case NETFS_READ_SINGLE: in netfs_read_collection()
H A Dbuffered_read.c243 if (unlikely(rreq->origin == NETFS_READ_SINGLE)) in netfs_read_to_pagecache()
/linux/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/include/linux/
H A Dnetfs.h205 NETFS_READ_SINGLE, /* This read should be treated as a single object */ enumerator
/linux/include/trace/events/
H A Dnetfs.h40 EM(NETFS_READ_SINGLE, "R1") \