Home
last modified time | relevance | path

Searched refs:gfs2_max_stuffed_size (Results 1 – 5 of 5) sorted by relevance

/linux/fs/gfs2/
H A Dbmap.c868 loff_t max_size = gfs2_max_stuffed_size(ip); in __gfs2_iomap_get()
1019 pos + length > gfs2_max_stuffed_size(ip); in gfs2_iomap_begin_write()
2070 if (gfs2_is_stuffed(ip) && size > gfs2_max_stuffed_size(ip)) { in do_grow()
2311 if (offset + len > gfs2_max_stuffed_size(ip)) in gfs2_write_alloc_required()
H A Dincore.h867 static inline unsigned gfs2_max_stuffed_size(const struct gfs2_inode *ip) in gfs2_max_stuffed_size() function
H A Dglops.c456 if (gfs2_is_stuffed(ip) && inode->i_size > gfs2_max_stuffed_size(ip)) { in gfs2_dinode_in()
H A Dinode.c1237 if (size >= gfs2_max_stuffed_size(GFS2_I(dir))) in gfs2_symlink()
1256 unsigned dsize = gfs2_max_stuffed_size(GFS2_I(dir)); in gfs2_mkdir()
H A Ddir.c167 if (gfs2_is_stuffed(ip) && offset + size <= gfs2_max_stuffed_size(ip)) in gfs2_dir_write_data()