Home
last modified time | relevance | path

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

/openbmc/linux/fs/debugfs/
H A Dinternal.h40 #define DEBUGFS_ALLOW_MOUNT BIT(1) macro
43 #define DEFAULT_DEBUGFS_ALLOW_BITS (DEBUGFS_ALLOW_MOUNT | DEBUGFS_ALLOW_API)
H A Dinode.c889 debugfs_allow = DEBUGFS_ALLOW_API | DEBUGFS_ALLOW_MOUNT; in debugfs_kernel()
903 if (!(debugfs_allow & DEBUGFS_ALLOW_MOUNT)) in debugfs_init()