Home
last modified time | relevance | path

Searched refs:PDE_DATA (Results 1 – 4 of 4) sorted by relevance

/fs/afs/
Dproc.c211 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_show()
230 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_start()
239 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_next()
247 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_stop()
322 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_vlservers_start()
/fs/proc/
Dgeneric.c772 void *PDE_DATA(const struct inode *inode) in PDE_DATA() function
776 EXPORT_SYMBOL(PDE_DATA);
/fs/ext4/
Dmballoc.c2273 struct super_block *sb = PDE_DATA(file_inode(seq->file)); in ext4_mb_seq_groups_start()
2284 struct super_block *sb = PDE_DATA(file_inode(seq->file)); in ext4_mb_seq_groups_next()
2296 struct super_block *sb = PDE_DATA(file_inode(seq->file)); in ext4_mb_seq_groups_show()
/fs/jbd2/
Djournal.c1039 journal_t *journal = PDE_DATA(inode); in jbd2_seq_info_open()