Home
last modified time | relevance | path

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

/linux-6.6.21/fs/netfs/
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()
/linux-6.6.21/include/linux/
Dnetfs.h214 bool (*clamp_length)(struct netfs_io_subrequest *subreq); member
/linux-6.6.21/fs/nfs/
Dfscache.c392 .clamp_length = nfs_netfs_clamp_length
/linux-6.6.21/Documentation/filesystems/
Dnetfs_library.rst300 bool (*clamp_length)(struct netfs_io_subrequest *subreq);
346 * ``clamp_length()``
/linux-6.6.21/fs/ceph/
Daddr.c512 .clamp_length = ceph_netfs_clamp_length,