Searched refs:gfs2_iomap_alloc (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | bmap.h | 54 int gfs2_iomap_alloc(struct inode *inode, loff_t pos, loff_t length,
|
H A D | file.c | 396 if (gfs2_iomap_alloc(page->mapping->host, pos, length, &iomap)) in gfs2_allocate_page_backing() 1192 error = gfs2_iomap_alloc(inode, offset, end - offset, &iomap); in fallocate_chunk()
|
H A 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
|