Home
last modified time | relevance | path

Searched refs:OVL_MAX_STACK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/overlayfs/
H A Dparams.h20 #define OVL_MAX_STACK 500 macro
H A Dparams.c313 if (ctx->nr == OVL_MAX_STACK) in ovl_mount_dir_check()
315 OVL_MAX_STACK); in ovl_mount_dir_check()
330 OVL_MAX_STACK); in ovl_ctx_realloc_lower()
474 if (nr_lower > OVL_MAX_STACK) { in ovl_parse_param_lowerdir()
475 pr_err("too many lower directories, limit is %d\n", OVL_MAX_STACK); in ovl_parse_param_lowerdir()
H A Dsuper.c1153 BUILD_BUG_ON(ilog2(OVL_MAX_STACK) > 30); in ovl_get_layers()
/kernel/linux/linux-5.10/fs/overlayfs/
H A Dsuper.c27 #define OVL_MAX_STACK 500 macro
1691 BUILD_BUG_ON(ilog2(OVL_MAX_STACK) > 30); in ovl_get_layers()
1923 if (numlower > OVL_MAX_STACK) { in ovl_fill_super()
1925 OVL_MAX_STACK); in ovl_fill_super()

Completed in 7 milliseconds