Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dsuper.c864 if (flags & SB_SUBMOUNT) in sget()
886 s = alloc_super(type, (flags & ~SB_SUBMOUNT), user_ns); in sget()
H A Dnamespace.c1162 return vfs_kern_mount(type, SB_SUBMOUNT, name, data); in vfs_submount()
/openbmc/linux/include/linux/
H A Dfs.h1133 #define SB_SUBMOUNT BIT(26) macro