Home
last modified time | relevance | path

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

/tools/lib/api/fs/
Ddebugfs.h15 #ifndef DEBUGFS_MAGIC
16 #define DEBUGFS_MAGIC 0x64626720 macro
Ddebugfs.c70 else if (st_fs.f_type != (long) DEBUGFS_MAGIC) in debugfs_valid_mountpoint()