Home
last modified time | relevance | path

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

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