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()
196 * Only sequential zone files can be truncated and truncation is allowed in zonefs_file_truncate()
267 * Since only direct writes are allowed in sequential files, page cache in zonefs_file_fsync()
318 * shared writable mappings. For sequential zone files, only read in zonefs_file_mmap()
338 * and below the zone write pointer for sequential zones. In both in zonefs_file_llseek()
447 * Handle direct writes. For sequential zone files, this is the only possible
450 * delivers write requests to the device in sequential order. This is always the
465 * For async direct IOs to sequential zone files, refuse IOCB_NOWAIT in zonefs_file_dio_write()
491 /* Enforce sequential writes (append only) in sequential zones */ in zonefs_file_dio_write()
548 * Direct IO writes are mandatory for sequential zone files so that the in zonefs_file_buffered_write()
712 * Write open accounting is done only for sequential files.