Home
last modified time | relevance | path

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

/openbmc/linux/fs/omfs/
H A Domfs.h57 extern const struct address_space_operations omfs_aops;
H A Dinode.c52 inode->i_mapping->a_ops = &omfs_aops; in omfs_new_inode()
239 inode->i_mapping->a_ops = &omfs_aops; in omfs_iget()
H A Dfile.c368 const struct address_space_operations omfs_aops = { variable