Home
last modified time | relevance | path

Searched refs:proc_link_inode_operations (Results 1 – 3 of 3) sorted by relevance

/linux/fs/proc/
H A Dinternal.h262 extern const struct inode_operations proc_link_inode_operations;
H A Dinode.c625 const struct inode_operations proc_link_inode_operations = { variable
H A Dgeneric.c472 ent->proc_iops = &proc_link_inode_operations; in proc_symlink()