Home
last modified time | relevance | path

Searched refs:DEBUGFS_FSDATA_IS_REAL_FOPS_BIT (Results 1 – 3 of 3) sorted by relevance

/linux/fs/debugfs/
A Dinternal.h30 #define DEBUGFS_FSDATA_IS_REAL_FOPS_BIT BIT(0) macro
A Dinode.c219 if (!((unsigned long)fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT)) in debugfs_release_dentry()
420 DEBUGFS_FSDATA_IS_REAL_FOPS_BIT); in __debugfs_create_file()
700 if ((unsigned long)fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT) in __debugfs_file_removed()
A Dfile.c54 if ((unsigned long)fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT) { in debugfs_real_fops()
88 if (!((unsigned long)d_fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT)) { in debugfs_file_get()
96 ~DEBUGFS_FSDATA_IS_REAL_FOPS_BIT); in debugfs_file_get()

Completed in 16 milliseconds