Home
last modified time | relevance | path

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

/openbmc/linux/fs/ramfs/
H A Dinternal.h9 extern const struct inode_operations ramfs_file_inode_operations;
H A Dfile-mmu.c52 const struct inode_operations ramfs_file_inode_operations = { variable
H A Dfile-nommu.c51 const struct inode_operations ramfs_file_inode_operations = { variable
H A Dinode.c74 inode->i_op = &ramfs_file_inode_operations; in ramfs_get_inode()