Home
last modified time | relevance | path

Searched refs:write_through (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/compress/
H A D_pipecompress.py63 binary_file, encoding, errors, newline, write_through=True
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c32 uint64_t write_through:1; member
47 uint64_t write_through:1; member
62 uint64_t write_through:1; member
77 uint64_t write_through:1; member
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffs_guts.c3493 int n_bytes, int write_through) in yaffs_do_file_wr() argument
3604 if (write_through) { in yaffs_do_file_wr()
3664 int n_bytes, int write_through) in yaffs_wr_file() argument
3667 return yaffs_do_file_wr(in, buffer, offset, n_bytes, write_through); in yaffs_wr_file()