Searched refs:d_fsd (Results 1 – 1 of 1) sorted by relevance
82 void *d_fsd; in __debugfs_file_get() local92 d_fsd = READ_ONCE(dentry->d_fsdata); in __debugfs_file_get()93 if (d_fsd) { in __debugfs_file_get()94 fsd = d_fsd; in __debugfs_file_get()137 d_fsd = cmpxchg(&dentry->d_fsdata, NULL, fsd); in __debugfs_file_get()138 if (d_fsd) { in __debugfs_file_get()141 fsd = d_fsd; in __debugfs_file_get()