Home
last modified time | relevance | path

Searched refs:MAX_DEV_REQ_UPSIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/orangefs/
H A Ddevorangefs-req.c176 * The client will do an ioctl to find MAX_DEV_REQ_UPSIZE, then in orangefs_devreq_read()
179 if (count != MAX_DEV_REQ_UPSIZE) { in orangefs_devreq_read()
323 return MAX_DEV_REQ_UPSIZE; in orangefs_devreq_read()
594 static __s32 max_up_size = MAX_DEV_REQ_UPSIZE; in dispatch_ioctl_command()
H A Dorangefs-kernel.h71 #define MAX_DEV_REQ_UPSIZE (2 * sizeof(__s32) + \ macro
/kernel/linux/linux-6.6/fs/orangefs/
H A Ddevorangefs-req.c176 * The client will do an ioctl to find MAX_DEV_REQ_UPSIZE, then in orangefs_devreq_read()
179 if (count != MAX_DEV_REQ_UPSIZE) { in orangefs_devreq_read()
323 return MAX_DEV_REQ_UPSIZE; in orangefs_devreq_read()
594 static __s32 max_up_size = MAX_DEV_REQ_UPSIZE; in dispatch_ioctl_command()
H A Dorangefs-kernel.h71 #define MAX_DEV_REQ_UPSIZE (2 * sizeof(__s32) + \ macro

Completed in 4 milliseconds