Searched refs:unstuff (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/gfs2/
H A Dbmap.c46 * gfs2_unstuffer_folio - unstuff a stuffed inode into a block cached by a folio
147 * @ip: The GFS2 inode to unstuff
871 goto unstuff;
893 unstuff:
1015 bool unstuff; local
1018 unstuff = gfs2_is_stuffed(ip) &&
1021 if (unstuff || iomap->type == IOMAP_HOLE) {
1052 if (unstuff) {
2051 * Although it is not strictly required to unstuff files here,
2068 int unstuff local
[all...]

Completed in 86 milliseconds