Lines Matching refs:write
470 * read/write raw data without encryption.
482 * read/write raw data without encryption.
2763 /* LFS mode write path */
2833 goto write;
2844 write:
2847 /* we should not write 0'th page having journal header */
2975 * The major change is making write step of cold data page separately from
3210 /* submit cached bio of IPU write */
3363 /* f2fs_lock_op avoids race between write CP and convert_inline_page */
3639 dio->write ? F2FS_DIO_WRITE : F2FS_DIO_READ);
3653 bool write = (bio_op(bio) == REQ_OP_WRITE);
3663 dio->write = write;
3669 write ? F2FS_DIO_WRITE : F2FS_DIO_READ);