Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dsuper.c637 if (sb->s_iflags & SB_I_PERSB_BDI) { in retire_super()
639 sb->s_iflags &= ~SB_I_PERSB_BDI; in retire_super()
726 if (sb->s_iflags & SB_I_PERSB_BDI) in generic_shutdown_super()
1817 sb->s_iflags |= SB_I_PERSB_BDI; in super_setup_bdi_name()
/openbmc/linux/include/linux/
H A Dfs.h1168 #define SB_I_PERSB_BDI 0x00000200 /* has a per-sb bdi */ macro