Home
last modified time | relevance | path

Searched refs:DEBUGFS_FSDATA_IS_REAL_FOPS_BIT (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/debugfs/
H A Dinternal.h36 #define DEBUGFS_FSDATA_IS_REAL_FOPS_BIT BIT(0) macro
H A Dinode.c218 if ((unsigned long)fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT) in debugfs_release_dentry()
421 DEBUGFS_FSDATA_IS_REAL_FOPS_BIT); in __debugfs_create_file()
712 if ((unsigned long)fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT) in __debugfs_file_removed()
H A Dfile.c54 if ((unsigned long)fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT) { in debugfs_real_fops()
96 if (!((unsigned long)d_fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT)) { in debugfs_file_get()
104 ~DEBUGFS_FSDATA_IS_REAL_FOPS_BIT); in debugfs_file_get()
/kernel/linux/linux-6.6/fs/debugfs/
H A Dinternal.h36 #define DEBUGFS_FSDATA_IS_REAL_FOPS_BIT BIT(0) macro
H A Dinode.c241 if ((unsigned long)fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT) in debugfs_release_dentry()
444 DEBUGFS_FSDATA_IS_REAL_FOPS_BIT); in __debugfs_create_file()
745 if ((unsigned long)fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT) in __debugfs_file_removed()
H A Dfile.c54 if ((unsigned long)fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT) { in debugfs_real_fops()
96 if (!((unsigned long)d_fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT)) { in debugfs_file_get()
104 ~DEBUGFS_FSDATA_IS_REAL_FOPS_BIT); in debugfs_file_get()

Completed in 7 milliseconds