Home
last modified time | relevance | path

Searched refs:clamp_length (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/netfs/
H A Dio.c524 if (rreq->netfs_ops->clamp_length && in netfs_rreq_prepare_read()
525 !rreq->netfs_ops->clamp_length(subreq)) { in netfs_rreq_prepare_read()
/openbmc/linux/include/linux/
H A Dnetfs.h214 bool (*clamp_length)(struct netfs_io_subrequest *subreq); member
/openbmc/linux/fs/nfs/
H A Dfscache.c387 .clamp_length = nfs_netfs_clamp_length
/openbmc/linux/Documentation/filesystems/
H A Dnetfs_library.rst300 bool (*clamp_length)(struct netfs_io_subrequest *subreq);
346 * ``clamp_length()``
/openbmc/linux/fs/ceph/
H A Daddr.c516 .clamp_length = ceph_netfs_clamp_length,