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.c2909 return AOP_WRITEPAGE_ACTIVATE; in f2fs_write_single_data_page()
2926 return AOP_WRITEPAGE_ACTIVATE; in f2fs_write_data_page()
3145 if (ret == AOP_WRITEPAGE_ACTIVATE) in f2fs_write_cache_pages()
3158 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.c1487 if (ret == AOP_WRITEPAGE_ACTIVATE) { in f2fs_write_raw_pages()
H A Dnode.c1705 return AOP_WRITEPAGE_ACTIVATE; in __write_node_page()
/openbmc/linux/mm/
H A Dmigrate.c906 if (rc != AOP_WRITEPAGE_ACTIVATE) in writeout()
H A Dpage-writeback.c2489 if (error == AOP_WRITEPAGE_ACTIVATE) { in write_cache_pages()
H A Dshmem.c1541 return AOP_WRITEPAGE_ACTIVATE; /* Return with folio locked */ in shmem_writepage()
H A Dvmscan.c1358 if (res == AOP_WRITEPAGE_ACTIVATE) { in pageout()
/openbmc/linux/fs/ceph/
H A Daddr.c808 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.c2033 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.c571 return AOP_WRITEPAGE_ACTIVATE; in ext4_journalled_writepage_callback()