Searched refs:mpage (Results 1 - 25 of 41) sorted by relevance

12

/linux-master/fs/nilfs2/
H A Dgcinode.c25 #include <linux/mpage.h>
H A Dmdt.c11 #include <linux/mpage.h>
/linux-master/sound/pci/emu10k1/
H A Dmemory.c167 int start_page, end_page, mpage, pg; local
191 mpage = blk->mapped_page;
193 set_silent_ptb(emu, mpage);
194 mpage++;
/linux-master/fs/bfs/
H A Dfile.c14 #include <linux/mpage.h>
/linux-master/fs/f2fs/
H A Dgc.c1276 struct page *page, *mpage; local
1328 mpage = f2fs_grab_cache_page(META_MAPPING(fio.sbi),
1330 if (!mpage) {
1335 fio.encrypted_page = mpage;
1337 /* read source block in mpage */
1338 if (!PageUptodate(mpage)) {
1341 f2fs_put_page(mpage, 1);
1350 lock_page(mpage);
1351 if (unlikely(mpage->mapping != META_MAPPING(fio.sbi) ||
1352 !PageUptodate(mpage))) {
[all...]
H A Ddata.c12 #include <linux/mpage.h>
2323 * This function was originally taken from fs/mpage.c, and customized for f2fs.
2477 struct page *mpage, *page; local
2502 mpage = find_lock_page(META_MAPPING(fio->sbi), fio->old_blkaddr);
2503 if (mpage) {
2504 if (PageUptodate(mpage))
2505 memcpy(page_address(mpage),
2507 f2fs_put_page(mpage, 1);
/linux-master/fs/
H A DMakefile20 obj-$(CONFIG_BUFFER_HEAD) += buffer.o mpage.o
H A Dmpage.c3 * fs/mpage.c
27 #include <linux/mpage.h>
37 * The mpage code never puts partial pages into a BIO (except for end-of-file).
350 * There is a problem. The mpage read code assembles several pages, gets all
354 * So an mpage read of the first 16 blocks of an ext2 file will cause I/O to be
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c565 char *mpage; local
574 mpage = page_address(page);
575 mpage_save = mpage;
579 cfur = copy_from_user(mpage,
586 mpage += iov[i].iov_len;
/linux-master/fs/hpfs/
H A Dfile.c11 #include <linux/mpage.h>
/linux-master/fs/omfs/
H A Dfile.c10 #include <linux/mpage.h>
/linux-master/fs/jfs/
H A Dinode.c8 #include <linux/mpage.h>
/linux-master/fs/ext4/
H A Dreadpage.c8 * This was originally taken from fs/mpage.c
42 #include <linux/mpage.h>
153 * The mpage code never puts partial pages into a BIO (except for end-of-file).
H A Dpage-io.c19 #include <linux/mpage.h>
/linux-master/fs/adfs/
H A Dinode.c8 #include <linux/mpage.h>
/linux-master/fs/orangefs/
H A Dorangefs-kernel.h27 #include <linux/mpage.h>
/linux-master/fs/gfs2/
H A Daops.c14 #include <linux/mpage.h>
/linux-master/fs/qnx6/
H A Dinode.c26 #include <linux/mpage.h>
/linux-master/fs/sysv/
H A Ditree.c11 #include <linux/mpage.h>
/linux-master/drivers/ata/
H A Dlibata-scsi.c3616 u8 mpage[CACHE_MPAGE_LEN]; local
3622 * in mpage are off by 2 compared to buf. Same for len.
3635 ata_msense_caching(dev->id, mpage, false);
3639 if (mpage[i + 2] != buf[i]) {
3660 u8 mpage[CONTROL_MPAGE_LEN]; local
3666 * in mpage are off by 2 compared to buf. Same for len.
3679 ata_msense_control_spg0(dev, mpage, false);
3683 if (mpage[2 + i] != buf[i]) {
3709 * so offsets in mpage are off by 4 compared to buf. Same for len.
/linux-master/fs/hfsplus/
H A Dinode.c16 #include <linux/mpage.h>
/linux-master/fs/hfs/
H A Dinode.c15 #include <linux/mpage.h>
/linux-master/block/
H A Dfops.c11 #include <linux/mpage.h>
/linux-master/fs/minix/
H A Dinode.c20 #include <linux/mpage.h>
/linux-master/fs/exfat/
H A Dinode.c8 #include <linux/mpage.h>

Completed in 491 milliseconds

12