Home
last modified time | relevance | path

Searched refs:seekable (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/char/xillybus/
H A Dxillybus_core.c436 int synchronous, allowpartial, exclusive_open, seekable; in xilly_setupchannels() local
518 seekable = (chandesc[2] >> 6) & 0x01; in xilly_setupchannels()
552 channel->seekable = seekable; in xilly_setupchannels()
561 channel->seekable = seekable; in xilly_setupchannels()
1558 if (!rc && (!channel->seekable)) in xillybus_open()
1674 * access to a single file descriptor on seekable devices is a mess in xillybus_llseek()
1726 * Since seekable devices are allowed only when the channel is in xillybus_llseek()
H A Dxillybus.h48 int seekable; member
/kernel/linux/linux-5.10/drivers/char/xillybus/
H A Dxillybus.h47 int seekable; member
H A Dxillybus_core.c411 int synchronous, allowpartial, exclusive_open, seekable; in xilly_setupchannels() local
493 seekable = (chandesc[2] >> 6) & 0x01; in xilly_setupchannels()
527 channel->seekable = seekable; in xilly_setupchannels()
536 channel->seekable = seekable; in xilly_setupchannels()
1555 if (!rc && (!channel->seekable)) in xillybus_open()
1671 * access to a single file descriptor on seekable devices is a mess in xillybus_llseek()
1723 * Since seekable devices are allowed only when the channel is in xillybus_llseek()
/kernel/linux/linux-5.10/lib/zlib_deflate/
H A Ddeftree.c858 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) {
/kernel/linux/linux-6.6/lib/zlib_deflate/
H A Ddeftree.c858 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) {

Completed in 9 milliseconds