Home
last modified time | relevance | path

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

/fs/debugfs/
Dinternal.h39 #define DEBUGFS_ALLOW_API BIT(0) macro
43 #define DEFAULT_DEBUGFS_ALLOW_BITS (DEBUGFS_ALLOW_MOUNT | DEBUGFS_ALLOW_API)
46 #define DEFAULT_DEBUGFS_ALLOW_BITS (DEBUGFS_ALLOW_API)
Dinode.c272 if (!(debugfs_allow & DEBUGFS_ALLOW_API)) in debug_mount()
320 if (!(debugfs_allow & DEBUGFS_ALLOW_API)) in start_creating()
400 if (!(debugfs_allow & DEBUGFS_ALLOW_API)) { in __debugfs_create_file()
561 if (!(debugfs_allow & DEBUGFS_ALLOW_API)) { in debugfs_create_dir()
617 if (!(debugfs_allow & DEBUGFS_ALLOW_API)) { in debugfs_create_automount()
853 debugfs_allow = DEBUGFS_ALLOW_API | DEBUGFS_ALLOW_MOUNT; in debugfs_kernel()
855 debugfs_allow = DEBUGFS_ALLOW_API; in debugfs_kernel()