Home
last modified time | relevance | path

Searched refs:bmap_would_wrap (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/reiserfs/
H A Dresize.c224 PUT_SB_BMAP_NR(s, bmap_would_wrap(bmap_nr_new) ? : bmap_nr_new); in reiserfs_resize()
H A Dsuper.c2121 if (bmap_would_wrap(reiserfs_bmap_count(s)) && in reiserfs_fill_super()
H A Dreiserfs.h1163 static inline int bmap_would_wrap(unsigned bmap_nr) in bmap_would_wrap() function