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

/linux-master/fs/gfs2/
H A Dincore.h868 static inline unsigned gfs2_max_stuffed_size(const struct gfs2_inode *ip) function
H A Dglops.c462 if (gfs2_is_stuffed(ip) && inode->i_size > gfs2_max_stuffed_size(ip))
H A Dbmap.c868 loff_t max_size = gfs2_max_stuffed_size(ip);
1019 pos + length > gfs2_max_stuffed_size(ip);
2070 if (gfs2_is_stuffed(ip) && size > gfs2_max_stuffed_size(ip)) {
2311 if (offset + len > gfs2_max_stuffed_size(ip))
H A Dinode.c1237 if (size >= gfs2_max_stuffed_size(GFS2_I(dir)))
1256 unsigned dsize = gfs2_max_stuffed_size(GFS2_I(dir));
H A Ddir.c167 if (gfs2_is_stuffed(ip) && offset + size <= gfs2_max_stuffed_size(ip))

Completed in 150 milliseconds