Home
last modified time | relevance | path

Searched refs:nobh_truncate_page (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/jfs/
Dinode.c419 nobh_truncate_page(ip->i_mapping, ip->i_size, jfs_get_block); in jfs_truncate()
/Linux-v5.15/include/linux/
Dbuffer_head.h267 int nobh_truncate_page(struct address_space *, loff_t, get_block_t *);
/Linux-v5.15/fs/
Dbuffer.c2795 int nobh_truncate_page(struct address_space *mapping, in nobh_truncate_page() function
2871 EXPORT_SYMBOL(nobh_truncate_page);
/Linux-v5.15/fs/ext2/
Dinode.c1304 error = nobh_truncate_page(inode->i_mapping, in ext2_setsize()