Lines Matching full:sequential
78 * Sequential zones can only accept direct writes. This is already in zonefs_write_iomap_begin()
86 * For conventional zones, all blocks are always mapped. For sequential in zonefs_write_iomap_begin()
197 * Only sequential zone files can be truncated and truncation is allowed in zonefs_file_truncate()
268 * Since only direct writes are allowed in sequential files, page cache in zonefs_file_fsync()
319 * shared writable mappings. For sequential zone files, only read in zonefs_file_mmap()
339 * and below the zone write pointer for sequential zones. In both in zonefs_file_llseek()
448 * Handle direct writes. For sequential zone files, this is the only possible
451 * delivers write requests to the device in sequential order. This is always the
466 * For async direct IOs to sequential zone files, refuse IOCB_NOWAIT in zonefs_file_dio_write()
492 /* Enforce sequential writes (append only) in sequential zones */ in zonefs_file_dio_write()
549 * Direct IO writes are mandatory for sequential zone files so that the in zonefs_file_buffered_write()
713 * Write open accounting is done only for sequential files.