Lines Matching full:sequential
169 * Sequential zones can only accept direct writes. This is already in zonefs_write_iomap_begin()
178 * For conventional zones, all blocks are always mapped. For sequential in zonefs_write_iomap_begin()
482 * sequential zone, the zone write pointer position must also be checked to
542 * Only sequential zone files can be truncated and truncation is allowed in zonefs_file_truncate()
659 * Since only direct writes are allowed in sequential files, page cache in zonefs_file_fsync()
711 * shared writable mappings. For sequential zone files, only read in zonefs_file_mmap()
731 * and below the zone write pointer for sequential zones. In both in zonefs_file_llseek()
886 * Handle direct writes. For sequential zone files, this is the only possible
889 * delivers write requests to the device in sequential order. This is always the
905 * For async direct IOs to sequential zone files, refuse IOCB_NOWAIT in zonefs_file_dio_write()
931 /* Enforce sequential writes (append only) in sequential zones */ in zonefs_file_dio_write()
978 * Direct IO writes are mandatory for sequential zone files so that the in zonefs_file_buffered_write()
1103 * Write open accounting is done only for sequential files.
1458 * For sequential zones, make sure that any open zone is closed first in zonefs_init_file_inode()