Searched refs:SB_I_RETIRED (Results 1 – 2 of 2) sorted by relevance
449 sb->s_iflags |= SB_I_RETIRED; in retire_super()1249 return !(s->s_iflags & SB_I_RETIRED) && s->s_bdev == fc->sget_key; in test_bdev_super_fc()1342 return !(s->s_iflags & SB_I_RETIRED) && (void *)s->s_bdev == data; in test_bdev_super()
1431 #define SB_I_RETIRED 0x00000800 /* superblock shouldn't be reused */ macro