Searched refs:gfs2_iomap_alloc (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/fs/gfs2/ |
D | bmap.h | 54 extern int gfs2_iomap_alloc(struct inode *inode, loff_t pos, loff_t length,
|
D | file.c | 395 if (gfs2_iomap_alloc(page->mapping->host, pos, length, &iomap)) in gfs2_allocate_page_backing() 1191 error = gfs2_iomap_alloc(inode, offset, end - offset, &iomap); in fallocate_chunk()
|
D | bmap.c | 1227 ret = gfs2_iomap_alloc(inode, pos, length, &iomap); in gfs2_block_map() 1277 ret = gfs2_iomap_alloc(inode, lblock << blkbits, *extlen << blkbits, in gfs2_alloc_extent() 1415 int gfs2_iomap_alloc(struct inode *inode, loff_t pos, loff_t length, in gfs2_iomap_alloc() function
|