Home
last modified time | relevance | path

Searched refs:NETFS_SREQ_CLEAR_TAIL (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/netfs/
H A Dio.c67 __set_bit(NETFS_SREQ_CLEAR_TAIL, &subreq->flags); in netfs_fill_with_zeroes()
454 if (test_bit(NETFS_SREQ_CLEAR_TAIL, &subreq->flags)) { in netfs_subreq_terminated()
/openbmc/linux/include/linux/
H A Dnetfs.h160 #define NETFS_SREQ_CLEAR_TAIL 1 /* Set if the rest of the read should be cleared */ macro
/openbmc/linux/fs/9p/
H A Dvfs_addr.c47 __set_bit(NETFS_SREQ_CLEAR_TAIL, &subreq->flags); in v9fs_issue_read()
/openbmc/linux/fs/nfs/
H A Dfscache.c371 __set_bit(NETFS_SREQ_CLEAR_TAIL, &sreq->flags); in nfs_netfs_read_completion()
/openbmc/linux/fs/afs/
H A Dfile.c253 __set_bit(NETFS_SREQ_CLEAR_TAIL, &subreq->flags); in afs_fetch_data_notify()
/openbmc/linux/Documentation/filesystems/
H A Dnetfs_library.rst273 * ``NETFS_SREQ_CLEAR_TAIL``
435 * If NETFS_SREQ_CLEAR_TAIL was set, a short read will be cleared to the
/openbmc/linux/fs/ceph/
H A Daddr.c269 __set_bit(NETFS_SREQ_CLEAR_TAIL, &subreq->flags); in finish_netfs_read()
304 __set_bit(NETFS_SREQ_CLEAR_TAIL, &subreq->flags); in ceph_netfs_issue_op_inline()