Home
last modified time | relevance | path

Searched refs:gfs2_unstuff_dinode (Results 1 – 4 of 4) sorted by relevance

/linux/fs/gfs2/
H A Dbmap.h50 int gfs2_unstuff_dinode(struct gfs2_inode *ip);
H A Dfile.c511 err = gfs2_unstuff_dinode(ip); in gfs2_page_mkwrite()
1192 error = gfs2_unstuff_dinode(ip); in fallocate_chunk()
H A Dbmap.c146 * gfs2_unstuff_dinode - Unstuff a dinode when the data has grown too big
155 int gfs2_unstuff_dinode(struct gfs2_inode *ip) in gfs2_unstuff_dinode() function
1059 ret = gfs2_unstuff_dinode(ip); in gfs2_iomap_begin_write()
2097 error = gfs2_unstuff_dinode(ip); in do_grow()
H A Ddir.c176 error = gfs2_unstuff_dinode(ip); in gfs2_dir_write_data()