Searched refs:SB_I_RETIRED (Results 1 – 2 of 2) sorted by relevance
596 sb->s_iflags |= SB_I_RETIRED; in retire_super()1334 return !(s->s_iflags & SB_I_RETIRED) && in super_s_dev_test()1665 return !(s->s_iflags & SB_I_RETIRED) && s->s_dev == *(dev_t *)data; in test_bdev_super()
1289 #define SB_I_RETIRED 0x00000800 /* superblock shouldn't be reused */ macro