Home
last modified time | relevance | path

Searched refs:SB_I_RETIRED (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/fs/
Dsuper.c449 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()
/Linux-v6.1/include/linux/
Dfs.h1431 #define SB_I_RETIRED 0x00000800 /* superblock shouldn't be reused */ macro