Home
last modified time | relevance | path

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

/include/linux/
Dproc_fs.h123 static inline void *pde_data(const struct inode *inode) in pde_data() function
211 static inline void *pde_data(const struct inode *inode) {BUG(); return NULL;} in pde_data() function
Dseq_file.h238 return single_open(file, __name ## _show, pde_data(inode)); \