Home
last modified time | relevance | path

Searched refs:AOP_WRITEPAGE_ACTIVATE (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dwrite.c639 ret = AOP_WRITEPAGE_ACTIVATE; in nfs_page_async_flush()
673 return AOP_WRITEPAGE_ACTIVATE; in nfs_writepage_locked()
691 if (ret != AOP_WRITEPAGE_ACTIVATE) in nfs_writepage()
702 if (ret != AOP_WRITEPAGE_ACTIVATE) in nfs_writepages_callback()
/openbmc/linux/fs/gfs2/
H A Daops.c261 if (ret == AOP_WRITEPAGE_ACTIVATE) { in gfs2_write_jdata_batch()
/openbmc/linux/fs/f2fs/
H A Ddata.c2894 return AOP_WRITEPAGE_ACTIVATE; in f2fs_write_single_data_page()
2911 return AOP_WRITEPAGE_ACTIVATE; in f2fs_write_data_page()
3130 if (ret == AOP_WRITEPAGE_ACTIVATE) in f2fs_write_cache_pages()
3143 if (ret == AOP_WRITEPAGE_ACTIVATE) { in f2fs_write_cache_pages()
H A Dcheckpoint.c364 return AOP_WRITEPAGE_ACTIVATE; in __f2fs_write_meta_page()
H A Dcompress.c1514 if (ret == AOP_WRITEPAGE_ACTIVATE) { in f2fs_write_raw_pages()
H A Dnode.c1720 return AOP_WRITEPAGE_ACTIVATE; in __write_node_page()
/openbmc/linux/mm/
H A Dmigrate.c904 if (rc != AOP_WRITEPAGE_ACTIVATE) in writeout()
H A Dpage-writeback.c2511 if (error == AOP_WRITEPAGE_ACTIVATE) { in write_cache_pages()
H A Dshmem.c1552 return AOP_WRITEPAGE_ACTIVATE; /* Return with folio locked */ in shmem_writepage()
H A Dvmscan.c1365 if (res == AOP_WRITEPAGE_ACTIVATE) { in pageout()
/openbmc/linux/fs/ceph/
H A Daddr.c812 return AOP_WRITEPAGE_ACTIVATE; in ceph_writepage()
/openbmc/linux/include/linux/
H A Dfs.h300 AOP_WRITEPAGE_ACTIVATE = 0x80000, enumerator
/openbmc/linux/fs/fuse/
H A Dfile.c2039 return AOP_WRITEPAGE_ACTIVATE; in fuse_writepage()
/openbmc/linux/Documentation/filesystems/
H A Dvfs.rst846 should return AOP_WRITEPAGE_ACTIVATE so that the VM will not
/openbmc/linux/fs/ext4/
H A Dsuper.c578 return AOP_WRITEPAGE_ACTIVATE; in ext4_journalled_writepage_callback()