Home
last modified time | relevance | path

Searched refs:generic_cont_expand_simple (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dbuffer_head.h276 int generic_cont_expand_simple(struct inode *inode, loff_t size);
/kernel/linux/linux-5.10/fs/exfat/
Dfile.c20 err = generic_cont_expand_simple(inode, size); in exfat_cont_expand()
/kernel/linux/linux-5.10/fs/fat/
Dfile.c222 err = generic_cont_expand_simple(inode, size); in fat_cont_expand()
/kernel/linux/linux-5.10/fs/hfsplus/
Dinode.c257 error = generic_cont_expand_simple(inode, in hfsplus_setattr()
/kernel/linux/linux-5.10/fs/
Dbuffer.c2349 int generic_cont_expand_simple(struct inode *inode, loff_t size) in generic_cont_expand_simple() function
2371 EXPORT_SYMBOL(generic_cont_expand_simple);
/kernel/linux/linux-5.10/fs/reiserfs/
Dinode.c3320 error = generic_cont_expand_simple(inode, attr->ia_size); in reiserfs_setattr()