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

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

Completed in 187 milliseconds