Home
last modified time | relevance | path

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

/linux-6.1.9/fs/exfat/
Dfile.c21 err = generic_cont_expand_simple(inode, size); in exfat_cont_expand()
/linux-6.1.9/include/linux/
Dbuffer_head.h277 int generic_cont_expand_simple(struct inode *inode, loff_t size);
/linux-6.1.9/fs/fat/
Dfile.c223 err = generic_cont_expand_simple(inode, size); in fat_cont_expand()
/linux-6.1.9/fs/hfsplus/
Dinode.c263 error = generic_cont_expand_simple(inode, in hfsplus_setattr()
/linux-6.1.9/fs/
Dbuffer.c2335 int generic_cont_expand_simple(struct inode *inode, loff_t size) in generic_cont_expand_simple() function
2357 EXPORT_SYMBOL(generic_cont_expand_simple);
/linux-6.1.9/fs/reiserfs/
Dinode.c3305 error = generic_cont_expand_simple(inode, pos); in reiserfs_setattr()