cached_mount 136 fs/mount.h void *cached_mount; cached_mount 1255 fs/namespace.c void *v = p->cached_mount; cached_mount 1260 fs/namespace.c return p->cached_mount = v; cached_mount 1265 fs/namespace.c p->cached_mount = seq_list_start(&p->ns->list, *pos); cached_mount 1267 fs/namespace.c return p->cached_mount; cached_mount 1274 fs/namespace.c p->cached_mount = seq_list_next(v, &p->ns->list, pos); cached_mount 1276 fs/namespace.c return p->cached_mount;