Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dbuffer_head.h240 int generic_cont_expand_simple(struct inode *inode, loff_t size);
/Linux-v5.4/fs/fat/
Dfile.c233 err = generic_cont_expand_simple(inode, size); in fat_cont_expand()
/Linux-v5.4/fs/hfsplus/
Dinode.c257 error = generic_cont_expand_simple(inode, in hfsplus_setattr()
/Linux-v5.4/fs/
Dbuffer.c2306 int generic_cont_expand_simple(struct inode *inode, loff_t size) in generic_cont_expand_simple() function
2328 EXPORT_SYMBOL(generic_cont_expand_simple);
/Linux-v5.4/fs/reiserfs/
Dinode.c3317 error = generic_cont_expand_simple(inode, attr->ia_size); in reiserfs_setattr()
/Linux-v5.4/drivers/staging/exfat/
Dexfat_super.c2819 err = generic_cont_expand_simple(inode, size); in exfat_cont_expand()