Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/overlayfs/
H A Dinode.c562 #define OVL_MAX_NESTING FILESYSTEM_MAX_STACK_DEPTH macro
567 static struct lock_class_key ovl_i_mutex_key[OVL_MAX_NESTING]; in ovl_lockdep_annotate_inode_mutex_key()
568 static struct lock_class_key ovl_i_mutex_dir_key[OVL_MAX_NESTING]; in ovl_lockdep_annotate_inode_mutex_key()
569 static struct lock_class_key ovl_i_lock_key[OVL_MAX_NESTING]; in ovl_lockdep_annotate_inode_mutex_key()
573 if (WARN_ON_ONCE(depth < 0 || depth >= OVL_MAX_NESTING)) in ovl_lockdep_annotate_inode_mutex_key()
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dinode.c940 #define OVL_MAX_NESTING FILESYSTEM_MAX_STACK_DEPTH macro
945 static struct lock_class_key ovl_i_mutex_key[OVL_MAX_NESTING]; in ovl_lockdep_annotate_inode_mutex_key()
946 static struct lock_class_key ovl_i_mutex_dir_key[OVL_MAX_NESTING]; in ovl_lockdep_annotate_inode_mutex_key()
947 static struct lock_class_key ovl_i_lock_key[OVL_MAX_NESTING]; in ovl_lockdep_annotate_inode_mutex_key()
951 if (WARN_ON_ONCE(depth < 0 || depth >= OVL_MAX_NESTING)) in ovl_lockdep_annotate_inode_mutex_key()

Completed in 5 milliseconds