Searched refs:bv (Results 1 – 10 of 10) sorted by relevance
/fs/cifs/ |
D | cifs_debug.c | 258 bool bv; in cifs_stats_proc_write() local 265 rc = kstrtobool_from_user(buffer, count, &bv); in cifs_stats_proc_write() 434 bool bv; in cifsFYI_proc_write() local 440 if (strtobool(c, &bv) == 0) in cifsFYI_proc_write() 441 cifsFYI = bv; in cifsFYI_proc_write() 594 bool bv; in cifs_security_flags_proc_write() local 606 if (strtobool(flags_string, &bv) == 0) { in cifs_security_flags_proc_write() 607 global_secflags = bv ? CIFSSEC_MAX : CIFSSEC_DEF; in cifs_security_flags_proc_write()
|
D | connect.c | 584 struct bio_vec bv = {.bv_page = page, .bv_len = to_read}; in cifs_read_page_from_socket() local 585 iov_iter_bvec(&smb_msg.msg_iter, READ | ITER_BVEC, &bv, 1, to_read); in cifs_read_page_from_socket()
|
/fs/crypto/ |
D | bio.c | 30 struct bio_vec *bv; in __fscrypt_decrypt_bio() local 33 bio_for_each_segment_all(bv, bio, i) { in __fscrypt_decrypt_bio() 34 struct page *page = bv->bv_page; in __fscrypt_decrypt_bio()
|
/fs/ext4/ |
D | readpage.c | 84 struct bio_vec *bv; in mpage_end_io() local 98 bio_for_each_segment_all(bv, bio, i) { in mpage_end_io() 99 struct page *page = bv->bv_page; in mpage_end_io()
|
/fs/exofs/ |
D | ore.c | 407 struct bio_vec *bv; in _clear_bio() local 410 bio_for_each_segment_all(bv, bio, i) { in _clear_bio() 411 unsigned this_count = bv->bv_len; in _clear_bio() 414 clear_highpage(bv->bv_page); in _clear_bio() 416 zero_user(bv->bv_page, bv->bv_offset, this_count); in _clear_bio()
|
D | ore_raid.c | 430 struct bio_vec *bv; in _mark_read4write_pages_uptodate() local 440 bio_for_each_segment_all(bv, bio, i) { in _mark_read4write_pages_uptodate() 441 struct page *page = bv->bv_page; in _mark_read4write_pages_uptodate()
|
/fs/ |
D | mpage.c | 56 struct bio_vec *bv; in mpage_end_io() local 69 bio_for_each_segment_all(bv, bio, i) { in mpage_end_io() 70 struct page *page = bv->bv_page; in mpage_end_io()
|
/fs/orangefs/ |
D | inode.c | 24 struct bio_vec bv = {.bv_page = page, .bv_len = PAGE_SIZE}; in read_one_page() local 26 iov_iter_bvec(&to, ITER_BVEC | READ, &bv, 1, PAGE_SIZE); in read_one_page()
|
/fs/debugfs/ |
D | file.c | 766 bool bv; in debugfs_write_file_bool() local 775 if (strtobool(buf, &bv) == 0) { in debugfs_write_file_bool() 778 *val = bv; in debugfs_write_file_bool()
|
/fs/f2fs/ |
D | data.c | 72 struct bio_vec *bv; in __read_end_io() local 75 bio_for_each_segment_all(bv, bio, i) { in __read_end_io() 76 page = bv->bv_page; in __read_end_io()
|