Home
last modified time | relevance | path

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

/linux-6.1.9/fs/debugfs/
Dinternal.h33 #define DEBUGFS_ALLOW_API BIT(0) macro
37 #define DEFAULT_DEBUGFS_ALLOW_BITS (DEBUGFS_ALLOW_MOUNT | DEBUGFS_ALLOW_API)
40 #define DEFAULT_DEBUGFS_ALLOW_BITS (DEBUGFS_ALLOW_API)
Dinode.c297 if (!(debugfs_allow & DEBUGFS_ALLOW_API)) in debug_mount()
345 if (!(debugfs_allow & DEBUGFS_ALLOW_API)) in start_creating()
425 if (!(debugfs_allow & DEBUGFS_ALLOW_API)) { in __debugfs_create_file()
596 if (!(debugfs_allow & DEBUGFS_ALLOW_API)) { in debugfs_create_dir()
643 if (!(debugfs_allow & DEBUGFS_ALLOW_API)) { in debugfs_create_automount()
877 debugfs_allow = DEBUGFS_ALLOW_API | DEBUGFS_ALLOW_MOUNT; in debugfs_kernel()
879 debugfs_allow = DEBUGFS_ALLOW_API; in debugfs_kernel()