Searched refs:d_fsd (Results 1 – 1 of 1) sorted by relevance
65 void *d_fsd; in __debugfs_file_get() local75 d_fsd = READ_ONCE(dentry->d_fsdata); in __debugfs_file_get()76 if (d_fsd) { in __debugfs_file_get()77 fsd = d_fsd; in __debugfs_file_get()120 d_fsd = cmpxchg(&dentry->d_fsdata, NULL, fsd); in __debugfs_file_get()121 if (d_fsd) { in __debugfs_file_get()124 fsd = d_fsd; in __debugfs_file_get()