Home
last modified time | relevance | path

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

/Linux-v4.19/fs/jfs/
Dinode.c419 nobh_truncate_page(ip->i_mapping, ip->i_size, jfs_get_block); in jfs_truncate()
/Linux-v4.19/include/linux/
Dbuffer_head.h263 int nobh_truncate_page(struct address_space *, loff_t, get_block_t *);
/Linux-v4.19/fs/
Dbuffer.c2764 int nobh_truncate_page(struct address_space *mapping, in nobh_truncate_page() function
2840 EXPORT_SYMBOL(nobh_truncate_page);
/Linux-v4.19/fs/ext2/
Dinode.c1297 error = nobh_truncate_page(inode->i_mapping, in ext2_setsize()