Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ramfs/
Dinternal.h13 extern const struct address_space_operations ramfs_aops;
Dfile-mmu.c33 const struct address_space_operations ramfs_aops = { variable
Dfile-nommu.c31 const struct address_space_operations ramfs_aops = { variable
Dinode.c63 inode->i_mapping->a_ops = &ramfs_aops; in ramfs_get_inode()