Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
A Dinode.c706 #define OVL_MAX_NESTING FILESYSTEM_MAX_STACK_DEPTH macro
711 static struct lock_class_key ovl_i_mutex_key[OVL_MAX_NESTING]; in ovl_lockdep_annotate_inode_mutex_key()
712 static struct lock_class_key ovl_i_mutex_dir_key[OVL_MAX_NESTING]; in ovl_lockdep_annotate_inode_mutex_key()
713 static struct lock_class_key ovl_i_lock_key[OVL_MAX_NESTING]; in ovl_lockdep_annotate_inode_mutex_key()
717 if (WARN_ON_ONCE(depth < 0 || depth >= OVL_MAX_NESTING)) in ovl_lockdep_annotate_inode_mutex_key()

Completed in 5 milliseconds