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

/linux-master/fs/overlayfs/
H A Dinode.c816 #define OVL_MAX_NESTING FILESYSTEM_MAX_STACK_DEPTH macro
821 static struct lock_class_key ovl_i_mutex_key[OVL_MAX_NESTING];
822 static struct lock_class_key ovl_i_mutex_dir_key[OVL_MAX_NESTING];
823 static struct lock_class_key ovl_i_lock_key[OVL_MAX_NESTING];
827 if (WARN_ON_ONCE(depth < 0 || depth >= OVL_MAX_NESTING))

Completed in 172 milliseconds