Home
last modified time | relevance | path

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

/linux-6.14.4/fs/debugfs/
Dfile.c56 const struct file_operations *debugfs_real_fops(const struct file *filp) in debugfs_real_fops() function
71 EXPORT_SYMBOL_GPL(debugfs_real_fops);
312 real_fops = debugfs_real_fops(filp); in open_proxy_open()
363 real_fops = debugfs_real_fops(filp); \
420 real_fops = debugfs_real_fops(filp); in full_proxy_poll()
428 const struct file_operations *real_fops = debugfs_real_fops(filp); in full_proxy_release()
/linux-6.14.4/include/linux/
Ddebugfs.h165 const struct file_operations *debugfs_real_fops(const struct file *filp);
332 const struct file_operations *debugfs_real_fops(const struct file *filp);
/linux-6.14.4/drivers/net/ethernet/netronome/nfp/
Dnfp_net_debugfs.c89 if (debugfs_real_fops(file->file) == &nfp_tx_q_fops) in nfp_tx_q_show()
/linux-6.14.4/mm/
Dvmscan.c5352 bool full = !debugfs_real_fops(m->file)->write; in lru_gen_seq_show()