Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbuffer_head.h275 int block_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf,
/linux/fs/
H A Dbuffer.c2489 * block_page_mkwrite() is not allowed to change the file size as it gets in generic_cont_expand_simple()
2506 int block_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf, in cont_expand_zero()
2542 EXPORT_SYMBOL(block_page_mkwrite); in cont_expand_zero()
2613 int block_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf, block_page_mkwrite() function
/linux/fs/ext4/
H A Dinode.c6684 err = block_page_mkwrite(vma, vmf, in ext4_page_mkwrite()